Message box
Best 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.
0