kantidas40
10th March 2015, 15:10
Is It possible to developed Report Layout more than 255 characters. we have a requirement of Big Layout, which needs to downloaded and import into excel.

Can any one help me out.

Thanks

vamsi_gujjula
10th March 2015, 15:32
1) create a file seq.open function
2) write data to the file ( tab or , as serparator) seq.* functions
3) close the file when done seq.close
4) transfer the file from server to client using servertoclient fuction
5) open file using excel application ( using start.application.local function)

There are lot of examples on baanboard