11-08-2004, 07:32 PM | #1 (permalink) |
Pup no More
Location: Voted the Best
|
Visual Basic 6: Printing to a Picture Box
I am trying to print to a picture box on a seperate form.
I enter data in the main form, and submit each record, by pressing on a submit button, which does the calculations and prints details to the picture box, but does not show it right away. After all the records are submitted, I press on a different command button (Generate Report), and it's supposed to print to a picture box in a seperate form. I can't get this to work. Any ideas? Thanks.
__________________
"If you cannot lift the load off another's back, do not walk away. Try to lighten it." ~ Frank Tyger |
11-09-2004, 10:10 PM | #4 (permalink) |
Devils Cabana Boy
Location: Central Coast CA
|
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.
__________________
Donate Blood! "Love is not finding the perfect person, but learning to see an imperfect person perfectly." -Sam Keen |
11-09-2004, 10:10 PM | #5 (permalink) |
Devils Cabana Boy
Location: Central Coast CA
|
also dont forget about the autoredraw setting if it is not showing up like it should.
__________________
Donate Blood! "Love is not finding the perfect person, but learning to see an imperfect person perfectly." -Sam Keen |
11-10-2004, 07:56 AM | #6 (permalink) | |
Pup no More
Location: Voted the Best
|
Quote:
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 |
|
Tags |
basic, box, picture, printing, visual |
|
|