Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Assessment
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Aug 31, 2019

Enhance LotusScript function NotesDatabase.getOption(optionName%)

GetOption was introduced to the NotesDatabase class in V6. It allows to determine, if specific Options are set or not.

But by design, it only accesses options1 from the database header. Other options are stored in options2 - options4.
Those option bits are not accessible using NotesDatabase.getOption(optionName%).

Pls enhance the NotesDatabase.getOption(optionName%) method and add an optional argument

flag = notesDatabase.GetOption( optionName% , [optionsStore%])

where optionsStore can be 1 to 4

This should not break existing code, because optionsStore is optional. If omitted, the method works the same way it works today.

The cAPI function NSFDbGetOptionsExt already exists.

  • Attach files
  • Guest
    Reply
    |
    Sep 22, 2020

    >>I don't think we all have access to JIRA, do we?

    apparently not ;)

  • Guest
    Reply
    |
    Sep 21, 2020

    I don't think we all have access to JIRA, do we?