Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exporting to an Excel template file
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01032719
Message ID:
01033171
Views:
14
>I forgot to mention that this will be written in VFP 6.0, since the machine we are putting this prgoram on is a Windows 95 machine. So, I had to eliminate the LOCAL ox1 AS "Excel.Application" and use only LOCAL ox1. Then that presents a problem when I use oExcel.Visible = .T.

It surely represents a problem, no matter what Windows and VFP version you are using.
You can't create an object named oXL ( BTW in my sample it's OXL not OX1 ) and then use oExcel.Visible ( i.e you mismatch the variable name of your object here ).

Jaime
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform