Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Evaluating profile logic
Message
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:
01134187
Vues:
17
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'm thinking I would have to create a procedure and return code using ExecScript.
>
>e.g.
>private plReturn
>
>text to lcProc noshow textmerge
>    =seek(<<m.tcTrans_fk>>, 'Trans', 'cTrans_pk')
>    plReturn = <<m.lcLogic>>
>endtext
>
>Would my plReturn visible and how can I return it?
>
>BTW, for now we decided to fix all our profiles instead.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform