Lotus Notes: error when compose a form -


is an old application, in which we appear to try to write a new form in the lower bar of Lotus Client :

"Error logging error in line: N)" - Where N is a positive number.

I think that refers to the written library, but is there any way I can see the right "place" where the problem appears? I tried with debug lotuscript but I do not know where the problem is.

I appreciate any suggestions or help. Thanks for your time.

  • The action button has the code:

    @Comand ([compose]; "mainfam"); @Command ([ViewRefreshFields])

    Error row may be printed in a lotus script () Search for LotusScript libraries for line error error logging. If you know what is the reason for the error.

    You can search the designer in the "Search / file" menu

    Enter image details here

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -