Hi,
I am currently trying to get our Oracle forms application to print to a receipt printer attached to LPT1 within a web environment. I've succeeded in client server by using TEXT_IO and opening a file handle to LPT1 and writing directly to the LPT port.
Now, with our application running in a web browser, this type of approach won't work. I've downloaded ORARRP from Metalink, but it's not very descriptive in all that I need. I'm not sure if I need to create an Oracle Report and let ORARRP print the file from Oracle Reports, or if I can create a file using TEXT_IO with the .rrpt extention and then print it off the web server. If I can do the latter, what call do I make to "print the file"?
Any help would be appreciated. I can also post the code I have that prints out the receipt in client/server if that would be of any help.
Thanks,
Joey
I am currently trying to get our Oracle forms application to print to a receipt printer attached to LPT1 within a web environment. I've succeeded in client server by using TEXT_IO and opening a file handle to LPT1 and writing directly to the LPT port.
Now, with our application running in a web browser, this type of approach won't work. I've downloaded ORARRP from Metalink, but it's not very descriptive in all that I need. I'm not sure if I need to create an Oracle Report and let ORARRP print the file from Oracle Reports, or if I can create a file using TEXT_IO with the .rrpt extention and then print it off the web server. If I can do the latter, what call do I make to "print the file"?
Any help would be appreciated. I can also post the code I have that prints out the receipt in client/server if that would be of any help.
Thanks,
Joey