Keepontrying
Programmer
I been trying to install the Amyuni PDF Converter and have been have a little trouble.
I need to be able to allow the user to print to their standard default printer or email the report to their corp office.
If I printed to the invoice printer and jump to the pdf printer I will get a "error loading printer driver" if I jump back to the laser printer now I get the same message.
I used the command
set printer to default when I finish with the pdf printer and It seem to make no different.
Here is my codes:
SET library to FLLINTF.FLL ADDITIVE
PDF = DRIVERINIT("pdf printer"
EnablePrinter(PDF,"Document Converter Demo","serial"
set printer to name "pdf printer"
report form invoice.frx noeject noconsole to printer
set printer to default
what else do I need to do
Thanks
John
I need to be able to allow the user to print to their standard default printer or email the report to their corp office.
If I printed to the invoice printer and jump to the pdf printer I will get a "error loading printer driver" if I jump back to the laser printer now I get the same message.
I used the command
set printer to default when I finish with the pdf printer and It seem to make no different.
Here is my codes:
SET library to FLLINTF.FLL ADDITIVE
PDF = DRIVERINIT("pdf printer"
EnablePrinter(PDF,"Document Converter Demo","serial"
set printer to name "pdf printer"
report form invoice.frx noeject noconsole to printer
set printer to default
what else do I need to do
Thanks
John