Open document event

Is it possible to catch open document event using doc.NotesURL

Thanks

Subject: open document event

Are you talking about the “?OpenDocument” command in the URL?

The Designer Help states:

If HTTP protocols are in effect, this property returns an empty string. See HttpURL.

Have you tried the HttpURL?

Thanks!

Dan

Subject: RE: open document event

I need to open notes documents in the native application from external web application, using doc.NotesURL, and I can do it(this starts Lotus Notes client). But before this I need to check current user name and than allow him or her to open doc or not.The problem is how to protect documents?

Thanks,

Julia

Subject: RE: open document event

You can use a Notes URL no problem – but you won’t be able to check user access externally. If your database security is adequate (ACL and Readers/Authors fields), the user will not be able to follow the link. Notes will open, but the user will receive an error message.

Subject: RE: open document event

If the user have rights to that database how to deny him access to particular documents?

Thanks.

Subject: RE: open document event

To control document access … Authors fields.

To control data visibility …

… Hide-whens.

… Computed sub forms.

… controlled sections.

And any other creative method you can think of.

Collin

KC8TKA