top of page

How to get Parent Form in Master Detail Form in IFS10

  • Writer: Rumesh Aponso (RMAX)
    Rumesh Aponso (RMAX)
  • Nov 27, 2024
  • 1 min read

How to get parent form in Master Detail Form


WAY 1

 

((frmYvvdaCustomerPriceList)SalWindow.FromHandle(this.i_hWndParent, typeof(frmYvvdaCustomerPriceList))).HeaderUpdateDynamicValues();

:i_hWndParent.dfnMessageId

WAY 2

 

SalBoolean bLoadConfirmRequired = frmYvvdaTransport.FromHandle(Ifs.Fnd.ApplicationForms.Int.GetParent(this.i_hWndParent)).cbLoadConfirmationRequired.Checked;
 
bLoadConfirmRequired = frmYvvdaTransport.FromHandle(frmYvvdaConsignment.FromHandle(Ifs.Fnd.ApplicationForms.Int.GetParent(this.i_hWndParent)).i_hWndParent).cbLoadConfirmationRequired.Checked;

Dynamic tabs. get parent from dynamic sibling


frmProjectBudgetInfoNew.FromHandle(this.ParentForm.ParentForm.ParentForm).dfnChangeObjectSequence.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...

 
 
 

Comments


Copyright © 2025 RMAXOneNote

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