AutonumberOrder property

Specifies how automunber fields are numbered. Autonumber fields display numeric values that the eRoom software generates automatically when you create a database entry. You can't edit autonumber fields.

Syntax


C++

HRESULT get_AutonumberOrder(ERUAutonumberOrder* pRetVal)

HRESULT put_AutonumberOrder(ERUAutonumberOrder order)

Scripting languages

order = object.AutonumberOrder

object.AutonumberOrder = order

Legal values


The values for AutonumberOrder are specified by the ERUAutonumberOrder enum.

Remarks


You can only set the AutonumberOrder property if the DataType property is set to erCellDataTypeAutonumber. Otherwise, AutonumberOrder returns the error EROOM_E_INVALIDOPERATION.

Home

Applies to

IERUDBColumn


See also

Databases