LotusScript View Access

Hi Guys,I’m having a problem accessing a view in lotusScript.

I can get it alright but when I get an entrycount it’s 0, where as i can see the view on the web and it has 4 entries!

the selection formula is SELECT (@Contains(Display_Web; @V3UserName ) & Form = “Customer” )

but i don’t think this is the problem as i can see the entries on the web.

Thanks

Pat

Subject: LotusScript View Access

You can’t use @UserName (or @V3UserName) in a shared view’s selection or column formulas. It will produce unreliable and unpredictable results. Perhaps that has something to do with your problem.

Subject: RE: LotusScript View Access

ah yeah, i thought if the view’s index was updated it would get around that problem.

Is there anything like ‘RestrictToCategory’ in lotusscript? Or Anything else I can do so the user doesn’t have full access to every document in this view?

Thanks

Patrick

Subject: RE: LotusScript View Access

You mean like GetAllDocumentsByKey?