4D v14.3QR SET DOCUMENT PROPERTY |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
QR SET DOCUMENT PROPERTY
|
QR SET DOCUMENT PROPERTY ( area ; property ; value ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
Reference of the area | |||||
property | Longint |
![]() |
1 = Printing dialog, 2 = Document unit | |||||
value | Longint |
![]() |
Value for the property | |||||
The QR SET DOCUMENT PROPERTY command displays the printing dialog or sets the unit used for the document.
In property, you can pass the following constants, located in the QR Document Properties constant theme:
Constant | Type | Value | Comment |
qr printing dialog | Longint | 1 | Display of the print dialog box:
|
qr unit | Longint | 2 | Document unit:
|
If you pass an invalid area number, the error -9850 will be generated.
If you pass an invalid property value, the error -9852 will be generated.
Product: 4D
Theme: Quick Report
Number:
772
Created: 4D 2003
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)