4D View v14PV INSERT ROWS |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D View v14
PV INSERT ROWS
|
PV INSERT ROWS ( area ; start ; number ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D View area | |||||
start | Longint |
![]() |
Row before which new row(s) will be inserted | |||||
number | Longint |
![]() |
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.
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)
Product: 4D View
Theme: PV Columns and Rows
Number:
15957
Created: 4D View 6.8
PV DELETE ROWS
PV INSERT COLUMNS
4D View Language ( 4D View v11.4)
4D View Language ( 4D View v12)
4D View Language ( 4D v13)
4D View Language ( 4D View v14 R2)
4D View Language ( 4D View v14)
4D View Language ( 4D View v14 R3)
4D View Language ( 4D View v14 R4)