I created a field that is a text field data type, and I want to add a value to the field. How do I write the code in the script?
p.s. I create the field on report extension.
thank you.
Hi Chamiporn,
Text fields are linked to the 'Texts' (tttxt1100m000) data. They have numeric values that reference the 'Text Number' that stores the text. The report printing functionality includes support to retrieve the text and print the text lines.
Therefore, if you use a text field on a report, the text number value needs to reference an existing 'Text Number'.
Yours, Stephan