How can input text to textbox by multiline?

Does anyone know how can i input text by multiline? like memo type field.

Hi, Set Multiline property to Yes of text box control.Also set Vertical Align property as Top to place the contenct from the Top corner of Text Box(by default it is Center).

By this you will not have a kind of a text-editor: As you type into the textbox the text will be held in one line; only when leaving the textbox the text will be wrapped.

The only way I found was through the use of a table (kind of a Comment’s table)… Of course, you could also use an OCX to call some kind of notepad and save the .txt inside Navision as a BLOB… There was a freeware OCX that was developed just to do this somewhere in this forum.