top of page

How to get Parent Form in Master Detail Form in IFS10

Writer's picture: Rumesh Aponso (RMAX)Rumesh Aponso (RMAX)

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:

5 views0 comments

Related Posts

See All

Fnd Dynamic Tab Page in IEE Client

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

LISTAGG in PLSQL

Example 1: SELECT DISTINCT LISTAGG(t.commission_receiver, ';') WITHIN GROUP (ORDER BY t.commission_receiver) FROM...

Get Foundation Error from ORA Error

FUNCTION Strip_Ora_Error ( sqlerrm_        IN VARCHAR2,    sqlcode_        IN NUMBER DEFAULT NULL,    strip_ora_only_ IN BOOLEAN DEFAULT...

Комментарии


Copyright © 2025 RMAXOneNote

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