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
 
Back
Top