Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine if an object exists
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00098172
Message ID:
00098266
Views:
34
>Jeff,
>
>I use this UDF:
>
>* isobject.prg 29-Jun-95
>
>lparameter roObject
>
>return( ( type( "m.roObject" ) == 'O' ) and ( ! isnull( m.roObject ) ) )
>
>
>>is there a function or way to determine if an object existson a form, like wexist() does for windows? TIA

David,

Gee mine is almost lke yours;
 LPARAMETERS poObj
 RETURN TYPE("poObj.Name") = "C"
Saves the ISNULL() stuff.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform