Tuesday, January 29, 2013

Tip of the Day: Capturing PRNSETUP INFO Results
Product: R:BASE eXtreme 9.5 (32/64)
Build..: 9.5.2.20128 or higher www.rupdates.com
Section: Commands
Topic..: PRNSETUP INFO

PRNSETUP INFO retrieves a list of current printer settings like:

. Current Printer
. Paper Orientation
. Paper Size
. Paper Source
. Print Quality (DPI)
. Copies
. Color Mode
. Duplex Mode
. Collation

You may capture PRNSETUP INFO results using the "PRN" specific
CVAL functions as follows:

. PRN_STATUS
. PRN_ORIENTATION
. PRN_SIZE
. PRN_SOURCE
. PRN_QUALITY
. PRN_COPIES
. PRN_COLORMODE
. PRN_DUPLEXMODE
. PRN_COLLATION

(CVAL('CURRENTPRINTER')) returns the current printer for the R:BASE session.

(CVAL('PRN_STATUS')) captures the printer status.

(CVAL('PRN_ORIENTATION')) captures the printer orientation.

(CVAL('PRN_SIZE')) captures the printer paper size.

(CVAL('PRN_SOURCE')) captures the printer paper source.

(CVAL('PRN_QUALITY')) captures the printer print quality (DPI).

(CVAL('PRN_COPIES')) captures the printer copy count.

(CVAL('PRN_COLORMODE')) captures the printer color mode.

(CVAL('PRN_DUPLEXMODE')) captures the printer duplex mode.

(CVAL('PRN_COLLATION')) captures the printer collation.

Stay productive, my friends!

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase
www.RazzakMemon.com

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to