DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Prnit one text file directly from Forms6?

  1. #1
    Join Date
    Jun 2001
    Posts
    103
    Hi all.
    I want print a text file directly to printer from Forms6.
    What PL/SQL Package do this?
    Best regards.

  2. #2
    Join Date
    Sep 2000
    Location
    Sao Paulo,SP,Brazil, Earth, Milky Way
    Posts
    350
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width