cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic subforms, needs to appear in all pages

Former Member
0 Kudos

Hi Guys,

I have a requirement to create a dynamic header.

Dynamic in the sense that the number of data to be displayed in the header will vary depending on how many will be retrieved from the database.

Having a dynamic master page seems impossible because the content area has a fix size thus it will overwrite the data in the header.

Now, i'm planning to put it in the body page.

But my question is, how will I make it appear in all pages?

There will be 2 dynamic subforms that needs to appear in all pages.

Take note that after the dynamic subforms is a table.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I guess you are using dynamic subforms as table and you want to repeat header row in all subsequent pages.

Select the main subform which contains header subform and body subform.

Goto Accesibility palette and set the role as Table

Select the header subform.

Goto Accesibility palette and set the role as Header Row

Select the body subform.

Goto Accesibility palette and set the role as Body Row

Now,

Select Body subform

Goto Object palette -> Pagination

If dataset must be paginated

Overflow - Goto next content area

Overflow leader - Header Row.

Regards,

Sanoosh

Former Member
0 Kudos

well, we can say that i want to set this as header row.

but this ain't just normal header row. there are lots of data that i need to display. particularly, 2 tables of dynamic size.

i actually set it already as header row and all other details/fields are displayed, except for the tables.