Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message
Message
De
13/03/2006 07:17:02
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Error message
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01103660
Message ID:
01103660
Vues:
62
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform