Merge Cells in Dynamic Table

Hi,Required this in Dynamic table:

-Dept 1

—emp 1

—emp 2

-Dept 2

—emp 1

—emp 2

.

.

.

All I have done in dynamic table, only I want to find out how I can meger all the cells in dept row to avoid text warping?

Dynamic table example link:

http://drh02.eapps.com/eview/viewr6.nsf/ff8165e0a7b06fd085256536001117db/067aaa969c6b5fb385256fb8006c01cf?OpenDocument

Please reply as soon as posible

-Mohammad Ashfaq

Subject: Merge Cells in Dynamic Table

Using the NotesRichText… classes you can’t do this from scratch. What you can do is:Use HTML/MIME to create the data, or

Use a separate table for each department department headings between them (not in a cell), or

Store a pre-made table with the merged first row and one not-merged second row, and insert one of these for each department, with a very short line in between.

Department 1

30422

Roger Gearloose

21190

Angela T. Rooper

Department 2

72341

Ned Tylermoose

55096

Ahmed Modahdi

Subject: RE: Merge Cells in Dynamic Table

I will go for second option.Thanks for your reply…

-Mohammad Ashfaq