bartbk
18th June 2002, 16:49
Hello,

Is there anyone who knows how could I create following report:

first_row sec_row
desc1 data11 data12
desc2 data21 data22
desc3 data31 data32
desc4 data41 data42

I have already created Multi_columns report, but I dont know how to make descriptions or the data in separate columns only in first column not in every.

Any ideas?

Regards
Bart

~Vamsi
17th July 2002, 03:01
This thread has been dormant, so I am taking a shot at it. You should not use multi-column report functionality as it exists in Baan but should program this yourself.

You would have two input fields in your report which would be "dsca" and "data". "data" would have a depth of two. Do a rprt_send only every two lines.

mark_h
17th July 2002, 03:48
Follow this thread (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=1565) for another discussion on this. I do believe that most agree with ~Vamsi on this. There might have been other posts on this topic, but I could not find them.

Any questions let us know.

Good Luck!

Mark

ksthakur
17th July 2002, 07:47
If the data required to be printed on each lable is same, in that case u don't need to declare different variables. Just make one report layout (single column) and in the second form on report (ttadv3130s000) specift no of columns you want for the layout. Also you will have to specify the type of multicol in the session ttadv3131s000 form second against each layout (select horizontal)

You will have to adjust the page size etc.,

best of luck

kuldeep