Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Printing errror

edited September 2002 in General
Stats
D6 Ent
RB 6.03
DBISAM 3.15
Attached is the report file

I'm getting the following error message "Unable to Open File." when I run
the Code
Below. BTW this just stated happening at this section of code only!!:

What can i do to fix this?

TIA

Allan

Ticket.PrinterSetup.PrinterName := Printer.Printers[ADDM.iTicketPrinter];
Ticket.Template.FileName := BOCfg.Reports +
'\TicketPrint.rtm';
{Run the report}
Ticket.Template.LoadFromFile;

Ticket.Print; <----here is where the error is generated

Comments

This discussion has been closed.