
Content
Social
| Display a custom message box using a LotusScript-generated button |
|
|
| Written by Bruno Grange |
| Monday, 26 January 2009 10:11 |
|
This LotusScript will display custom messages after running code in the background for any Lotus Notes document/data processing, email, etc. The LotusScript code will also close the window automatically -- without requiring any additional clicks.
To display a customized message box, you first must create a button on any Lotus Notes form that will call another Messagebox or Dialogbox. Then write the following code in an on-click event.
To display a customized message box, you first must create a button on any Lotus Notes form that will call another Messagebox or Dialogbox. Then write the following code in an on-click event. Note: This code can also be used in an agent, if needed. After writing the code, follow these steps: This will display the second form as a Messagebox or Dialogbox, depending on which you select, and will close automatically after three seconds. Related Articles: |

