Visual InterDev
Returns a recordset script object from the lookup recordset for the given control.
Syntax
object.getRowSource()
Parameters
object
A Listbox or OptionGroup script object.
Remarks
It is often useful to bind data to a Listbox object, and then the items in that Listbox are also bound to a recordset. This recordset is called the rowsource. This method returns that recordset.