4D View v16

PV INSERT COLUMNS

Home

 
4D View v16
PV INSERT COLUMNS

PV INSERT COLUMNS 


 

PV INSERT COLUMNS ( area ; start ; number ) 
Parameter Type   Description
area  Longint in 4D View area
start  Longint in Column before where new column(s) will be inserted
number  Longint in Number of columns

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

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

Example  

Insert a column before the first column (A) of the table, to shift the column area content to the right:

 PV INSERT COLUMNS(Area;1;1)



See also 

PV DELETE COLUMNS
PV INSERT ROWS

 
PROPERTIES 

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

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)