This flag indicates that the row has been newly inserted. ROW_New is returned or used by a number of table window row functions to set or determine the current status of a row. You can combine ROW_* flags using the OR (|) operator. Use with the functions: SalTblAnyRows, SalTblCopyRows, SalTblFindNextRow, SalTblFindPrevRow, SalTblQueryRowFlags, SalTblSetFlagsAnyRows, SalTblSetRowFlags. Value = 8

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

Syntax

C#
public const int ROW_New

See Also