Re: FaxPrint DES program


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

Posted by Grant Foraker on July 12, 2007 at 09:34:55:

In Reply to: Re: FaxPrint DES program posted by Jim Guerber on July 10, 2007 at 12:43:14:

Jim:

Added the following to my production fax program.

PRINT (1) (AutoCROff)
PRINT (1) (From = NOTIFYEMAIL$)
PRINT (1) (To = TOPHONE$)
PRINT (1) (Subject = SUBJECT$)
PRINT (1) (Text = 'The invoice copy you requested.')
PRINT (1) (Text = '')
PRINT (1) (Text = COMMENT1$)
PRINT (1) (Text = COMMENT2$)
PRINT (1) (Text = COMMENT3$)
PRINT (1) (Text = '')
PRINT (1) (Text = SIGNATURE$)
PRINT (1) (Text = '')
PRINT (1) (Text = 'Office Manager')
PRINT (1) (Text = 'Software Systems Associates')
PRINT (1) (Text = '619-582-7900')
PRINT (1) (DocumentName = ORNBR$)
PRINT (1) (AutoCROn)

Get a compile error 3 on DocumentName.


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):






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