FORMULA LANGUAGE


Examples: Writing messages to the user
1. This example writes a text constant as the title and a text expression in a dialog box. The expression is a concatenation of text constants and time-date values converted to text.
2. This example writes a text constant as the title of a dialog box. The content of the box is a text constant followed by the value of a multi-value field.
3. This code, when added to the postsave event for a form, writes, "Saving with a modification date of 1/1/2001 01:38:11 PM" to the status bar, if the last modification date is January 1 and the "date" field contains the function @Modified:
4. This code, when added to the postopen event for a form, writes, "You are creating a self-evaluation for Maria Rose" to the status bar at the bottom of the form when Maria Rose opens it in the Notes client:
See Also