...
(Input link to Field Binding page under Widget section)
Choices / Choice Values
- Choice option Choices field - Is where your fields are selected set the options in order how you would like the auto-complete select box to display them.
- Choice values field - Is where the value you want returned to your application is set.
Here are two ways to populate the choice option/values properties:
- Comma separated list - A simple list of values separated by just a comma (i.e. Option 1, Option 2, Option 3, etc...).
- JSON array format - Using JSON array format, meaning the choices/values are enclosed in a bracket with quotations and then comma separated (i.e. ["ElementOne", "ElementTwo", "ElementThree"] ) within the choices and choice values fields also allows you to populate the auto-complete, these fields can also be bound to an RPG field (Rich UI only).
2. Database-Driven Auto-Complete - See Database-Driven Auto-Complete section below.
Database-Driven Auto-Complete
This section allows choices/choice values to be retrieved from a database file.
...