Tag: form
-
Hidden fields in a lotus form open with a browser
In a lotus form you can hide the fields enabling the check box “Hide paragraph from Web browser” in the window of the properties of the field but in this way the field is not generated as a hidden field, i.e. a html tag input with attribute type=”hidden” is not generated and you can’t access…
-
Attaching shared javascript and css code in a lotus form
The javascript and css code used in a lotus form can also be useful in other forms, and so it is best to save it only one time in a shared place. The pages works well for this purpose and in this post I explain how to create page containing JavaScript code and css and…
-
Opening a document in a dialog box
If you want to open a document in a dialog box you can use two methods:
-
Debugging the Terminate event in a Form
I discovered that you can not debug the Terminate event of a form with Lotus Notes Designer 8.5.3 and I do not understand why. I’m sure that once you could.