PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM20] Multiline EDT programming
[WM20] Multiline EDT programming
Iniciado por guest, 30,may. 2016 15:40 - 2 respuestas
Publicado el 30,mayo 2016 - 15:40
Good morning,

I'm trying to fill an EDT by programming, but the problem I have is that the EDT won't make the text fit in multiple lines, instead it displays the whole text in one long line.
Publicado el 30,mayo 2016 - 17:16
Hi Luis,

set the control type on Multiline Text, horizontal scroll off and vertical scroll on.
That would be enough.
Publicado el 31,mayo 2016 - 16:52
Thanks! :D