vb6 multicol combo
Hi,
I have trying to load data into combobox by using
temp = rs!id
combo.additem rs!name,temp
i am not sure why does it gives me error that invalid procedure or call?
if i try putting brackets for example
combo.additem (rs!name,temp)
error pop up as = is expcted.
what am i doing wrong?
could anyone please help me.
*** Sent via Developersdex
http://www.developersdex.com ***
.
Relevant Pages
- Re: vb6 multicol combo
... I have trying to load data into combobox by using ... i am not sure why does it gives me error that invalid procedure or call? ... The combobox that ships with VB has no support, at all, for multiple ... .ItemData= temp ... (microsoft.public.vb.general.discussion) - Re: vb6 multicol combo
... I have trying to load data into combobox by using ... i am not sure why does it gives me error that invalid procedure or call? ... What is the data type of your temp variable? ... The 2nd parameter of the ComboBox's AddItem method is an index specifying ... (microsoft.public.vb.general.discussion) - Re: combobox,rowsource,displayvalue,controlsource
... I just add a combobox controlsource with a table. ... LOCAL lnSelect ... CREATE CURSOR temp ) ... LOCAL lcValue ... (microsoft.public.fox.programmer.exchange) - RE: forms
... an error when I type the line 'Load data into ComboBox. ... > We are developing a word form and need a drop down box for more than 25 items. ... Prev by Date: ... (microsoft.public.word.docmanagement) - mysql sql statement running in ANT
... I have a script in ANT to load data from a data file and then update a tmp ... the temp table. ... (comp.lang.java.databases) |
|