If I use
Code:
form1.show
to show a first form it goes well...

When I try a little further in the code to call a second form with
Code:
form2.show
he doesn't know the method 'show'...
He only knows
Code:
Form2.showwhatsthis
*** did I do wrong?
Anyone familiar with this problem?