tagFieldTypeEnum

ACCPAC Common Controls

tagFieldTypeEnum

Specifies the data type of a field.

Name

Value

Description

Stored in database as

FLD_CHAR

1

String

ASCII (blank padded)

FLD_BYTE

2

String

Binary (array of bytes)

FLD_DATE

3

Date

Decimal

FLD_TIME

4

Date

Decimal

FLD_REAL

5

Double

8-byte IEEE long real

FLD_DECIMAL

6

Decimal

BCD

FLD_INT

7

Integer

16-bit signed integer

FLD_LONG

8

Long

32-bit signed integer

FLD_BOOL

9

Boolean

16-bit signed integer (0=false, non-zero=true)