Click or drag to resize

EUDefFieldType Enumeration

Type of edit field used when editing the value in the user-interface SOUdefField.FieldType

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public enum EUDefFieldType
Members
  Member nameValueDescription
enUDFTFixedText0Fixed text
enUDFTNumericEdit1Number field
enUDFTShortTextEdit2Short text
enUDFTLongTextEdit3Long text
enUDFTDateEdit4Date between 1970 and 2036, saved as seconds
enUDFTUnlimitedDateEdit5Unlimited date
enUDFTCheckBox6Checkbox
enUDFTListBox7Value is a list id
enUDFTFloat8actually double - that's 80 bits IEEE floating point
enUDFTAmount9maps to float in the database for the time being, but formatted like money
enUDFTFileList10list of files from a given directory, maps to long string
enUDFTContactId11maps to longid
enUDFTPersonId12maps to longid
enUDFTProjectId13maps to longid
enUDFTSelectionId14maps to longid
enUDFTAppointmentId15maps to longid
enUDFTSaleId16maps to longid
enUDFTDocumentId17maps to longid
enUDFTNone18maps to longid
See Also