Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Modeless Dialog does not appear

Status
Not open for further replies.

lordzembar

Technical User
Jun 23, 2003
1
SG
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top