Hello everyone.
I am viewing the contents of a dbf in a listbox (oLst). If I go to the last row and delete that record in the dbf with dbdelete() and then issue oLst:Refresh(), all of the previous contents of the listbox are displayed exactly as before plus the second last row is duplicated in the last row.
What am I doing wrong?
Thanks,
Ross
Duplicate Row after DBDelete() in Listbox
- Ross_ValuSoft
- Posts: 87
- Joined: Thu Dec 18, 2008 11:27 am
- Location: Melbourne, Australia
Re: Duplicate Row after DBDelete() in Listbox
Did you check the Set Deleted ON/OFF status ?
Regards
Anser
Regards
Anser
- Ross_ValuSoft
- Posts: 87
- Joined: Thu Dec 18, 2008 11:27 am
- Location: Melbourne, Australia
Re: Duplicate Row after DBDelete() in Listbox
Thanks for your suggestion Anser.
I have been able to solve it about an hour ago by inserting a DBGoTop() followed by a DBGoBottom() and finished with oLst:Refresh()
Cheers,
Ross
I have been able to solve it about an hour ago by inserting a DBGoTop() followed by a DBGoBottom() and finished with oLst:Refresh()
Cheers,
Ross