A set of editors available for use in editing column values. Click + to select one of the following: DB List Finder, Date, Number, Text, Multi Line Text, or Boolean.

  • Field

    Description
  • Name

    The internal name of the editor. This is used in the editor property of columns. This name must match the Editor field defined from the Columns tab.
  • Datasource

    Select the data source you would like to connect to.
  • Display

    The value to display to the user in the form $# where # is the column number (1 based) from the query that populates this editor. Example: $1
  • Font Info
    The font used to display the editor.

    • Face:
    • Size: The font size.
    • Bold: Select to bold the font.
    • Italic: Select to italicize the font.
  • Ignore Case
    Check to ignore case when matching entered values with the list of valid values.
  • Match Column Name
    Used for filtering. The column name within the viewer table to apply to the selector column to get the filtered list.
  • Query
    The query to run against the data source to get the list of valid values
  • Selector Column
    Used for filtering. The column index within the query to filter on.
  • Strict
    Select the check box to only allow the entry of values that match one of the valid values. Otherwise, any value will be allowed.