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 Already Exists
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Jan 8, 2021

Editing Scripts in Form & Subform LotusScript Events

I like to be able to comment out a block of lines, which we can do in agents and libraries . Besides, also able to link to routines/functions in Script Library in Form LotusScript Event, which again is available in, e.g. agents Open Declaration F3. I think the Eclipse capability needs to be added to forms and subforms. Thanks for your considerations!

  • Attach files
  • Guest
    Reply
    |
    Jan 14, 2021

    not 100% sure if this is what you ask, but

    In every place in Notes for Lotusscript (events in views, forms, agents, buttons in forms ...) there is also an Options area

    there you can add a line of codelike this one

    Use "myLotusScriptLibrary"

    once done you can call a sub or function from this library, just like you would do within the library

    Of course the Library and the sub/function has to exist first.

    Additionally:

    %REM

    whatever is in here is ignored

    and can be multiple lines long

    %END REM

    work in every place lotusscript works (but can not be nested)

  • Guest
    Reply
    |
    Jan 11, 2021

    Agreed. AFAIK this has been asked for previously.