Ich habe konkret dazu in der Knowlede Base nichts gefunden, aber dafür andere Bugs in diesem Zusammenhang, die einem das Blut in den Adern gefrieren lassen. Also hau wech den Sch...
Beispiele:
Using R5 Form Property, 'Add Header to Form' Disables Field Inheritance
nicht gefixt ind R5 !!!
You are using field inheritance on forms in Notes 5.x Client / Domino 5.x Designer, and notice that field inheritance does not work when using a form header on the form to which fields will be inherited to. The form has the attributes, 'Form Inherits Values From Selected Document' as well as 'Add Header to Form' selected in the form properties. The fields occur below the header on the form.
The Notes R5 Form Property "Add Header to Form" Disables the LotusScript Debugger
gefixt in R6
You are attempting to debug script on certain forms using a Notes 5.x Client and Domino 5.x Designer. You find that the Debugger does not kick-off on forms that contain a form header.
The problematic forms have the attributes 'Add Header to Form' selected in the Form Properties. The script that you are attempting to debug is below the header on the forms (for example, a button with a Click event).
The Debugger kicks off correctly when the script you are debugging occurs inside the header of the form.
Fields Below Form Header do Not Inherit from Parent Document
A form is designed to have fields that inherit their values from the currently selected document. If the form also has the Domino Designer 5.x header feature applied, the fields below the header do not inherit their values from the selected document.
This issue has been reported to Lotus Quality Engineering. The only workaround at this time is to remove the header from the form.
And the winner is:
Domino Designer "Add Header to Form" Property Disables Field and Subform Events in Main Form
Field and Subform events in a form do not trigger as expected. When you examine the form, you discover that this occurs only for fields and subforms that are below or above the form's header section. The field events for fields within the header section trigger as expected.
This issue was reported to Lotus Software Quality Engineering and has been addressed in Notes Domino 6.0.
As workarounds for versions prior to 6.0, you can either disable the form header, or utilize one of the form events to execute the code.
Andreas