Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need assistance with 'field validation'
Message
De
28/02/2003 15:01:58
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
À
28/02/2003 14:18:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00759567
Message ID:
00759609
Vues:
24
Hi Gregory.

I guess my question now is, do I have to put every "case" into this record validation rule? I mean, if I have several fields that need some sort of validating, do I then need to build a case for each and every one of them and expand on the example you provided? Something like,

do case
case SomecheckHere
repl field with SomeCalculatedValue

case AnotherCheckHere
repl field2 with SomeOtherCalculatedValue
.
.
.
case area <> Length * Width
repl area with Length * Width
.
.
.

endcase

TIA

Mike

>Mike,
>
>Put the code in the Record Validation rule
>
>do case
>case area <> Length * Width
>  repl  area with Length * Width
>endcase
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform