J
Jason L
Using Word 2002.
Hi, I have a client who has a Coolplex C++ program that is
sending data they need to have merged with a Word
template. Because this information is sent from a C++
program, it's formatted in RTF. Only one file is sent at a
time, and each file has 8 data fields in it. Pretty
simple, huh? Well, the problem is in the formatting of
the file. Each field, space, dash, comma, etc is
surrounded by frames. When I try to select all and paste
special into a Word document, it inverts and screws up the
order of the file. The fields need to be in a certain
order to match up with my header file. Does anyone know
how to make RTF formatted data source files usable for a
template?
-Jason
Here is an example of the data file (I asked him to use
tildas as the field delimiters):
52088241 ~
104-149-003 ~
NameofProject ~
NameofFirm ~
Address1 ~
Address2 ~
Location ~
TotalContractAmt ~
| (a pipe ends the record)
Thanks for any help you can give. Let me know if you have
any further questions.
Hi, I have a client who has a Coolplex C++ program that is
sending data they need to have merged with a Word
template. Because this information is sent from a C++
program, it's formatted in RTF. Only one file is sent at a
time, and each file has 8 data fields in it. Pretty
simple, huh? Well, the problem is in the formatting of
the file. Each field, space, dash, comma, etc is
surrounded by frames. When I try to select all and paste
special into a Word document, it inverts and screws up the
order of the file. The fields need to be in a certain
order to match up with my header file. Does anyone know
how to make RTF formatted data source files usable for a
template?
-Jason
Here is an example of the data file (I asked him to use
tildas as the field delimiters):
52088241 ~
104-149-003 ~
NameofProject ~
NameofFirm ~
Address1 ~
Address2 ~
Location ~
TotalContractAmt ~
| (a pipe ends the record)
Thanks for any help you can give. Let me know if you have
any further questions.