4D View v16

PV INSERT ROWS

Home

 
4D View v16
PV INSERT ROWS

PV INSERT ROWS 


 

PV INSERT ROWS ( area ; start ; number ) 
Parameter Type   Description
area  Longint in 4D View area
start  Longint in Row before which new row(s) will be inserted
number  Longint in Number of rows

The PV INSERT ROWS command inserts number row(s) in area starting at row number start. The inserted rows will be before the row defined by start.

Note: This command must not be called within a dynamic area. Otherwise, the error 86 is generated.

Example  

Insert a row before the first row (1) of the table, to shift the row area content toward the bottom:

 PV INSERT ROWS(Area;1;1)



See also 

PV DELETE ROWS
PV INSERT COLUMNS

 
PROPERTIES 

Product: 4D View
Theme: PV Columns and Rows
Number: 15957

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)