How to DIsable Advance Printing Option Trough PRT file [message #426510] |
Fri, 16 October 2009 01:34 |
kamran.riaz
Messages: 4 Registered: January 2009 Location: Karachi
|
Junior Member |
|
|
i am using prt file for formating a fonts of character based report.
i want to disable Advance Priting Options of Printer
Trough PRT file
what sort of change i have to make in my PRT file.
please GUide
below is my PRT file
printer "dflt"
height 66
width 500
before report control(R) esc"P"
after report control(R)
after page control(L)
return ""
linefeed control(J)
code "1" esc "E"
code "2" esc "F"
code "3" esc "-1"
code "4" esc "-0"
code "5" esc "4"
code "6" esc "5"
code "7" esc "G"
code "8" esc "H"
code "9" esc "W1"
code "10" esc "W0"
code "11" esc "P"
code "12" esc "M"
code "13" esc "g"
code "14" esc "P" control(O)
code "15" esc "M" control(O)
code "16" control(R)
code "17" esc "G" esc "-1"
code "18" esc "H" esc "-0"
code "19" esc "G-1"
code "20" esc "H-0"
|
|
|