View Single Post
Old 11-10-2004, 07:56 AM   #6 (permalink)
Loup
Pup no More
 
Loup's Avatar
 
Location: Voted the Best
Quote:
Originally Posted by Dilbert1234567
to get data from one form to another, here is a way, i hope this leads you in teh right direction

having 2 forms, form1 and form2

from form1, form 2 can be access by asking for it

form2.textbox= "stuff"

or

formx.objectname.objectproperty


hope this gets you thinking in the right direction.
Thanks, the only thing is I'm doing some calculation on my form 1, that are then supposed to printed to the picutre box in form two, when I click on the 'Generate Report' button. So I'm not really grabbing anything from a textbox in form 1. It's an assignment for class, so it has to be done in a picture box.
Right now I have:

Load frmReport
Hide Me

frmReport.picReport.Print

to print all the calculations that have been done.

Hope this is enough information.
__________________
"If you cannot lift the load off another's back, do not walk away. Try to lighten it."
~ Frank Tyger
Loup is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54