Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
visionx:combobox_add_item [2020/03/08 23:36] admin |
visionx:combobox_add_item [2020/06/10 10:23] (current) cduncan |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Add items to Combobox ~~ | + | ~~Title: Add Items to Combobox ~~ |
- | Some of your screens contain Comboboxes: | + | Some of your screens contain comboboxes: |
{{:visionx:combobox_screen.png?nolink|}} | {{:visionx:combobox_screen.png?nolink|}} | ||
- | But it's not clear how to add items to a Combobox!\\ | + | But it's not clear how to add items to a combobox!\\ |
\\ | \\ | ||
- | You should know that all Comboboxes are using tables for loading items. And it's easy to create a new screen for a table. So you should create a screen for the table of your Combobox, e.g. | + | You should know that all comboboxes use tables for loading items. It's easy to create a new screen for a table, so you should create a screen for the table of your combobox, e.g., |
{{:visionx:combobox_states.png?nolink|}} | {{:visionx:combobox_states.png?nolink|}} | ||
- | To do this, Create a new screen (1) | + | To do this, create a new screen (1) |
{{:visionx:combobox_new.png?nolink|}} | {{:visionx:combobox_new.png?nolink|}} | ||
- | and use the new screen wizard (2). Select the datasource **Use existing data from database tables** (1) | + | and use the New Screen Wizard (2). Select the data source **Use existing data from database tables** (1). |
{{:visionx:combobox_datasource.png?nolink|}} | {{:visionx:combobox_datasource.png?nolink|}} | ||
- | for the **Application User** (1) | + | for the **Application User** (1). |
{{:visionx:combobox_appdbuser.png?nolink|}} | {{:visionx:combobox_appdbuser.png?nolink|}} | ||
- | Finally, choose the existing **State** table (1) | + | Finally, choose the existing table (1). |
{{:visionx:combobox_table.png?nolink|}} | {{:visionx:combobox_table.png?nolink|}} | ||
- | The new screen allows you to add your items for the Combobox. The Combobox will read all available items: | + | The new screen allows you to add your items for the combobox, and the combobox itself will show all available items (1). |
{{:visionx:combobox_items.png?nolink|}} | {{:visionx:combobox_items.png?nolink|}} | ||