Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
My trigger has gone mad
Message
De
09/05/1999 19:04:31
 
 
À
09/05/1999 16:02:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00216564
Message ID:
00216584
Vues:
20
>I am trying to set a trigger so that numbers less than 0 and greater than 100 cannot be entered in an id# (called cidnum)The expression I used was ((cidnum<0) .OR. (cidnum =>100))vfp accepted the expression, but when I was trying to enter data, it wouldn'nt accept any number. Do I have to assign a value to this field first?????????

>Colette

You should use a field rule for this, not a trigger.

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform