This flag indicates that a row was edited. ROW_Edited 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 = 4

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_Edited

See Also