idpexec
11-11-2003, 05:33 PM
Hey there,
I have data provider that cooresponds to a set of records from a database.
There are three fieldnames: noteNumber, noteTC, and note. How can I get the value from a specific field in a specific row?
Also, can I get a column array to set a comboBox for instance?
I've tried data.getItemAt(index), but it returns [Object object].
Thanks,
Ward
I have data provider that cooresponds to a set of records from a database.
There are three fieldnames: noteNumber, noteTC, and note. How can I get the value from a specific field in a specific row?
Also, can I get a column array to set a comboBox for instance?
I've tried data.getItemAt(index), but it returns [Object object].
Thanks,
Ward