Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Close a specific form
Message
 
To
20/08/2004 23:21:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00935143
Message ID:
00935151
Views:
16
>Hi. VFP7. I want to release a form, but only if it exists. How do I test for the presence of a particular form?
>
>Thanks, Randy

Another one
if vartype(Myform)='O'
   Myform.release
endif &&vartype(Myform)='O'
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform