Notes Ninjas Notes Ninjas
Lotus Notes hints, tips, error messages
Change output Filename when saving an agent on the web

Hint Short Cut: Add this to your code & documentation to help you find this page.
http://www.notesninjas.com/#AgentFileName or http://www.notesninjas.com/A555F9/nn.nsf/ByAlias/AgentFileName


So you have a lovely agent that exports your data in  excel format using the lovely table format but you want it to present the file using the current day-month-year instead of coming up as save as the agent name each time.





 

Solution is easy after the magic line that exports the file as ms-excel xls mime format thingy you add the content disposition line.

 Print "Content-Type:application/vnd.ms-excel"
 Print "Content-disposition: filename=Ninja_Report_" & Day(Today) & "-" & month(Today) & "-" & year(Today) & ".xls"

Super.

 

Works well with:http://www.notesninjas.com/A555F9/nn.nsf/ByAlias/WebExcelExport

 

 

 Jump to:     Notes Tips
    Lotus Notes Index 
  Register for Tips
Previous Lotus Notes Tip 
    Next Lotus Notes Tip
Your company logo here?
Adam Foster
Free Cash Making Web Site
Free Revenue Earning Blog Site
 Free Revenue Earning Newsletter Site   
Free Search Pages Free Web stats
Free Contact Us page
Cheap .com domain names
 Need a website or 
   Lotus Notes
  problem solved?
Adam Foster
Beginning Java Web Services by Andre Tost, Henry Andre Bequet, Meeraj Kunnumpurath, Sean Rhody
Web services are no longer a nascent technology in the programming industry; every major software vendor is rolling out web services-related APIs and products. Today Java developers are successfully adopting web services as the latest technology in application development in order to enable...
See at: Amazon.co.uk | Amazon.com |