@SetViewInfo and LotusScript getDocumentbyKey

Hi guys,

any suggestions to the following phenomenon ?

I have a database with several views. In postopen event of the views there is a @SetViewInfo-filter implemented.

Does the @SetViewInfo-filter have any effect to my lotusscript in a form e.g. query or postsave scriptcode for lookup information in a hidden view ???

e.g.

set doc = hiddenview.getDocumentbyKey ( strKey , true )

Or is the filter only effecting the current visible view and not all views on the database ???

Thanks in advance

M. Weller

Subject: RE: @SetViewInfo and LotusScript getDocumentbyKey

I haven’t tried it, but I would be very surprised if this UI feature had any effect on back-end access to views.

Re-sorting by clicking the column heading doesn’t, doing a full-text search doesn’t, enabling “view selected” doesn’t, and I don’t see why this should be different.