Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Testing for a method
Message
 
 
To
07/01/2011 12:47:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01495163
Message ID:
01495166
Views:
80
This message has been marked as the solution to the initial question of the thread.
>How can I test whether a form object has a particular method or not?
>
>TIA

See Pemstatus function in Help.
if pemstatus(thisform, 'MyMethod',5)
  ?'Exists'
endif
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform