Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ole
Message
From
19/08/2002 23:06:16
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Ole
Miscellaneous
Thread ID:
00691319
Message ID:
00691319
Views:
46
I have an application where I am linking out from VFP to MS Excel with code as below:
OLEAPP = CREATEOBJECT("Excel.Application")
OLEAPP.VISIBLE=.T.
OLEAPP.WORKBOOKS.OPEN("POSTEDMARKS1.XLS")
OLEAPP.CELLS(1,2).VALUE="Students"
etc.
etc.

The application works beautifully on my development machine but when I compile the .exe and put it on another machine, it doesn't work.

I have gone through the VFP Help File to see how I might Build the Project differently or use the SetUp Wizard differently to address this but I can't find anything that deals with my situation.

If someone has crossed this bridge before, I would be pleased to hear from you.

Mike Smith
Next
Reply
Map
View

Click here to load this message in the networking platform