| 
                    
 This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com  | 
            ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                 
                
  | 
                
					
                    
                         
    4D v20.6
 
QR SET INFO ROW 
                                
                                
        
 | 
                |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| QR SET INFO ROW ( area ; row ; hide ) | ||||||||
| Parameter | Type | Description | ||||||
| area | Longint | 
             
         | 
        Reference of the area created | |||||
| row | Longint | 
             
         | 
        Row designator | |||||
| hide | Longint | 
             
         | 
        0 = displayed, 1 = hidden | |||||
The QR SET INFO ROW command shows/hides the row whose reference was passed in row.
row designates which row is affected. You can pass either:
| Constant | Type | Value | Comment | 
| qr detail | Longint | -2 | Detail area of report | 
| qr grand total | Longint | -3 | Grand total area | 
| qr title | Longint | -1 | Title of report | 
hide specifies whether the line is shown or hidden:
If you pass an invalid area number, the error -9850 will be generated.
If you pass an invalid row value, the error -9852 will be generated.
The following statement hides the detail row:
 QR SET INFO ROW(area;qr detail;1)
	Product:  4D
	Theme:  Quick Report
	Number:  
        763
        
        
        
	
	Created:  4D 2003
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D Language Reference ( 4D v20)
	
	
	4D Language Reference ( 4D v20.1)
	
	
	
	4D Language Reference ( 4D v20.2)
	
	4D Language Reference ( 4D v20.3)
	
	4D Language Reference ( 4D v20.4)
	
	
	4D Language Reference ( 4D v20.5)
	4D Language Reference ( 4D v20.6)
	
	
	
Add a comment