M
Mike P
I have an array of invoice keys that I need to loop through, display in
a window on screen, then auto print, before looping to the next one,
again displaying on screen, and then auto printing.
I have my array sorted, and I am planning on building up the HTML
invoice using a StringBuilder and then displaying it via a div
InnerHtml. But how do I auto print them, and then repeat the process?
a window on screen, then auto print, before looping to the next one,
again displaying on screen, and then auto printing.
I have my array sorted, and I am planning on building up the HTML
invoice using a StringBuilder and then displaying it via a div
InnerHtml. But how do I auto print them, and then repeat the process?