Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Missing Operand
Message
De
05/12/2005 03:44:23
 
 
À
02/12/2005 23:36:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 6 SP3
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01074533
Message ID:
01074847
Vues:
11
You missed the '+' operator :-)

try with USE mydatadir + '\' + aa1

and check that the aa1 datatype was a Charachter expression

>Dear Experts
>
>When I use followng command, it shows following error message
>Missing Operand
>What is wrong?
>Please modify
>
>
>close database
>MYDATADIR='D:\GIN2006\TABLES'
>
>aa1=thisform.text1.value	
>aa2=thisform.text2.value	
>aa3=thisform.text4.value
>
>USE &mydatadir\&aa1
>brow for(&aa2)=(&aa3)in window form1 noedit
>
>
>Data in variables
>
>aa1=vouchers.dbf
>aa2=vou_no (type n)
>aa3=1 (type n)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform