Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Listbox after add and delete records


Message #1 by "Juergen Schulz" <schulz@h...> on Sun, 10 Jun 2001 13:55:59
Hi,
I spend a lot of time about this problem. On my page i have two
Recordset DTC, one for the lookup values from Listbox DTC, and one for
the data that I am changing. The bound column and the list field is the
index field from the table. When I delete a Record from the Recordset,
the item remains in the list. I tried to requery, open-close, etc. the
Recordset. I can't get it to see the change. Even if I hit refresh on my
browser, it doesn't show the update. It does delete the Record from the
database, though. If I go to the Homepage from my application and come
back to this page, the change is noticed. The same happens when I add a
new Record to the Recordset. What can I do to see the changes in the
Listbox ?
If it is necessary, I can post the code.
Please, can anyone help me

Thanks

Juergen Schulz
eMail: schulz@h...

  Return to Index