Get Report Name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report selection form that allows the user to select multiple
reports to preview. They have the ability to check a box that automatically
sends each report to a separate pdf with a predefined name and path, using
the CreateReportToPDF code by Stephen Lebans.

What I want to do now is allow the user to preview multiple reports but
selectively send reports to pdf. I have a custom reports tool bar, I’ve
added a button but can’t figure out how to determine the name of the report
the user is viewing.

Thanks for your help,

Jim
 
Not sure but, I imagine you could loop through the Reports or AllReports
collection and determine which one is active or has focus.

Steve
 
SteveM,

Thanks. How about the ActiveReport Property of the Screen Object? It seems
to work, any known drawbacks?

Thanks again,

Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top