I'm working on printing on this project and am using the BFX8Printer libraries. I build a form using the Internal Designer and place everything onto a pane I call pnPrint. At startup I load a couple tableviews and some labels with my data then pass pnPrint into the printing libraries. I'd like to make it where I don't have to bring up the form on the screen, but whenever I remove the frm.show and just run print, I get a blank piece of paper. Is there a way to print the node without showing it? Printing from a button after the form comes up works fine, but I'd like to do the printing in the background.
Thanks,
Jim