Sets the focus to the first, last, next, or previous row in a table window.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalNumber SetRow(
	SalNumber rowPos
)

Parameters

rowPos
Type: PPJ.Runtime..::..SalNumber
The position of the focus row. Specify one of these values: TBL_SetFirstRow TBL_SetLastRow BL_SetNextRow TBL_SetPrevRow

Return Value

rowNum

See Also