| |
AutonumberOrder propertySpecifies 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. SyntaxC++HRESULT get_AutonumberOrder(ERUAutonumberOrder* pRetVal) HRESULT put_AutonumberOrder(ERUAutonumberOrder order) Scripting languagesorder = object.AutonumberOrder object.AutonumberOrder = order Legal valuesThe values for AutonumberOrder are specified by the ERUAutonumberOrder enum. RemarksYou can only set the AutonumberOrder property if the DataType property is set to erCellDataTypeAutonumber. Otherwise, AutonumberOrder returns the error EROOM_E_INVALIDOPERATION. |
Home |