controlling printing in DECPASS/EXEPASS


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Bob A on December 07, 2010 at 07:46:25:

I've nearly completed combining all my .inc files by use of:

.if DECPASS
the appropriate DECPASS INCLUDES
.endif
.if EXEPASS
the appropriate EXEPASS INCLUDES
.endif

is there any way to control printing, so that I could suppress the printing of the EXEPASS portion during DECPASS, and vice-versa.

PRINT=OFF
.if DECPASS
PRINT=ON
the appropriate DECPASS INCLUDES
.endif
PRINT=OFF
.if EXEPASS
PRINT=ON
the appropriate EXEPASS INCLUDES
.endif

a cleaner way, would be that the testing for DECPASS/EXEPASS controls both generation and printing.

thanx!

Bob "A"


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]