| View previous topic :: View next topic |
| Author |
Message |
arcray Valued Contributor


Joined: 13 Jul 2001 Posts: 242 Location: Aude, France
|
Posted: Mon Sep 06, 2004 9:25 am Post subject: Recommendations for producing RTF documents? |
|
|
I have a Word document which is just about falling over, because it is so complicated and has lots of MERGEFIELD, INCLUDETEXTS, IF, AND and OR statements in linked in to a system DSN ODBC text driver whose text file is produced by a data form written in VDS.
I previously tried DDE, but this was very slow. ODBC (provided by VDSDB.DLL) is much, much quicker. But the document is now so complex that I need to find another way of producing it.
I have looked at the STRING.DLL and VDSOBJ.DLLs and they seem promising, but the Rich Text Format (RTF) produced by Word is very laden with loads of unnecessary code.
My question is:-
Is there a simple RTF editor out there that can produce much cleaner code? Code that I can use as a template for a RICHEDIT window and fields that I can populate with STRING.DLL replacing Field place holders with actual data.
Recommendations anyone?
Thanks in advance! _________________ Andrew GRAY
If you don't know I am looking for work, I won't get the job.
andrewrcgray.com |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Mon Sep 06, 2004 3:14 pm Post subject: |
|
|
Wordpad? _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Mon Sep 06, 2004 6:21 pm Post subject: |
|
|
The VDSOBJ will allow you to produce RTF code. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|