HelloAll,
Need Help. Anyone here knew how to call a report builder without executing a preview mode? I want to auto print the reports the moment a user chooses to print the report. Initially, I used these parameters but it will give a PDF preview before I could print it.
RB-LIBRARY-NAME = "D:/PROGRESS/REPORTS.PRL".
RB-REPORT-NAME = CB-RB:SCREEN-VALUE IN FRAME {&FRAME-NAME}.
RB-DB-CONNECTION = " ".
RB-INCLUDE-RECORDS = "E".
RB-FILTER = "".
RB-MEMO-FILE = "".
RB-PRINT-DESTINATION = "D".
RB-PRINTER-NAME = SESSION
RINTER-NAME.
RB-PRINTER-PORT = SESSION
RINTER-PORT.
RB-OUTPUT-FILE = "".
RB-NUMBER-COPIES = 1.
RB-BEGIN-PAGE = 0.
RB-END-PAGE = 0.
RB-OTHER-PARAMETERS = "".
I will really appreciate any help.
Cherry
Need Help. Anyone here knew how to call a report builder without executing a preview mode? I want to auto print the reports the moment a user chooses to print the report. Initially, I used these parameters but it will give a PDF preview before I could print it.
RB-LIBRARY-NAME = "D:/PROGRESS/REPORTS.PRL".
RB-REPORT-NAME = CB-RB:SCREEN-VALUE IN FRAME {&FRAME-NAME}.
RB-DB-CONNECTION = " ".
RB-INCLUDE-RECORDS = "E".
RB-FILTER = "".
RB-MEMO-FILE = "".
RB-PRINT-DESTINATION = "D".
RB-PRINTER-NAME = SESSION

RB-PRINTER-PORT = SESSION

RB-OUTPUT-FILE = "".
RB-NUMBER-COPIES = 1.
RB-BEGIN-PAGE = 0.
RB-END-PAGE = 0.
RB-OTHER-PARAMETERS = "".
I will really appreciate any help.

Cherry