Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing a property's value of the activecontrol on a for
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00173807
Message ID:
00173830
Vues:
29
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform