Hi All,

I have been using Microsoft's richtx32.ocx in conjunction with
apiprinter.vcx by Rasmus Moustgaard to view and print rtf documents created
in MS-Word. I do not need the end-user to be able to edit the document.

I am in the market for a integrated replacement control that will HANDSOMELY
print and print preview MS-Word created RTF documents. Also, looking to be
able to distribute the control royalty free. Any suggestions would be
appreciated.

Best Regards,
Tom Clark

Re: I am looking for a 3rd Party VFP friendly RTF Reports ocx or dll product by Eric

Eric
Fri Feb 11 19:37:01 CST 2005

I've been using the active x control package from www.textcontrol.com for a
few years now. It includes an editor with toolbars and multiple file
formats, including rtf, html, doc and pdf.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8

"Tom Clark" <tjclark@pc-enable.com> wrote in message
news:110qean8gh4r257@corp.supernews.com...
> Hi All,
>
> I have been using Microsoft's richtx32.ocx in conjunction with
> apiprinter.vcx by Rasmus Moustgaard to view and print rtf documents
> created in MS-Word. I do not need the end-user to be able to edit the
> document.
>
> I am in the market for a integrated replacement control that will
> HANDSOMELY print and print preview MS-Word created RTF documents. Also,
> looking to be able to distribute the control royalty free. Any
> suggestions would be appreciated.
>
> Best Regards,
> Tom Clark
>



Re: I am looking for a 3rd Party VFP friendly RTF Reports ocx or dll product by Fox/Net

Fox/Net
Mon Feb 14 17:30:09 CST 2005

You could automate the execution of the (free) "Word Viewer" that provides
for reading any kind of MS created document. It's located over in the
//www.microsoft.com/downloads/ area. Search for "Word Viewer" and probably
the 2003 version is the latest...

wshShell = createobject("WScript.Shell")
wshShell.Run(<< name of word viewer executable and parameters to pass >>)

or

some type of Run /n variant

hth

John C. Gunvaldson
San Diego, CA


"Tom Clark" <tjclark@pc-enable.com> wrote in message
news:110qean8gh4r257@corp.supernews.com...
> Hi All,
>
> I have been using Microsoft's richtx32.ocx in conjunction with
> apiprinter.vcx by Rasmus Moustgaard to view and print rtf documents
created
> in MS-Word. I do not need the end-user to be able to edit the document.
>
> I am in the market for a integrated replacement control that will
HANDSOMELY
> print and print preview MS-Word created RTF documents. Also, looking to
be
> able to distribute the control royalty free. Any suggestions would be
> appreciated.
>
> Best Regards,
> Tom Clark
>
>