R
Ruben Alves
Hello
i have a form bounded to a DataSet and i have several combobox's in the
form.
when i use
Bc.Position = Bc.Position + 1
it moves to the next record in the DataSet, and all the combobox's that are
bound to other tables in the dataset are updated too.
problem is when the bc.position = 0 (first record) is selected the textbox's
are updated correctly the combobox's are displaying the first record of the
bonded table and not the value that is in in that record.
is there i am missing?
Thnaks
i have a form bounded to a DataSet and i have several combobox's in the
form.
when i use
Bc.Position = Bc.Position + 1
it moves to the next record in the DataSet, and all the combobox's that are
bound to other tables in the dataset are updated too.
problem is when the bc.position = 0 (first record) is selected the textbox's
are updated correctly the combobox's are displaying the first record of the
bonded table and not the value that is in in that record.
is there i am missing?
Thnaks