12-23-2015 03:25 PM
Hello,
How can I display a child panel and wait for the user to close the child panel to continue the code?!
Right now, when the child panel is display, the code continues! I want to stop until the child panel is close since I need the information from user enter in the child panel!!
Thanks
12-23-2015 10:04 PM
panelhandel must be zero for child panel
eg:LoadPanel (0, sUIRFile, PN_STRN_BR);
12-24-2015 03:38 AM
sudhirvasudeva,
PanelHandle must not be zero for child panels!
Goncalo,
the usual way to force the user to dismiss a panel before proceeding is to use popups: see fo example this document
12-24-2015 03:55 AM
sorry ...last year did project forgot evrything