How to detect selected documents in a view (from code)?
How to detect selected documents in a view (from code)?
(OP)
Can anyone enlighten me as to how to detect documents that are selected in a view in Lotus Script?
Thanks!
Thanks!
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
How to detect selected documents in a view (from code)?
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: How to detect selected documents in a view (from code)?
Just declare a NotesUIdatabase and make a collection of documents using the Unprocessed property.
RE: How to detect selected documents in a view (from code)?
Thank you for the help..that is exactly what I was looking for...