4D v14.3

NEXT SUBRECORD

Home

 
4D v14.3
NEXT SUBRECORD

NEXT SUBRECORD 


 

NEXT SUBRECORD ( subtable ) 
Parameter Type   Description
subtable  Subtable in Subtable in which to move to the next selected subrecord

Subtables are no longer supported starting with version 11 of 4D. A compatibility mechanism ensures the functioning of this command in converted databases; however, it is strongly recommended to replace any subtables with standard related tables.

NEXT SUBRECORD moves the current subrecord pointer to the next subrecord in the current subselection of subtable. If NEXT SUBRECORD moves the pointer past the last subrecord, End subselection returns TRUE, and there is no current subrecord. If End subselection returns TRUE, use FIRST SUBRECORD or LAST SUBRECORD to move the pointer back into the current subselection. If the current subselection is empty, or Before subselection returns TRUE, NEXT SUBRECORD has no effect.

Example  

See the example for FIRST SUBRECORD.

 
PROPERTIES 

Product: 4D
Theme: Subrecords
Number: 62

This command is deprecated and should not be used anymore

 
HISTORY 

Modified: 4D v11 SQL

 
SEE ALSO 

FIRST SUBRECORD
LAST SUBRECORD
PREVIOUS SUBRECORD

 
ARTICLE USAGE

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)