EXPERT RESPONSE
Menu actions are part of the user interface (UI). Agents that run in the background can't interact with the UI, because such a UI doesn't exist.
It's possible to create an automatic scheduled view export in Excel with LotusScript code using Microsoft Excel COM classes. It's not the easiest thing in the world to pick up, but you can find sample code on the Lotus Sandbox site and adapt it for your Lotus Notes view.
You can also search Microsoft's Developer Network (MSDN) site for a reference of adaptable Microsoft Excel COM classes.
Do you have comments on this Ask the Expert Q&A? Let us know.
Related information from SearchDomino.com:
10 tips in 10 minutes: Top 10 LotusScript tips
Learning Guide: LotusScript
Tip: How to export Lotus Notes views to a Microsoft Excel database
Tip: Import data from Excel to a Notes form with LotusScript
Reference Center: LotusScript
|