Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS-Word to Ooo Writer
Message
From
07/03/2007 13:33:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
MS-Word to Ooo Writer
Miscellaneous
Thread ID:
01201685
Message ID:
01201685
Views:
62
Some customers asked me to change their application from using MS-Word for textprocessing to OpenOffice.org-Writer. I am struggling to find a good starting point. Can you point me to any resources?

Is there anybody who can give me an example to use for a simple function like:
oWord = Createobject("Word.Application")
oWord.Documents.Add()
oWord.Selection.TypeText("Hello world!")
oWord.Selection.TypeParagraph()
oWord.Visible = .T.
Release oWord
Next
Reply
Map
View

Click here to load this message in the networking platform