Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checking for validity
Message
 
 
À
08/01/2002 17:19:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00602270
Message ID:
00602285
Vues:
32
>Hi All,
> I am having trouble remembering what code to use to check a text box so that the user can only put in either 'Y' or 'N' and nothing else. There was a neat little line of code that did the trick, commands that everyone knows and I can't remember. Anyone have any ideas?
>Thanks,
Wich one?
* Set textbox property
Inputmask = "Y"  && for logical data
* OR
Format = "M Y,N"  && for character data
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform