We are running Domino 6.0.1 CF1 server and are in the process of upgrading our R5 clients to Notes 6.
Our company is changing its name, so yesterday I was going through several forms in several databases and making some minor changes using the R5 Designer (since all of our clients are not yet Notes 6). I was searching the form itself and the form code for references to our old company name.
It seems that on several forms, the last “action” with @formulas (whether or not there were actions with LotusScript after it) somehow took on the code of either the first action on the form or the last field on the form (go figure). The label, icon, and hide formula for the action all stayed the same, but the @formula code associated with the click somehow became identical to either the first action on the form or the last field on the form.
Steps to recreate:
-
Open a form in R5 designer (not sure if app needs to be on Domino 6 server).
-
Click on the form itself and search for and replace a particular word (using Ctrl + F).
-
Put the cursor in the Window Title object and search for and replace a word (using Ctrl + F) setting the “Scope” option to “All objects.”
-
Save the form.
-
Close and reopen the form and view the code of the last “action” button.
I can now recreate this on demand, so I know I’m not going crazy. Beware!