Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert to excel
Message
From
08/09/2005 15:43:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Convert to excel
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01047848
Message ID:
01047848
Views:
49
hi all,

any idea ,to convert mytable to excel book,

just fields have data only,
this code under convert all fields
USE am2
*GETFILE()

gcDelimName = ALIAS( ) + '.xls'

gcDelimFile = PUTFILE('excel_file:', gcDelimName, 'xls')

IF EMPTY(gcDelimFile)  && Esc pressed
   CANCEL
ENDIF

COPY TO (gcDelimFile) XLS   && Create delimited file
thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform