I have a list control called listParticipant.
when I choose list view...everything displays perfectly when I do listParticipant.InsetItem()....
when I choose report view...everything that is inserted into the control using InsertItem() disappears or is not visible...
where are you storing the items of the list you are inserting .
please store the item in the file when your are leaving the window or view and refill the list control when you are back to the list control window.