EnsureVisible Method (DATATABLE)


10.6

 

The EnsureVisible method moves a specified row and/or column of a DATATABLE current style presentation to be visible on a bound HTMLCONTROL. The method uses the following format:

 

[label]

{object}.EnsureVisible

[GIVING {return}] USING [*Row=]{row}[:[*Column=]{column}]

 

Where:

label

Optional. A Program Execution Label.

object

Required. A DATATABLE object.

return

Optional. A Numeric Variable that always returns a zero.

row

Required. A decimal number or Numeric Variable that indicates the zero-based row that is made visible.

column

Optional. A decimal number or Numeric Variable that indicates the zero-based column that is made visible.

Flags Affected: EOS, OVER, ZERO

Note the following:

  1. The EOS and OVER flags are always cleared.

  2. The ZERO flag is always set TRUE.

 

 

See Also: Method Syntax, DATATABLE Methods

 



PL/B Language Reference DeleteRow Method (DATATABLE) FindNextRow Method (DATATABLE)