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.
Printable View
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.
Forms have a PrintForm Method that will Print the Form.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
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