gr391ndra
10-14-2009, 10:37 AM
Hi,
I have a simple program:
I have two forms.
Form 1: have a five command buttons with command for first button
food = "lobster"
form2.show
form2.print food
the command for the second, third, and fourth command button are similar, only different in the name of the variable and the text
My question is, I would like to print the text result from form2 using the fifth command button. I tried:
form2.printform
the only thing that print is just the blank form from form2, without the "lobster" and other text in it.
Is it possible to print these text?
I have a simple program:
I have two forms.
Form 1: have a five command buttons with command for first button
food = "lobster"
form2.show
form2.print food
the command for the second, third, and fourth command button are similar, only different in the name of the variable and the text
My question is, I would like to print the text result from form2 using the fifth command button. I tried:
form2.printform
the only thing that print is just the blank form from form2, without the "lobster" and other text in it.
Is it possible to print these text?