Printing errror
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
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
This discussion has been closed.
Comments
for the controls in this report aren't installed on my machine. Try
changing the fonts or make sure they are installed on the client machine. It
will work once you do that.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I'll hunt this one down..
Allan