cancel
Showing results for 
Search instead for 
Did you mean: 

Create table item in two line

Former Member
0 Kudos

Hello!

I would like to create table item in two lines and this item will be repeat for n-times?

Thank you for help,

mirko

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mirko,

Instead of Table use subforms.

Keep the subform as flowed in western text.

Have your fields arranged in required 2 lines format.

Do the data binding to subform with the table and say repetative and min 1.

do binding to the fields in this subform.

For n items you will see the subform repeated ntimes with each instance of 2 rows.

Cheers to Otto for such a solution.

I had the same question on last friday Otto gave me this solution, I hope you should have searched the form once.

Let me know if this approach doesn't suffice your requirement.

Cheers,

Sai

Former Member
0 Kudos

Thank you Sai and to Otto too.

I saw your post later .... and yes your answer was very helpful.

Mirko

Former Member
0 Kudos

Hi Sai

May I ask a question which was probably asked many times:

I have a simple form which the user has to fill in.

I want the user to be able to dynamically add lines to the form by pressing a button.

I have my form devised in the following way:

Subform1 -


> flowerd western

subform2 -


> flowed western , repeat subform for every item

on Click : Subform1.subform2.instanceManager.addInstance(1);

But it just does not work. Any idea why. ?

regards

yuval

Answers (0)