Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I know if the Form.ActiveControl exist?
Message
From
29/07/1999 13:40:31
 
 
To
29/07/1999 12:23:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00247747
Message ID:
00247801
Views:
22
IF VarType(THISFORM.ActiveControl) <> "X"
   *-- ActiveControl exist
ENDIF
HTH

>In my form.refresh() method I need to check ActiveControl. The problem is when I start the form the ActiveControl dosn't exist. Is there a way to check if the ActiveControl exists?
Previous
Reply
Map
View

Click here to load this message in the networking platform