Skip to main content

I move a text into a MLE field, after refresh the cursor is under the first Character of the MLE field.

Does anyone know how to move the cursor at the end of the text?


#MultipleLineEntryField

I move a text into a MLE field, after refresh the cursor is under the first Character of the MLE field.

Does anyone know how to move the cursor at the end of the text?


#MultipleLineEntryField

Hello,

There is no option or function in Dialog System to achieve what you wish to do. However, I would think that it should be possible to do this by sub-classing the MLE object and using the class library to position the cursor at the end of the text.

I have never tried this, but it would require a good knowledge of class library and OO COBOL.

Regards,