Message box

Eastwood
Eastwood Member Posts: 7

Does anyone know how or if possible to display a message box that will allow end-user to enter a number and return it to the form? we are running 9.00.30. Thank you for any help.

Best Answer

  • Rinjin Lama
    Rinjin Lama Member, Staff Posts: 19
    Answer ✓

    Hi Eastwood,

    I'm not certain if a message box can include input or editable text. However, you could create a separate form, like a modal form. Then, trigger the modal form from an event on the main form. When the user closes the modal, you can retrieve the data entered in the modal form using StdFormCalledFormReturned.