(Openedge v10.B)Problem using _printrb with adobe pdf selected as default printer

Olivaire

New Member
Hi,
I'm glade to join this community and would like to wish a good year to everybody.
I got a problem trying to print a report using _printrb.p.
When I choose a physical printer, everythings is ok. But selecting adobe pdf as default printer, it's imposible to have any result. The program wait the end of the print for hours.
In the adobe pdf printer queue I notice that the report is idle.
Please help me find a solution.
sDestImp = "".
RUN aderb/_printrb.p (
sLibrary,
sEtat,
sBase,
sIncRecor,
sFiltre,
sMemo,
sDestImp,
"",
"",
sFichierSortie,
nCopie,
nDebutPage,
nFinPage,
lTestPattern,
sTitreEcran,
lEditErreur,
lEditStatus,
lNoWait,
""
).
 
Top