Quote:
>Hello,
> Has anyone been able to create Microsoft Word 97 documents from
>clipper? We have some old code that let up make WordPerfect 5.0 documents
>and for the most part these, import... but we would like to generate Word
>documents and use some of the formating available with it.
>Thanks for the Info,
>K. Latham
>http://www.itlnet.net/
No, but I have create RTF (Rich Text Format) files from QuickBASIC - and if all
you want is to bold, underline and specify a font style it may be what you
need.
These files are simple text files (with tags out the yin-yang for page layouts,
fonts & text attributes and such). It is a well documented format, I am sure
you can find something doing a search of the net.
Best thing to do is to reverse engineer a document, but bringing your text into
word and doctoring it up and save it as RichText. Edit the RTF file using
notepad or your favorite text editor to see what word did to enhance your file.
You can use this format in other word processors so your output would not be
limited to one brand or flavor.
You may also want to look at outputting a HTML file, which will expand your
options as well (view the document from a browser, post on the net, etc...)
David Rawheiser
Actium (People & Technology in Action)