Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cut and Paste from General field into a WordPerfect Docu
Message
 
To
26/11/2001 18:56:19
Sofya Kuchuguridze
Abelson Communications. Inc.
Lynbrook, New York, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00586092
Message ID:
00586291
Views:
16
>How to automate WordPerfect from Microsoft Visual FoxPro6.0 to open document and pass a few fields to the document?

You didn't mention how far you had managed to get?
loApp = createobject("WordPerfect.PerfectScript")
loApp.FileOpen(lcFileName)
loApp.Type("Hello World")
loApp.Quit()
loApp=.NULL.
HTH
Caroline
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform