Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
&substitution problem
Message
 
 
To
26/10/2007 09:59:38
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01264096
Message ID:
01264098
Views:
12
Thre's no reason to use macro substiotution where Name Expressio0n will do
COPY TO (loc) TYPE XL5  
*or  
COPY TO (loc)
>Just discovered a problem in some 5 year old code. I run a query and store to a cursor. I then launch some code to export the results to either a .dbf or .xls file after choosing the save location, filename, and type. I end up with a variable such as:
>
>loc = "C:\BRUCE COVEY\export.xls" or "C:\BRUCE COVEY\export.dbf"
>
>I then issue:
>
>COPY TO &loc TYPE XL5 or COPY TO &loc depending on selection.
>
>PROBLEM:
>Command always fails with nerror 36 if there is a SPACE in any of the folder names. If I change the folder above to "BruceCovey" it works fine.
>
>Does anyone have insight on this?
>Would be much appreciated.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform