Access Top Parent Form in IEE ClientRumesh Aponso (RMAX)Nov 22, 20241 min readUpdated: Nov 27, 2024Instead of :i_hWndParent use :i_HwandTopFrame. It will get the topmost form handle.:i_hWndParent: Immediate Parent Form:i_HwandTopFrame: Topmost Parent FormExample:CONTRACT_ID = :i_hWndTopFrame.frmServiceContractTab.ecmbContractIdRelated Links:How to get the child form in a Master Detail Form Pic Tab in IFS10How to get Parent Form in Master Detail Form in IFS10
Instead of :i_hWndParent use :i_HwandTopFrame. It will get the topmost form handle.:i_hWndParent: Immediate Parent Form:i_HwandTopFrame: Topmost Parent FormExample:CONTRACT_ID = :i_hWndTopFrame.frmServiceContractTab.ecmbContractIdRelated Links:How to get the child form in a Master Detail Form Pic Tab in IFS10How to get Parent Form in Master Detail Form in IFS10
Fnd Dynamic Tab Page in IEE Client[FndWindowRegistration("YVVDA_COMPANY_ADDR", "YvvdaCompanyAddr", FndWindowRegistrationFlags.HomePage)] [FndDynamicTabPage("frmCompanyAddr...
LISTAGG in PLSQLExample 1: SELECT DISTINCT LISTAGG(t.commission_receiver, ';') WITHIN GROUP (ORDER BY t.commission_receiver) FROM...
Get Foundation Error from ORA ErrorFUNCTION Strip_Ora_Error ( sqlerrm_ IN VARCHAR2, sqlcode_ IN NUMBER DEFAULT NULL, strip_ora_only_ IN BOOLEAN DEFAULT...
Comments