Database query results into Combo Box list

Chipp Walters chipp at chipp.com
Thu Jun 2 00:00:27 EDT 2005


Hi Rishi,

Welcome!
Also, you want to make sure you:

put it into button "RdNoMenu"

"button" not "menu"

then you can:
set the label of btn "RdNoMenu" to "Choose..."

best,
Chipp


>> I want to populate a combo box (menu) with a list of items returned  
>> from a
>> database query. I can run the query OK, but how do I put the  results 
>> into the
>> combo box menu? When I try using:
>>
>> get revQueryDatabase(...)
>> put it into menu "RdNoMenu"
>>
>> I just get one single number in there, not the 1000 or so records  
>> that would
>> have been returned by the select statement.


More information about the use-livecode mailing list