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 Under Consideration
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Feb 7, 2019

Update LotusScript erl() issue when used within a custom class

When using the erl() function within a custom class in Lotusscript  the function will return what seems to be an incorrect line number.  From what I remember, a workaround used is to take the line numbers in the options section, add it to the erl() result, and that would give you the line number relative to the full script length (or something like that).  If possible, please consider a solution that would show it relative to line numbers in the class.

  • Attach files
  • Guest
    Reply
    |
    Feb 7, 2019

    Another workaround that works most of the time within Eclipse-based Designer is to put the focus somewhere in the relevant class code and press <ctrl>+<alt>+L to enter the line number.

    That said, I agree with you that this issue should be resolved, along with other quirks of the LotusScript editor.

  • Guest
    Reply
    |
    Feb 7, 2019

    Actually, with ODP the workaround is somewhat easier. You just need to open the script file (usually something with .lss suffix) and open it with any text editor that show a line number on the left side. I agree with the need to fix this since it would mean less time in searching the errr and more time for fixing said error.

    Tinus Riyanto - Prisma Global Solusi