lordzembar
Technical User
I've a problem, I'm trying to display dialog box while the program is running background but the modeless dialog did not appear. I don't want to use a model dialog because I need to click to close the dialog box before the program will continue to run.
Below is the command I'm using
Call SalModelDialog(dlgwaitmessage,dlgMain)
dlgwaitmessage is a modeless dialog whereas dlgMain is the owner.
I've tried putting in a message box in the dlgwaitmessage but it did not appear when I run the program.
Appreciate if anyone can help me. Thanks
Below is the command I'm using
Call SalModelDialog(dlgwaitmessage,dlgMain)
dlgwaitmessage is a modeless dialog whereas dlgMain is the owner.
I've tried putting in a message box in the dlgwaitmessage but it did not appear when I run the program.
Appreciate if anyone can help me. Thanks