ukehony
9th April 2013, 10:41
In Baan 5.2, I need to create a file via a report script which is greater than 255 characters long.
Does anyone klnow how I can achieve this in a report script invoked from a standard baan session.
The file is to be ble to send a csv file to JPMorgan.
Thanks
Howard
mark_h
10th April 2013, 16:44
Why does it have to be via report script? You can just use the file commands to create a file with the record length needed in the session itself.
ukehony
11th April 2013, 08:40
Mark,
The file is being created via a standard Baan Payment Session which passes the information as well as setting the necessary controls and status values to the report script you specify for the data to be formatted.
mark_h
11th April 2013, 14:33
If it has to be a report the only thing I can think of it using multiple detail layouts to get everything that is needed. I can't think of any other options at this time.
ukehony
12th April 2013, 09:10
Mark,
Thanks, that was my conclusion as well.