Activating the last entry in a view

Hi,

how can I activate the last entry of a view with Lotusscript, so that it’s displayed in a mask ?

Thanks in advance,

Bernd

Subject: Can you clarify - do you mean the most recent

or the oldest document in the view and what do you mean by “mask”? Thanks Cathy

Subject: RE: Can you clarify - do you mean the most recent

Hi,

thanks for your response.

I want to simulate a click on the last entry of a view. With “mask” I mean an UI-doc, where user can make changes.

Sorry for my bad english.

Regards,

Bernd

Subject: Activating the last entry in a view

noteview.getlastdocument

Subject: Some clarification:

Set doc = notesView.GetLastDocumentSet uidoc = NotesUIWorkspace.EditDocument(False, doc)