Prompt Inputbox

In prompt message box or Inputbox , we can show the editable text field and dialog or list box. Is there any way to show the editable radio, check box and editable calendar field to input date. I know, we can create cusomized form and use dialog box to open the form as pop up window. My problem is that I can not create customized form, I can create only agent in the database. Is there any way to enter radio and check box values, date value in prompt window? Thanks if you can provide any input here.

Subject: notesuiworkspace.prompt() method

The notesuiworkspace class’s Prompt method will do what you request.

Subject: Prompt Inputbox

A Prompt can give you dropdown lists, and Yes/No/Cancel buttons, but if you want functionality like radio buttons, checkboxes, and calendar date input, the only way to do that is with a form design involked in a dialog box.

Subject: Thanks for reading more carefully than I did