Defines the minimum and maximum rows (range) of a table.

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 SalBoolean SetRange(
	SalNumber min,
	SalNumber max
)

Parameters

min
Type: PPJ.Runtime..::..SalNumber
The lower boundary of the table window.
max
Type: PPJ.Runtime..::..SalNumber
The upper boundary of the table window. Setting nMin and nMax: nMin must be less than or equal to nMax. You can specify an empty table with the range 0, -1. You can specify a dynamic range with the values zero (0) TBLMaxRow , . determines the higher boundary when the application returns TBL_NoMoreRows from a SAM_FetchRow message, or from the return of the SAM_FetchDone message.

Return Value

bool

See Also