Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sorry to be such a Dullard!
Message
 
 
To
25/07/2010 21:35:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01473802
Message ID:
01473830
Views:
51
>>To check for existence:
>>
>>if type('thisform.OtherForm.Name') = 'C'
>> * Form is alive
>>endif
>
>
>Thanks.
>
>As would:
>
>IF vartype(Thisform.OtherForm.Name) = 'O'
> ThisForm.OtherForm.Name.Release()
>ENDIF
>
>
>Correct?
>
>dg

Vartype check in this case may be not 100% reliable. Checking for name with type is 100% reliable method.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform