Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing a property's value of the activecontrol on a for
Message
 
To
07/01/1999 16:52:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00173807
Message ID:
00173830
Views:
28
Hi Dan,

>How bout ON KEY LABEL F1 DO gHelp WITH _SCREEN.ActiveForm.ActiveControl

A little safer would be

ON KEY LABEL F1 IIF( TYPE("_SCREEN.ActiveForm.ActiveControl")=="O",;
gHelp(_SCREEN.ActiveForm.ActiveControl), .T. )

Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform