Hi there,
There’s actually a few ways to print in Method, but there is no such thing as a Send to Printer action. On the flip side, here are some ways that you can print something from Method. If you’re looking at printing a report, then you can create a Print Preview button that opens another screen with the report object on it. Since reports are created as PDFs they’ll have a built-in print icon and you can print the report from there. We do this in Method already so I recommend looking at the actions on the Invoice screen’s Print Preview button and the Invoice_PrintPreview screen for some ideas on doing it this way.
If you’re looking at printing grid details, check out the actions for grids, specifically Export Grid to Excel, Export Grid to PDF, or Export Grid to RTF. You can send the grid’s contents to another program and then print.
If you’re looking at printing a specific page from Method, you can also print the page directly from your web browser. If you’re using Internet Explorer, you would simply click the printer icon on the browser’s toolbar or press (Ctrl +P). Problem with this is that the browser’s headers and toolbars will print also and it may not capture all the data on that screen, so you're probably better off trying the first two ways of printing first.
Hope this helps!