hi all,

I am working to print out an rtf file, in very good format.

My input is a rtf file. In that file I have a set of records of the employees, which are seperated by comma delimiter.

And I have another input file of rtf type that is of tab delimited
that also contains the records of the employees.

Here my problem is, in my tab delimited document file I am having a header row, and there are records under that, that is like as shown below:-

RowNo LastName FirstName
1 abc xyz
2 def uvw

and so on...


But in my file as some fields of the records are so long and some are short, so the data which should be displayed under their specific column are not be displayed on that specific column.

So please help me in suggesting any idea that can make the file that has more visibility.

Like each field is displayed in a box as it is displayed in excell cells.

I am in urgent as the dead line is ahead.

any help would be appriciated.

Thanks,
bye