Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Evaluating profile logic
Message
 
 
À
06/07/2006 12:01:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01134150
Message ID:
01134197
Vues:
16
>This works for me:
>
>CREATE CURSOR crsTest (Fld1 I, Fld2 I, Fld3 M)
>INSERT INTO crsTest VALUES (100,200,[BETWEEN(Fld1, 100,200)])
>? EVALUATE(Fld3)
>
>
>
I know it works <g> But the point was that in our profile logic we had it
in "fld1 between 100 and 200" form, which doesn't work with evaluate. Well, we went into User Maintenance form in production and changed all profiles to be in the "evaluate-friendly" form, but I also wanted to make sure I would not have such problem in the future. See my reply to Sergey with the current code implementation with try/catch and what do you think about it.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform