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 Needs Review
Workspace Notes
Created by Guest
Created on Dec 14, 2021

Add NotesUIView event onSelectionChanged

I would like to recalculate min/max/sum/average of the currently selected views and display the only in an action of the toolbar (like Excel does it).


Have it working so far by creating a NotesTimer on NotesUIView.PostOpen, process all docs in NotesUIView.Documents and write the results to the Notes.ini which is then picked up by the view action label formula.

When the values change between timer callback invocations, I run NotesUIWorkspace.ViewRefresh to display the changes in the Notes UI.


Would love to avoid this timer based solution with unnecessary doc access. Please add an onSelectionChanged event to NotesUIView.


Karsten Lehmann, Mindoo GmbH

  • Attach files
  • Guest
    Reply
    |
    Dec 15, 2021

    Don't know if this helps but there is an "OnSelect" event of the NoesUIView

    https://help.hcltechsw.com/dom_designer/9.0.1/appdev/H_ONSELECT_EVENT.html