G
Garry Rathbone
I have a document that has several IF tests. If the user
responds with a Y to a test, a document is included using
INCLUDETEXT.
We use PRINT codes to switch the printer into duplex mode
in certain documents. These documents work fine on their
own, and fine when included with INCLUDETEXT. However, if
the INCLUDETEXT is conditional via an IF, the PRINT codes
don't work!
For example:
Doc1.doc is a 5 page document that has a PRINT command at
the start to switch the printer (HP4000) into Duplex:
{PRINT 27"&l1s"}
Doc2.doc has the following field in it:
{IF {FILLIN Include_DOC_1}="Y" "{INCLUDETEXT "DOC1.DOC"}"}
Any ideas? Any help appreciated.
Cheers,
Garry
responds with a Y to a test, a document is included using
INCLUDETEXT.
We use PRINT codes to switch the printer into duplex mode
in certain documents. These documents work fine on their
own, and fine when included with INCLUDETEXT. However, if
the INCLUDETEXT is conditional via an IF, the PRINT codes
don't work!
For example:
Doc1.doc is a 5 page document that has a PRINT command at
the start to switch the printer (HP4000) into Duplex:
{PRINT 27"&l1s"}
Doc2.doc has the following field in it:
{IF {FILLIN Include_DOC_1}="Y" "{INCLUDETEXT "DOC1.DOC"}"}
Any ideas? Any help appreciated.
Cheers,
Garry