ROWNUM

Returns the row number of the values displayed in the rows of the table control. This function is called as <RecordControlName>.ROWNUM(). Use a RecordControl instance to indicate which RecordControl contains the values to be operated on by the function (e.g., Order_DetailsTableControlRow, ProductsTableControlRow, CategoriesTableControlRow).

Syntax

= <RecordControlName>.ROWNUM()

Parameters

None

Return Type

Decimal

Examples

Example

Returns

= ProductsTableControlRow.ROWNUM()

The row number of the ProductsTableControlRow.

= Order_DetailsTableControlRow.ROWNUM()

The row number of the Order_DetailsTableControlRow.

= CategoriesTableControlRow. ROWNUM ()

The row number of the CategoriesTableControlRow.