help save reports

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

Guest

i have many reports in my db . what i need is after i preview and on close of
report i want to get a message to prompt me whether i want to output to file
or not .and in case i choose yes i want it to be save as snapshot format .any
body can help with this?
 
use the 'on close' property of the report

and in a if then else grouping test a parameter for yes or no based on the
question if u want to save it or not

if yes then

outputto parameters (Refer help )

endif
 

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

Back
Top