Use this constant to get or set the format of a data field or table window column. The format of a field or column must agree with its data type, so this constant can only be returned by or applied to a field or column of number or date/time data type. This constant is returned by the function SalFmtGetFormat when a field or column has been picture-formatted, and it is used by the function SalFmtSetFormat to set a field or column to be picture-formatted. Value = -1

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 FMT_Format_Picture

See Also