Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking for existence of a control
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00701952
Message ID:
00701955
Views:
14
>It escapes me the syntax for checking for the existence of a control like a commandbutton. If...............?
>
>-TB

How about

IF VARTYPE(THIS.oControlName)="O"

or

IF TYPE("THIS.oControlName")="O"

or

IF PEMSTATUS(THIS,"oControlName",5)
Heavy Metal Pedal - click with care
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform