PDA

Click to See Complete Forum and Search --> : Printing


rchislett
Jan 27th, 2000, 02:13 AM
Can I print a form at runtime. I want to print certain sections of a form as a recept for purchases like a frame so I don't have to lprint "Cost:$ ";cost
lprint "Total: $";total etc.

Aaron Young
Jan 27th, 2000, 07:45 AM
Forms have a PrintForm Method that will Print the Form.

------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
ajyoung@pressenter.com

rchislett
Jan 27th, 2000, 10:27 PM
Thankyou Aaron but that will print the whole form. I want to print an object on the form. ie. A frame and it's contents. If you could offer me assistance I would be truly grateful