Skip to main content

Dialog System MLE Field

  • November 18, 2015
  • 1 reply
  • 0 views

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

1 reply

Fano Razafinimanana

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,