Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
End of file
Message
From
29/12/2004 06:40:42
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00971336
Message ID:
00972881
Views:
16
hi again,
i need your help with this code under,to let all tables i use it,convert it to excel sheet as under
CLOSE all
USE aaa
*INDEX ON flag tag FLAG_TAG
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
endif
m.qasem

>Mohammed,
>This line is incorect
>
>SCAN FOR   m.tablenew_eno=orginal.new_eno
>
>Check to see WHY?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform