Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

R5 - view - action - LotusScript - deselect all

Status
Not open for further replies.

DerStephan

Programmer
Aug 19, 2003
54
0
0
DE
Hi

I need a command to deselect all documents in a view.
I have the NotesUiView and would like to have
call uiview.deselectAll
but this comes first with R6....

I need to do this via action button in LS and not with an LS-Agent called by the button, because I ask the user for a value (picklist) and this value has to be entered in each selected document. Otherwise you can tell me how to pass tha value to an agent :)

Thanks in advance

Stephan
 
To pass the value to an agent you can write an ini variable, then launch the agent.
Don't forget to empty it in the agent when it is read.

Pascal.
 
Hi pascal

I did it with the profiledocument, now it's working

but thank you

stephan
 
A profile document is also an excellent parameter storage method.
Congratulations.

Pascal.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top