Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I know if the Form.ActiveControl exist?
Message
 
À
29/07/1999 12:23:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00247747
Message ID:
00247786
Vues:
28
>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?
>
>/Mårten Törnquist

Mårten,

Try this;
* Form refresh
IF TYPE("Thisform.ActiveControl.Name") = "C"
   * It exists

ELSE
   * It doesn't

ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform