Deletes a row from a table window but not from the database.

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 DeleteRow(
	SalNumber rowNum,
	SalNumber flag
)

Parameters

rowNum
Type: PPJ.Runtime..::..SalNumber
The number of the row to delete.
flag
Type: PPJ.Runtime..::..SalNumber
A constant used to coordinate a delete from the table window with a with a delete from a database result set. This parameter can be one of these values: TBL_Adjust, TBL_NoAdjust

Return Value

bool

See Also