rachelalfonso
Programmer
I have a list control that should display items from a recordset, but it doesn't display the items when I called LoadSchedule which is the function that inserts items to the list control.
I found out that if I display a messageBox (which will contain just any message) before calling LoadSchedule(), the items in the recordset would be displayed in the list control.
I already tried calling Requery() after calling open just before calling LoadSchedule() but it didn't work.
S.O.S.
rachel
FYI
the list control is CListControl
the recordset is CRecordset
I found out that if I display a messageBox (which will contain just any message) before calling LoadSchedule(), the items in the recordset would be displayed in the list control.
I already tried calling Requery() after calling open just before calling LoadSchedule() but it didn't work.
S.O.S.
rachel
FYI
the list control is CListControl
the recordset is CRecordset