Multiple lines of footer

Hi,
I currently have List and Label 15 installed in the computer and trying to insert multiple lines of footer in a table. I am using Progress to send the data to the List and Label.

This is the code on how I define the footer:

RUN LlDefinefieldExt (OUTPUT nRet, hJob, “Footer”, “1”, {&LL_TABLE_FOOTERFIELD} + {&LL_TEXT}, 0).

How do I insert another line of footer? When I call another LlDefinefieldExt with different value (“2” instead of “1”), then I only get 1 line with value “2”.

Thanks

Christofer

Hi!
Add your lines as line definition (footer line) in the designer.

HP