hansu
Programmer
- Mar 12, 2002
- 89
Hi
I have a strange problem with refilling a DataList:
I have a form where the user can update entries in a table. Once he has done that I want to refill a datalist which is based on a recordset (rstMem) from that table in another form (frmRes).
frmRes.rstMem.Requery
frmRes.dblstMembers.ReFill
When I run the project the DataList doesn't refill but when I run it in debug mode step by step it works perfectly. Has anyone else faced this problem?
I have a strange problem with refilling a DataList:
I have a form where the user can update entries in a table. Once he has done that I want to refill a datalist which is based on a recordset (rstMem) from that table in another form (frmRes).
frmRes.rstMem.Requery
frmRes.dblstMembers.ReFill
When I run the project the DataList doesn't refill but when I run it in debug mode step by step it works perfectly. Has anyone else faced this problem?