Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Operator/operand type mismatch
Message
De
07/03/2007 04:40:09
 
 
À
07/03/2007 04:33:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01201366
Message ID:
01201367
Vues:
24
>hi all,
>
>i try via this code under i get erroe message Operator/operand type mismatch
>
>thisform.text1.Value=GETFILE("dbf")
>for p_count=1 to 4
>file_name="session_nu"+alltrim(str(p_count))
>select * from (thisform.text1.value) where session_nu=p_count into table (file_name)&&Operator/operand type mismat
>next
>
>
>thanks

Most likely session_nu is not numeric. And by the way, you can simplify the line file_name="session_nu"+alltrim(str(p_count)) to file_name="session_nu"+transform(p_count). And add a space between table and (file_name)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform