[Gambas-user] Using ComboBoxes
Bill-Lancaster
bill-lancaster at ...2231...
Tue Nov 6 17:30:45 CET 2012
If the data loaded into a ComboBox is random ie:;
ComboBox1.Add("BBB")
ComboBox1.Add("AAA")
ComboBox1.Add("CCC")
And these string vales have associated values (perhaps a record Id), say
5,8,7
Then for convenience the ComboBox is sorted, how can the numeric values best
be retrieved?
I usually find a way round this but perhaps there is a simple and elegant
solution that I've been blind to!
--
View this message in context: http://old.nabble.com/Using-ComboBoxes-tp34648008p34648008.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list