Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sent to path
Message
From
26/07/2004 06:06:59
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00927833
Message ID:
00927855
Views:
25
hi ,
thank you very much,

i use putfile(),
it works.
i change it to ..maybe sombody need to do the same things
m.a=thisform.text2.Value
CLOSE all
USE (m.a)
gcDelimName = ALIAS( ) + '.xls'
gcDelimFile = PUTFILE('excel_file:', gcDelimName, 'xls')
IF EMPTY(gcDelimFile)  && Esc pressed
   CANCEL
ENDIF
COPY TO (gcDelimFile) xls  && Create delimited file
MODIFY FILE (gcDelimFile) NOEDIT
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform