Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Solve the Do Form can not use TO?
Message
 
To
03/10/2001 07:34:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00563488
Message ID:
00563497
Views:
14
If you use this form anywhere in your application and you need thisform not to be modal try this:

temp_name = "" && or thisform.run_form
DO FORM NoModalForm NAME temp_name TO myVar NOSHOW
temp_name.Show(1)

You cannot DO FORM xx TO yy IF the form is NOT modal.

HTH

Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform