Export View Data (Update)

September 12, 2008 – 10:20 am

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

Related posts:

  1. SnTT: How can you tell if a view is used for soft deletions?
  2. Why is it so hard to get a valuable answer from IBM support?
  3. Undocumented NotesDatabase.Get / SetOptions
  4. Programmatically Check If Export Of View Data Is Disabled
  5. Disable Export Of View Data

Sorry, comments for this entry are closed at this time.