looks like what i need, but how would i insert it into my form to make the till open on the clck of a button?
i currently have this code working but wasting a couple of inchs of paper and spitting the odd exception if you try running it when the other printer is in use:
unit Unit61...
ok, this looks like it.
procedure TForm64.BitBtn1Click(Sender: TObject);
begin
// 'Printers' must be added to uses
Printer.PrinterIndex := 1 //Index of printer which isn’t default
Printer.BeginDoc;
Printer.Canvas.Font.Name := 'control';
Printer.Canvas.Font.Size := 10...
Hi Everyone, first of all let me say what a wonderfully useful forum this is, i have spent the last few days looking through the FAQ's and posts and answered loads of questions i never knew i had!
But now onto my question, I'm writing my first Deplhi EPOS and being a total n00b im working stage...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.