Sage SalesLogix
  • Contact Us
  • Sage North America
800-643-6400
Welcome Twitter Facebook LinkedIn
Community Home Blogs Share Ideas Search Request Access Resources
Reply
Tuned Listener
yshld
Posts: 63
Registered: 11-29-2011

How to print a form through a button

Hi,

 

I want to have a button on a form. When the button is clicked, the whole form will be printed. Could anyone point me how I can do this?

 

Thanks a lot for your help!!!

Please use plain text.
Bronze Elite Contributor
RJSamp
Posts: 482
Registered: 03-24-2009

Re: How to print a form through a button

you mean like an Alt-Print Screen and then print to the default printer? you can use the Windows Shell commands to do this....

RJ Samp
Please use plain text.
Tuned Listener
yshld
Posts: 63
Registered: 11-29-2011

Re: How to print a form through a button

I mean like the Menu Item "Print Screen" under the File Menu. But just invoke the print from a button.

Please use plain text.
Bronze Elite Contributor
RJSamp
Posts: 482
Registered: 03-24-2009

Re: How to print a form through a button

Application.BasicFunctions.DoInvoke "Function", "TheName of the function from the menu"

 

See the help file in the Architect.

RJ Samp
Please use plain text.