Chapter 7 - List Views Not Refreshing
Hi,
Can anyone help, I have completed Chapter 7 so that i can add, update & delete projects and Groups.
That works fine, however the list views (lvwProjects & lvwGroups) do not re-load the data after an update or delete. When i click on the updated record it displays the updated version in the text boxes but the list view continues to show the pre-updated version.
The methods that update and delete call the LoadGroups/LoadProjects procedure on completion, and that contains a lvwGroups.items.clear, so I cannot understand why it does not show the updated version.
Can anyone give me some ideas?
Thanks
|