I am using two forms to display data. The first form allows for searching and viewing key fields. There exists a treeview and two listviews. When the user selects a specific record from a listview a second form opens showing the details.
When moving from the search form, I am simply hiding it using the Hide method (tested with visible property also). When the user is done with the Detail form I use the Show method to show the search form again. However, the data loaded into the treeview and listviews is missing. When I repeat the process for a second time (without closing the search form), the data remains when I return to the search screen. So it only disappears the first time I hide the form and keeps it all other times. If I close the form and start over, it repeats the same problem (missing 1st time, present there after).
I have never had this problem before...any ideas?
I am using VB6(SP5) on WinXP
Thanks in advance
baugie
When moving from the search form, I am simply hiding it using the Hide method (tested with visible property also). When the user is done with the Detail form I use the Show method to show the search form again. However, the data loaded into the treeview and listviews is missing. When I repeat the process for a second time (without closing the search form), the data remains when I return to the search screen. So it only disappears the first time I hide the form and keeps it all other times. If I close the form and start over, it repeats the same problem (missing 1st time, present there after).
I have never had this problem before...any ideas?
I am using VB6(SP5) on WinXP
Thanks in advance
baugie