Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IMPORT FROM XLS fails
Message
From
01/04/2014 22:53:30
 
 
To
01/04/2014 12:58:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01597888
Message ID:
01597935
Views:
115
>>
lcFile = GETFILE("xls*")
>>TRY
>>     IMPORT FROM (lcFile) XLS
>>CATCH
>>    ** catch block assumes you're trying to import XLSX file so it opens it and then saves it as XLS 
>>ENDTRY
>>
>>When I execute the IMPORT command VFP simply exits. No error messages. No CATCH commands. No "Send to Microsoft". No nothing.
>>
>>I'm sure it has something to do with the spreadsheet and I think it has to do with the spreadsheet having macros in it.
>>
>>Can somebody please enlighten me about conditions which could cause this kind of behavior?
>>
>
>Did you try XL5 or XL8 instead of XLS?
>
>Tamar

I hadn't but now I did........unfortunately the same result. VFP simply closes.

We've tried opening the file and saving it in several formats and didn't save until we tried Excel Workbook. This produced a dialog box about saving as a macro-free workbook. This version "worked" in that the IMPORT command gave an error about "Invalid Format." We already trap for this and use Excel to open the file and save in a compatible format.

I would obviously prefer not to use the Import command but it just isn't practical to find all the applications that do this and re-write them with a different algorithm.

Again, all insights appreciated..........Rich
Previous
Reply
Map
View

Click here to load this message in the networking platform