Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Output to Text file
Message
From
27/02/2014 13:10:58
 
 
To
27/02/2014 11:56:30
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01595465
Message ID:
01595477
Views:
62
>my client requests to print the data to txt file.
>
>the data is:
>
>Inventory_partnumber
>01001
>01002
>
>
>I tried:
>
>COPY TO output1 TYPE SDF
>
>
>I got:
>
>Inventory_partnumber => total 20 characters
>01001                => with extra 15 space
>01002                => with extra 15 space
>
>
>if I used:
>
>COPY TO output1 DELIMITED WITH ''
>
>
>I got:
>
>'Inventory_partnumber' 
>'01001'                            
>'01002'                             
>
>
>while my client requests it has to be no extra space after the value, and no '
>
>is there anyway to do it?
>

What happens if you copy the data to a cursor using VarChar instead of Char?

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform