cancel
Showing results for 
Search instead for 
Did you mean: 

Table in Online Interactive form

Former Member
0 Kudos

Hi,

I have designed on online intersctive form (WDABAP). I have one table with header and one row. I have wriiten script for adding and deleting rows to the table. But here the problem is how to allocate the required space on the form for the newly created rows? The rows are over laping the other fields of page.

How to handle this?

Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

Ravi,

Wrap the table and fields inside a Subform and change its Type property to Flowed.

Chintan

Former Member
0 Kudos

hi Chintan,

I have the table in a subform and the property of subform is Flowed. But still im facing the same problem

Ravi

chintan_virani
Active Contributor
0 Kudos

Ravi,

Basically the fields also have to be inside a subform of type Flowed.

Check my last reply for a sample hirearchy mentioned [here|;.

Chintan

Answers (0)