|
|
 | | From: | Sharlene England | | Subject: | Crystal file location redirection | | Date: | Mon, 29 Nov 2004 10:47:16 -0800 |
|
|
 | I can't find a way to search through the old newsgroup, as I know this has been discussed previously.
How to redirect the file location for one of the tables in the report. My crystal call syntax is below.
PEOpenEngine() pjob = PEOpenPrintJob("\data\timedata\engbud.rpt") PEOutputToPrinter(pjob,oPtr.dmCopies) PEStartPrintJob(pjob,.t.) PEClosePrintJob(pjob) PECloseEngine()
Thanks for any help.
Sharlene England
|
|
 | | From: | Bruce W. Mercer | | Subject: | Re: Crystal file location redirection | | Date: | Mon, 29 Nov 2004 19:12:14 -0800 |
|
|
 | Sharlene,
Look in the dbasetalk.com ng in the binaries ng Jim Share posted a program called rep32.prg. I think it has some code using API printEngine for changing table location And here is a link for searching the old ngs. http://64.132.211.166/Docs/Search.htm
HTH -- Bruce W. Mercer What would you like your computer to do? Mercer Enterprises Custom Software, Reporting, and Network admin.
"Sharlene England" wrote in message news:m%23ze$Rk1EHA.1004@news-server... > I can't find a way to search through the old newsgroup, as I know this has > been discussed previously. > > How to redirect the file location for one of the tables in the report. My > crystal call syntax is below. > > PEOpenEngine() > pjob = PEOpenPrintJob("\data\timedata\engbud.rpt") > PEOutputToPrinter(pjob,oPtr.dmCopies) > PEStartPrintJob(pjob,.t.) > PEClosePrintJob(pjob) > PECloseEngine() > > Thanks for any help. > > Sharlene England > >
|
|
|