HTBasic Help
×
Menu
Index

WIN-PRINT STATUS Registers

 
The following STATUS registers are supported.
     
0
Interface identification. Returns a 302 for ISC 10; 300 for ISC 26.
104
Get left margin. Units are 1/100s mm. Default is 1270.
105
Get top margin. Units are 1/100s mm. Default is 1270.
106
Get right margin. Units are 1/100s mm. Default is 1270.
107
Get bottom margin. Units are 1/100s mm. Default is 1270.
108
Get line spacing. Units are 1/100s mm.
109
Get the current print position. Units are 1/100s mm. Register 109 gets the X and register 110 gets the Y values.
110
Get the current print position. Units are 1/100s mm. Register 109 sets the X and register 110 sets the Y values.
111
Retrieve the "page dirty" flag. A value of 0 means no output exists yet on this page. A value of 1 indicates output has been made to the current page, but the print job is not yet complete.
112
Returns the PRINTER IS auto eject status: 0 = auto eject off; 1 = auto eject on.
113
Returns the DUMP auto eject status: 0 = auto eject off; 1 = auto eject on.
114
Returns the associated printers paper orientation: 1 = portrait; 2 = landscape.
116
Returns the font style for the associated printer:
 
0 = Normal
1 = Italic
2 = Bold
3 = Bold Italic
4 = Underline
5 = Underline Italic
6 = Bold Underline
7 = Bold Italic Underline
117
Returns the font point size for the associated printer
154
Returns X1 or the beginning row for specifying partial screen dumps see GESCAPE PRT,106
155
Returns Y1 or the ending row for specifying partial screen dumps
156
Returns X2 or the beginning column for specifying partial screen dumps
157
Returns Y2 or the ending column for specifying partial screen dumps