Create a button inb DialogBox

Hi, How can i create a new button in Dialog box along with the default Buttons that appear “OK” & “Cancel”

Subject: create a form / subform instead.

I believe the standard ok / cancel buttons are not changeable. What can be change is the option to Not show them, and use a Notes Form/SubForm instead.

In your form//subform, you can create anything, such as your buttons. I think you need a layout region so your dialogs seems flush, then in one of the options for the DialogBox specify to use a form.

-Kyle Huang

Subject: dialog form

This is right, but don’t use a layout region, you can set the dialog to size to a table so just use one of those instead. Layout regions are deprecated afaik