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