Is it possible to pass arguments in lotus notes dialog box
问题 I have one form with two fields called "Field 1" and "Field 2" and one action button called "check". On click of that action button, i want to open dialog box with three fields which should get auto populate based on Field 2 value. How to achieve it? Appreciate if anyone helps me. 回答1: Yes, it is possible. There's a document parameter for NotesUIWorkspace.DialogBox() . Use this document to pass parameters to your dialog. UPDATE Assume you have a form with name "MyDialogForm" to represent your