Posted on 28-Mar-2006 at microsoft.public.axapta.programming by Sharon E. Cannon
When I'm writing a job to test something or to update some data, I know that
I can use the PRINT command to print to the screen. But sometimes I'd like
to print to a printer instead, so that I can keep a hard copy of what I've
done.
My background is Visual Basic, and I know that in VB I can just use
Printer.Print
But I've looked all through the Axapta developer's guide and the few X++
books that we have here, and I cannot find an equivalent command in X++.
I'm sure that it's something simple, but I'm just not seeing it. The
closest thing I've found is the ReportOutputUser class, but it seems to be
designed for reports.
Can anyone help me, please? Thanks!