02.10.2012 Views

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

RENDER ON/OFF<br />

<strong>Intermec</strong> Fingerprint <strong>v8.70.0</strong>/v10.0.0 Programmer´s <strong>Reference</strong> <strong>Manual</strong><br />

Chapter —Program Instructions<br />

Purpose Statement for enabling/disabling rendering of text, bar code, image, box,<br />

and line fields.<br />

Syntax RENDER ON|OFF<br />

ON enables rendering (default).<br />

OFF disables rendering.<br />

Remarks These statements are intended to get information regarding size and<br />

position of a field without actually rendering it, that is the field will not<br />

be printed when the program is executed. The information on the field is<br />

retrieved using PRSTAT functions.<br />

RENDER OFF disables the rendering, which means that PRTXT,<br />

PRBAR, PRIMAGE, PRLINE, and PRBOX statements will not give any<br />

result when a PRINTFEED statement is executed. Any other statements<br />

than PRPOS will not update the insertion point. Field numbers (see<br />

FIELDNO) will not be updated. Statement such as CLIP ON/OFF, XOR-<br />

MODE ON/OFF, or BARSET will retain their usual meanings. PRBUF<br />

will render a field regardless of RENDER ON/OFF.<br />

RENDER ON enables field rendering after a RENDER OFF statement.<br />

Duplicate statement have no effect, that is if a RENDER OFF statement<br />

has been executed, another RENDER OFF statement will be ignored. The<br />

same applies to RENDER ON.<br />

Example This examples retrieves information on the size of a text field which was<br />

not rendered. (The actual result may vary depending on font, font size,<br />

and printer type.)<br />

10 RENDER OFF<br />

20 PRTXT "Render off"<br />

30 PRINT "Width:",PRSTAT(5),"Height:",<br />

PRSTAT(6)<br />

40 RENDER ON<br />

50 PRINTFEED<br />

RUN<br />

yields for example:<br />

Width: 153 Height: 46<br />

No field to print in line 50<br />

Ok

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!