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:

Comments


Copyright © 2025 RMAXOneNote

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