Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_Screen.ActiveForm isn't.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00634268
Message ID:
00634302
Views:
20
In additon, the activeform doesn;t necessarily have an activecontrol so you should;
IF TYPE("_Screen.ActiveForm.Name")="C" ;
   AND TYPE("_Screen.ActiveForm.ActiveControl.Name") = "C"
   cContextID=_Screen.ActiveForm.ActiveControl.HelpContextID
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform