4D v16.3Get print marker |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.3
Get print marker
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Get print marker ( markNum ) -> Function result | ||||||||
| Parameter | Type | Description | ||||||
| markNum | Longint |
|
Marker number | |||||
| Function result | Longint |
|
Position of the marker | |||||
The Get print marker command enables you to get the current position of a marker during printing.
This command can be used in two contexts:
The coordinates are returned in pixels (1 pixel = 1/72 inch).
Pass one of the constants of the Form Area theme in the markNum parameter:
| Constant | Type | Value |
| Form break0 | Longint | 300 |
| Form break1 | Longint | 301 |
| Form break2 | Longint | 302 |
| Form break3 | Longint | 303 |
| Form break4 | Longint | 304 |
| Form break5 | Longint | 305 |
| Form break6 | Longint | 306 |
| Form break7 | Longint | 307 |
| Form break8 | Longint | 308 |
| Form break9 | Longint | 309 |
| Form detail | Longint | 0 |
| Form footer | Longint | 100 |
| Form header | Longint | 200 |
| Form header1 | Longint | 201 |
| Form header10 | Longint | 210 |
| Form header2 | Longint | 202 |
| Form header3 | Longint | 203 |
| Form header4 | Longint | 204 |
| Form header5 | Longint | 205 |
| Form header6 | Longint | 206 |
| Form header7 | Longint | 207 |
| Form header8 | Longint | 208 |
| Form header9 | Longint | 209 |
Refer to the example of the SET PRINT MARKER command.
Product: 4D
Theme: Printing
Number:
708
Modified: 4D 2003
4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)
Add a comment