Filling Combo Box from Database

Roger.E.Eller at sealedair.com Roger.E.Eller at sealedair.com
Wed Feb 21 16:10:27 EST 2007


Dave Ingledew wrote:
> So far so good but how on earth do I get this data into the ComboBox.

set the text of btn "myComboBox" to "This" & cr & "That" & cr & "The Other"

or... If you have your data in a variable already...

set the text of btn "myComboBox" to tRecords

Roger Eller <roger.e.eller at sealedair.com>




More information about the use-livecode mailing list