Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My trigger has gone mad
Message
From
09/05/1999 19:04:31
 
 
To
09/05/1999 16:02:56
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00216564
Message ID:
00216584
Views:
19
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform