| 4D v15.4QR SET AREA PROPERTY | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v15.4
 QR SET AREA PROPERTY 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| QR SET AREA PROPERTY ( area ; property ; value ) | ||||||||
| Parameter | Type | Description | ||||||
| area | Longint |   | Reference of the area | |||||
| property | Longint |   | Interface element designated | |||||
| value | Longint |   | 1 = displayed, 0 = hidden | |||||
The QR SET AREA PROPERTY command shows or hides the interface element (toolbar or menu bar) whose reference is passed in property.
The menu bar and toolbars are numbered from 1 to 6 (top to bottom) and the value 7 is dedicated to the context menu.
You can use the constants from the QR Area Properties theme to designate the interface item:
| Constant | Type | Value | Comment | 
| qr view color toolbar | Longint | 5 | Display status of the Color toolbar (Displayed=1, Hidden=0) | 
| qr view column toolbar | Longint | 6 | Display status of the Column toolbar (Displayed=1, Hidden=0) | 
| qr view contextual menus | Longint | 7 | Display status of the Contextual menu (Displayed=1, Hidden=0) | 
| qr view menubar | Longint | 1 | Display status of the menu bar (Displayed=1, Hidden=0) | 
| qr view operators toolbar | Longint | 4 | Display status of the Operators toolbar (Displayed=1, Hidden=0) | 
| qr view standard toolbar | Longint | 2 | Display status of the Standard toolbar (Displayed=1, Hidden=0) | 
| qr view style toolbar | Longint | 3 | Display status of the Style toolbar (Displayed=1, Hidden=0) | 
If you pass an invalid area number, the error -9850 will be generated.
If you pass an invalid property parameter, the error -9852 will be generated.
	Product:  4D
	Theme:  Quick Report
	Number:  
        796
        
        
        
	
	Created:  4D 2003
	
	
	
	
	4D Language Reference ( 4D v15.4)
	
	
	4D Language Reference ( 4D v15)
	
	
	
	
	
	
	
	
	4D Language Reference ( 4D v15.3)
	
	
 Add a comment
Add a comment