M
mklapp
Hello,
I have a combobox and am binding a dataset thusly:
combobox1.datasource = dataset1
combobox1.displaySource = "STUDENTS.StudentId"
There are only two records in the dataset
table "STUDENTS". These two rows do not appear (except
as noted below). If I supply a much larger dataset
(hundreds or thousands) the list appears as it should.
Note:
If I exit this form (a converted VB6 App with several
forms), and reenter it from a 'menu' form that has never
been closed (part of the same app), the combo box is
displaying the two rows.
mklapp
I have a combobox and am binding a dataset thusly:
combobox1.datasource = dataset1
combobox1.displaySource = "STUDENTS.StudentId"
There are only two records in the dataset
table "STUDENTS". These two rows do not appear (except
as noted below). If I supply a much larger dataset
(hundreds or thousands) the list appears as it should.
Note:
If I exit this form (a converted VB6 App with several
forms), and reenter it from a 'menu' form that has never
been closed (part of the same app), the combo box is
displaying the two rows.
mklapp