I have a Cyrstal 8 report which I export to a paginated text file from vb6 using the following code:
Set InvRpt = Appl.OpenReport(App.Path & "\Invoice.rpt", 1)
InvRpt.ExportOptions.DiskFileName = strFilePathOnly & _
adoRsAccess.Fields("OrderID") & ".prn"...
I have a report which contains two identical sub-reports for printing remittance advice for debtors.
The sub-reports are both set "Can Grow=False" as they are printed onto pre-printed statement paper.
I want the report to start a second page, and continue printing any lines in the...
I have a crystal report that I am trying to export to multiple Paginated Text files, and I want to filter the recordset for the report before each export. However, for some reason when the report is exported, it doesn't appear to be using the filtered recordset, instead it uses the recordset as...
I have a crystal report that I am trying to export to multiple Paginated Text files, and I want to filter the recordset for the report before each export. However, for some reason when the report is exported, it doesn't appear to be using the filtered recordset, instead it uses the recordset as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.