Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace from excel sheet to mytable
Message
From
25/11/2004 07:32:48
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
 
 
To
25/11/2004 07:25:17
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00964143
Message ID:
00964648
Views:
8
You are getting this because the excel spreadsheet is still open.

Do you still need it open at this point?

You will also need to check to see if the tmpnan already exists otherwise you'l get a "Do you wish to Overwrite" message. You could set safety off at this point but probably easier to check for the file and delete the contents.

IF !FILE("tmpnan.dbf")
copy file nan.dbf to tmpnan.dbf
ELSE
use tmpnan in 0
sele tmpnan
delete all
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform