Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text Box Not updating properly.
Message
 
À
16/10/1998 08:51:07
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00147125
Message ID:
00147490
Vues:
41
Calvin,

The if tests should be;
IF TYPE("THISFORM.ActiveForm.ActiveControl.Name") = "C"
   IF PEMSTATUS(THISFORM.ActiveForm.ActiveControl, "Setfocus",5)
      THISFORM.ActiveForm.ActiveControl.SetFocus()
   ENDIF
ENDIF
* The rest of your button code here
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform