charlesirwincbe
11th January 2013, 06:01
I created a type 3 report and in table i have txta as text field and i need to print that txta in report header similary i have to do for line text and footer text, help me in this regard since i'm new to baan 4

bhushanchanda
11th January 2013, 09:16
Texts are stored in table tttxt010

You can use this:


select tttxt010.*
from tttxt010
where tttxt010._index1 = tdsls400.txta | For header Text

or

select tttxt010.*
from tttxt010
where tttxt010._index1 = tdsls400.txta | For footer Text

mark_h
11th January 2013, 14:27
Not sure I get the questions or the answers. So for example if my session script pulls tdpur040.txta, then I pass tdpur040.txta to the report. On the report in a layout I just add a field to the layout - call it tdpur040.txta and the domain is tctxtn. This would then print the text on the report.

tusharjain2204
8th October 2013, 12:53
When you put the field on a report layout, go to the field's properties --> Display tab --> uncheck 'link with domain' --> enter the length of the string you want to be displayed from the text you enter.