| 4D v20.1ALL RECORDS | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v20.1
 ALL RECORDS 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ALL RECORDS {( aTable )} | ||||||||
| Parameter | Type | Description | ||||||
| aTable | Table |   | Table for which to select all records, or Default table, if omitted | |||||
ALL RECORDS selects all the records of aTable for the current process. ALL RECORDS makes the first record the current record and loads the record from disk. ALL RECORDS returns the records to the default record order, which is the order in which the records are stored on disk.
The following example displays all the records from the [People] table:
 ALL RECORDS([People]) ` Select all the records in the table
 DISPLAY SELECTION([People]) ` Display records in output form
									DISPLAY SELECTION
									
									MODIFY SELECTION
									
									ORDER BY
									
									QUERY
									
									Records in selection
									
									Records in table
									
	Product:  4D
	Theme:  Selection
	Number:  
        47
        
        
        
	
	Created:  < 4D v6
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D Language Reference ( 4D v20)
	
	
	4D Language Reference ( 4D v20.1)
	
	
	
 Add a comment
Add a comment