Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anybody tell me?
Message
De
16/07/1998 08:09:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Anybody tell me?
Divers
Thread ID:
00118048
Message ID:
00118048
Vues:
67
I used VFP3.0B. Does the following code correct if it run in VFP5.0?
The textbox is bound to a field which data type is numeric.

DEFINE CLASS txtTest AS Textbox
     PROCEDURE Valid
          IF This.Text > '90'              && Is it correct?
               Wait 'Range Over' Window NoWait NoClear
               RETURN 0
          ENDIF
     ENDPROC
ENDDEFINE
KK
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform