Hi all.
I want print a text file directly to printer from Forms6.
What PL/SQL Package do this?
Best regards.
Printable View
Hi all.
I want print a text file directly to printer from Forms6.
What PL/SQL Package do this?
Best regards.
NO built-in for this, you MUST use an SO command to do it. For example, in Windows, you can try :
HOST TYPE filename.txt > PRN
with PRN pointing to the desired printer. According your SO version, you maybe will need COMMAND/C TYPE , or similar.
Regards,
Chiappa