Ok i created a f object.
Form2 f = new Form2();
but when i do, f.settext("12345");
it wont set it. And also, i have a procedure in form2 called givemoney.

If i do
f.givemoney(val 1, val2);
it wont set the money count the way it should.

any ideas?