top of page

How to get the Child Form in a Master Detail Form Pic Tab in IFS10

  • Writer: Rumesh Aponso (RMAX)
    Rumesh Aponso (RMAX)
  • Nov 27, 2024
  • 1 min read
tbwCustomerOrderLine tte = ((tbwCustomerOrderLine)SalWindow.FromHandle(TabAttachedWindowHandleGet(picTab.FindName(Const.TAB_CustOrdLines)), typeof(tbwCustomerOrderLine)));
nRow = Sys.TBL_MinRow;
while (Sal.TblFindNextRow(tte, ref nRow, 0, 0))
{
	Sal.TblSetContext(tte, nRow);
	MessageBox.Show(tte.colsCatalogNo.Text);
}

Related Links:


Related Posts

See All
BLOB to CLOB in PLSQL

How to get file content in a BLOB file into a CLOB in PL/SQL. The below function can be used if the BLOB file contains text format data...

 
 
 
Fnd Dynamic Tab Page in IEE Client

[FndWindowRegistration("YVVDA_COMPANY_ADDR", "YvvdaCompanyAddr", FndWindowRegistrationFlags.HomePage)] [FndDynamicTabPage("frmCompanyAddr...

 
 
 

Comentários


Copyright © 2025 RMAXOneNote

  • Online CV
  • LinkedIn
  • Youtube
  • GitHub
  • Blogger
bottom of page