Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert to excel
Message
From
31/05/2007 04:58:59
 
 
To
31/05/2007 04:54:14
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01229506
Message ID:
01229519
Views:
14
thank you for reply,
when i try it as arabic names(characters) , you know i must used space between 2 names i got error ,


>>hi all,
>>how i can change char1 to 2 names as..
>>
>>SELECT char1 AS tel no ,char2 AS first name .... FROM am2 INTO CURSOR curTmp
>>
>>COPY TO (gcDelimFile) XLS
>>
>>thanks.
>
>
>SELECT char1 AS tel_no ,char2 AS first_name .... FROM am2 INTO CURSOR curTmp
>
>COPY TO (gcDelimFile) XLS
>
>or
>
>SELECT char1 AS telNo ,char2 AS firstName .... FROM am2 INTO CURSOR curTmp
>
>COPY TO (gcDelimFile) XLS
>
Cetin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform