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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide Modal Form

Status
Not open for further replies.

JRudisill

Programmer
Aug 4, 2003
54
0
0
US
I need to hide a modal form but not set visible to .F. I call a shellexecute from this form to another exe. I want the calling app to pause code execution until the exe fires a event to release the modal form. All this works except the darn modal form keeps displaying itself. I need the form to capture the event from the exe that is called but I do not want to see the form.
 
All this works except the darn modal form keeps displaying itself. I need the form to capture the event from the exe that is called but I do not want to see the form.

How are you calling the modal form? Doesn't this syntax work for you?

Code:
DO FORM MyModalForm NAME loForm LINKED NOSHOW()


Marcia G. Akins
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top