Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Self running form
Message
From
01/11/2006 17:44:28
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01166250
Message ID:
01166413
Views:
14
As was suggested before, calling the method in the Init() method of the form and then RETURN .F. will execute and close the form, but the form will not display to the user.

If you want to show a progress bar or someother "working" message, then call the work method in the Activate() method and then RELEASE thisform to close the form. I have done this to provide a progress bar and then automatically close the form. Be sure to set the form as MODAL to prevent other side-effects...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform