Dec 10th, 1999, 04:05 AM
I am trying to load a control array of a text box, in a combo box click event. The next time the user click on the other item of combo box, I want to unload the control array and freshly load again. But its somehow not working. When I am trying to unload the text boxes added at run time(in control array), I am getting a run time error, saying, "UNABLE TO UNLOAD IN THIS CONTEXT". I am curious to know why is this happening.
I went through the help for that run time error, it says , there should be some 'Unload' statement, in other events, thats preventing me to unload. But I do not find any unload statement in any of the events of that particular combo box.
Could anyone tell me why is it happening?
Thanks...
Rashmi.
I went through the help for that run time error, it says , there should be some 'Unload' statement, in other events, thats preventing me to unload. But I do not find any unload statement in any of the events of that particular combo box.
Could anyone tell me why is it happening?
Thanks...
Rashmi.