[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] Double-sided printing
Try the following
To turn it on: ENCODE '<27>&l1S' INTO $DUPLEX
PRINT $DUPLEX (1,1)
To Turn it off: ENCODE '<27>&l0S' INTO $DUPLEX
PRINT $DUPLEX (1,1)
>From: "Mingazov, Maya" <MMingazov@newsamerica.com>
>Reply-To: "This list is for discussion about the SQR database
>reportinglanguage from Hyperion Solutions." <sqr-users@sqrug.org>
>To: "This list is for discussion about the SQR database reportinglanguage
>fromHyperion Solutions." <sqr-users@sqrug.org>
>Subject: RE: [sqr-users] Double-sided printing
>Date: Fri, 7 Apr 2006 14:49:56 -0400
>
>Hello everyone,
>
>I have following script in my SQR Report for double sided printing but
>it's not working. Can anyone tell me what is wrong with the code?
>
>declare-printer HP_1
> type = HP
> font = 17
> point-size =
> init-string = <27>&l1S !- Duplex(double sided) long edge binding
>
> for-reports = (report1)
>end-declare
>
>Thank you,
>
>Maya
>
>
>This message and its attachments may contain legally privileged or
>confidential information. It is intended solely for the named addressee.
>If you are not the addressee indicated in this message (or responsible for
>delivery of the message to the addressee), you may not copy or deliver this
>message or its attachments to anyone. Rather, you should permanently
>delete this message and its attachments and kindly notify the sender by
>reply e-mail. Any content of this message and its attachments that does
>not relate to the official business of News America Incorporated or its
>subsidiaries must be taken not to have been sent or endorsed by any of
>them. No warranty is made that the e-mail or attachment(s) are free from
>computer virus or other defect.
>
>_______________________________________________
>sqr-users mailing list
>sqr-users@sqrug.org
>http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users