Hi. when I unload a form and go to another like so:
Load frmB
frmB.Show
Unload frmA
I want to be able to nullify all values for any variables that I added to the form. In one app., I found that going back to that page after unloading it and then clicking back in to it (at runtime), it is still holding values assigned from the previous instance.
Ideas?
Thanks
Wengang


Reply With Quote