With the @DialogBox macro, the dialog box Window Title defaults to "Lotus Notes". Placing a form title in the Window Title property of the form has no effect. However, there is this undocumented version of @DialogBox:
@DialogBox(<Form>; [AutoHorizFit] : [AutoVertFit]; "Title Here")
Here are several other undocumented options:
[NoCancel] | No Cancel button |
[NoFieldUpdate] | Does not return anything to calling form/document |
[ReadOnly] | Makes the dialogbox readonly |