Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message
Message
De
13/03/2006 07:24:21
 
 
À
13/03/2006 07:17:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01103660
Message ID:
01103661
Vues:
14
>hi all,
>
>i try to run this code under i got error message
>Function argument value, type, or count is invalid
>
>
>CLOSE all
>USE bill in 0
>USE contact in 0
>lcField = UPPER(alltrim(thisform.text1.value))&& char type
>replace IN contact ;
> FOR lcField==lookup(Evaluate("Bill." + lcField), lcField , Evaluate("Bill." + lcField) AND NOT EOF('bill'));
>val with VAL(bill.bill_value)
>
>
>
>thanks

Wrong place of brackets:
 FOR lcField==lookup(Evaluate([Bill.] + lcField), lcField , Evaluate([Bill.] + lcField)) AND NOT EOF([bill]);
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