In a ButtonClick event of a ToolBar, I get 'nothing' inspecting some Form variable initialized before (say oClass=New Class(..)).

When I tried with some nInteger declared and initialized (in the Load event), I get 0 - actually I intialized to 10 - .

But in all other events of the Form, those variables - of the Form - have the rigth values .

What's going on

Please hel