I have an application where I display a multiselect list box. That is fine, but now the user needs an additional field in the list box where they can type a number. The list box is variable in length, depending on the specific database it is run for.
For example, the list box might be:
Patient |______________|
Guarantor |______________|
Insurance |______________|
The user needs to select one or more of the lines and enter a value for the next step in the computation. The list could be from 3 to 20 lines long.
Is a combo box the right approach? Or should I use some sort of data grid?
Thanks!
David Erickson
For example, the list box might be:
Patient |______________|
Guarantor |______________|
Insurance |______________|
The user needs to select one or more of the lines and enter a value for the next step in the computation. The list could be from 3 to 20 lines long.
Is a combo box the right approach? Or should I use some sort of data grid?
Thanks!
David Erickson