Last month I wrote about the new “Disable View Export” feature in Notes 8.0.2. In another post I stated that it is not possible to set this option programmatically using LotusScript.
Yesterday I stumbled upon an IBM Lotus Software Knowledgebase technote. This technote says that
Enabling or disabling of this option can also be done using an API call (setOption) or a LotusScript (SetOption).
I cannot find anything about this in the designer help. Has anybody any information about which (undocumented) “DBOPT_ …” constant to use with the notesDatabase.SetOption( optionName% , flag ) function?
UPDATE: 85 = Disable Export Of View Data
more undocumented stuff