Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do OLE Automation with WordPerfect 8
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
How to do OLE Automation with WordPerfect 8
Miscellaneous
Thread ID:
00087054
Message ID:
00087054
Views:
65
I am trying to do OLE Automation from Visual FoxPro 5.0 with WordPerfect 8.0. Whenever I execute the following code, I get an Application Error when it executes loWP.FileNew(). It does manage to launch WordPerfect before the program terminates. I have tried different WP command other than FileNew, and I get the same results. The same code works with Visual Basic 5.0. Any ideas?

Thanks!
Tim

********** FoxPro Code **********

LOCAL loWP

* Document settings

loWP = CREATEOBJECT("WordPerfect.PerfectScript")
loWP.FileNew()
loWP.Quit()

RETURN

Here is the error message:

VFP.EXE - Application Error

The instruction at "0x65347074" referenced memory at "0x00000000". The memory could not be "written".
Next
Reply
Map
View

Click here to load this message in the networking platform