pradeepcr
4th November 2021, 03:26
We are trying to insert text using 4GL program into the tttxt001/tttxt002/tttxt010 for the sales order lines table tdsls041. The text is showing up in the text tables but only one line is showing up in the text editor of tdsls041.

JaapJD
4th November 2021, 09:27
I would not directly insert records into the text tables. Create a file with the text and use text.write to insert.

OmeLuuk
4th November 2021, 10:45
And be sure to select the right textgroup etc with correct text windows (number of rows)

pradeepcr
8th November 2021, 16:21
I would not directly insert records into the text tables. Create a file with the text and use text.write to insert.

Thanks for the response. What is text.write and how does it work?

pradeepcr
8th November 2021, 16:22
And be sure to select the right textgroup etc with correct text windows (number of rows)

We are doing all that and all the text shows up in the tables but not in the editor.

OmeLuuk
8th November 2021, 17:21
Then in ttaad4500 search for the record where you added the text, note the text number tdsls041.txta, start tttxt1100m000 and search for the same number, check the Text Group field (zoom to see the text dimensions there). Also see the "Number of Lines"...

How do you input with 4GL the different lines? (show CODE)
How do you insert a line break in your text line? (show CODE)

OmeLuuk
8th November 2021, 17:24
...What is text.write and how does it work?RTMF: http://www.baanboard.com/programmers_manual_baanerp_help_functions_text_fields_text_write