The error message I am getting with this code is..
'You tried to execute a query that does not include the specified expression [visits].[visitcompleteddate] as part of an aggregate function'
This field is part of the report, but should be included within the select statement Visits.* !
I've got a bit further today !
I've managed to create the output style I require using the Lebans library with a single table. I.e a PDF file per page with a filename generated from the primary index field.
But now I'm stuck on the SQL Query format within the Recordset.
The actual report I'm...
Yes, I have looked at Lebans libraries, but it seems to work only on the complete reports, not individual pages.
I was hoping it would create individual snapshots of each page first but it appears to do this in the library and not in the VB code.
I've searched around for a solution but without much success.
I need to be able to export to pdf/jpeg each page of a multipage report (where each page is an individual record), but I need to automate it so that the filename is created from the primary key field of each record.
I have tried...
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.