4D View v14

PV GOTO CELL

Home

 
4D View v14
PV GOTO CELL

PV GOTO CELL 


 

PV GOTO CELL ( area ; column ; row ) 
Parameter Type   Description
area  Longint in 4D View area
column  Longint in Cell column number
row  Longint in Cell row number

When the PV GOTO CELL command is called, the cell defined by column and row becomes the current cell of the area. If the previous current cell was in entry mode, its contents are validated.

Example  

This line of code makes the cell located at the intersection of the eighth column and the fifth row the current cell.

 PV GOTO CELL(Area;8;5) `New current cell: H5

 
PROPERTIES 

Product: 4D View
Theme: PV Current cell
Number: 15931

 
HISTORY 

Created: 4D View 6.8

 
SEE ALSO 

PV GOTO NEXT CELL

 
ARTICLE USAGE

4D View Language ( 4D View v11.4)
4D View Language ( 4D View v12)
4D View Language ( 4D View v14)
4D View Language ( 4D v13)
4D View Language ( 4D View v14 R2)
4D View Language ( 4D View v14 R3)
4D View Language ( 4D View v14 R4)