Bryan - Gendev
Programmer
In my app I use an MSWord object to build a report in MSWord.
I have some users that have look-alike Word Processors like Libre or Open Office that open MSWord Reports and want an MSWord compatible report from my application.
Is it possible to produce this with native VFP or is a third party control the only way?
Regards
GenDev
Code:
loWord = CREATEOBJECT("word.application")
loDoc = loWord.documents.ADD()
I have some users that have look-alike Word Processors like Libre or Open Office that open MSWord Reports and want an MSWord compatible report from my application.
Is it possible to produce this with native VFP or is a third party control the only way?
Regards
GenDev