Search results

  1. H

    Some titles in a report are missing when exporting to PDF

    Thanks everyone for your answers and ideas, based on some of your comments I finally found the error, I wasn't passing the string properly to the parameters, using delimiter characters (i.e: 'MM' instead of MM). Even when the queries are using the parameter and the data is fine, text boxes in...
  2. H

    Some titles in a report are missing when exporting to PDF

    Thanks everyone for your advises and suggestions. I tried placing the delay in different steps of the code (before and after the export) ,but it is still not working. DoCmd.OpenReport CurrentRep, acViewPreview, , , acHidden 'DoCmd.Minimize DoCmd.OutputTo...
  3. H

    Some titles in a report are missing when exporting to PDF

    Thanks guys for your answers.. I just tried it using delays from 1 up to an exaggerated 15 secs but it didn't work. I am running the delay statement once the report is open, so the export to PDF will not start the delay time ends.
  4. H

    Some titles in a report are missing when exporting to PDF

    Hi all, kind of frustrated here trying to figure out how to solve this issue..:banghead: I am exporting more than 100 reports (with a lot of parameters) to PDF using VBA, everything works fine excepting for one detail, in many reports some titles are tied to parameters values (start and end...
Back
Top Bottom