ganesh_kapase
19th October 2005, 13:31
Hi
In Report Layout Editor what is the maximum column width. If it is more than 255 then plz tell me how to increase the width and if the width limit is up to 255 then plz tell me the alternate for more columns to be added beyond 255.
Thanx
GANESH
bdittmar
19th October 2005, 14:42
Hi
In Report Layout Editor what is the maximum column width. If it is more than 255 then plz tell me how to increase the width and if the width limit is up to 255 then plz tell me the alternate for more columns to be added beyond 255.
Thanx
GANESH
Hello,
what kind of printer is able to printout more than 255 char's ?
If you need more, write it to file.
Regards
cuiwenyuan
19th October 2005, 16:26
I met this before!
As far as i know,there is no way to add more columns.
anybody know how to add more column?
thanks in advance!
manojsharma
20th October 2005, 08:04
Hi Ganesh,
Maximum report width is 255 character. If your output is more then 255 character then you have to create a text file and that text file can be opened in notepad, wordpad, excel etc. but the report will display only 255 characters.
ganesh_kapase
20th October 2005, 12:24
Dear Manoj
Give me some hints that how to write a script to create text/ASCII file. If you can paste demo script on the thread I will be thankful to you.
Regards,
Ganesh
erphui
20th October 2005, 12:52
file.id = seq.open( file.name, w)
seq.puts(String1.more.than.255, fiel.id)
seq.puts(String2.more.than.255, fiel.id)
.....
seq.close(file.id)
baanprog
20th October 2005, 13:14
Hi Ganesh,
Normally Descritions can be cut short, Item can be trimmed, Spaces can be reduced. This also helps in giving user what he needs as a report.
Regards