on a load form( with a listview) event, i am able to load data to the columns and when i click 'back' button i unload the form : ie
frmxxx.show
unload me
...

and when i try to show the form (with the listview) again i could not retrieve the data.....why?