A windows printer is set as a receipt printer for a register.
I need to print strings to this printer using RMS QSRules. How can I do this?
I tried using Register.ActivePrinter.PrintNormal(Station as Long,Data as String) but it won't work. By the way, what is Station in the parameter?