Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programaticaly opening a file
Message
 
 
To
30/10/2009 14:13:48
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01432413
Message ID:
01432418
Views:
69
>I have a file called customer.xml I would like to open from microsoft excell programatically using foxpro
>is this possible
>thank you

Would
*-- Create Ole Automation with Excel
	loExcel = CREATEOBJECT("Excel.Application")
*-- Open XLS File
	loExcel.APPLICATION.WorkBooks.OPEN(m.tcXLSFileName)
work with XML - let me test.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform