The combobox is bound via binding source to a table. How can I display the list of look up options while having the first option say [None} and if selected, clears the value from the list.
Thanks!
Ryan
2 Replies - 142 Views - Last Post: 08 July 2011 - 12:16 PM
#1
combo box with [None] or blank at the top of the selection list
Posted 08 July 2011 - 11:44 AM
Replies To: combo box with [None] or blank at the top of the selection list
#2
Re: combo box with [None] or blank at the top of the selection list
Posted 08 July 2011 - 11:50 AM
It seems pretty straight forward. When you load up the data in the table first insert a row with 'none' or what ever term you want in there. Then append the loaded data to the table.
Then with the combobox have an event that if the selected index changes and the newly selected value is the 'none' clear out your rows!
Then with the combobox have an event that if the selected index changes and the newly selected value is the 'none' clear out your rows!
#3
Re: combo box with [None] or blank at the top of the selection list
Posted 08 July 2011 - 12:16 PM
Thanks! That should work...
Ryan
Ryan
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote






|