Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_Screen.ActiveForm isn't.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00634268
Message ID:
00634302
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform