cancel
Showing results for 
Search instead for 
Did you mean: 

a question about designing a table with 3 columns

Former Member
0 Kudos

Hi All,

I'm trying to display the data of a table with 3 columns.But i have no idea so far.

Now,I can display the data in one row.The excess part is cut.What can i do for displaying the 3 columns.

Please help me!

regards.

Steven zhao.

Accepted Solutions (1)

Accepted Solutions (1)

former_member191062
Active Contributor
0 Kudos

Hello Setven,

please check the example: report: FP_TEST_03

the form behind this is: FP_TEST_03_TABLE

this example show you how to use table in Adobe form.

Best regards,

Dezso

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi all,

Thank you for your answers.

But i want to know how to make a table with 3 columns,not 3 rows.The below is a example:

Record1 Record2 Record3

-


-


-


-


-


-


Record4 Record5 Record6

-


-


-


-


-


-


Please help me.I have been boring for 4 days.

Message was edited by:

Steven Zhao

Former Member
0 Kudos

Hi Steven,

Create 3 value attributes in context.create a table as i mentioned previously.Then take 3 text boxes in ur table for header as well as 3 for body.Means in ur Header subform u will be having 3 text boxes as 3 in ur body subform.

U will be having as much columns as u will be defining in ur context,since whatever u see in data view is nothing but ur context.

regards

Sumit

Former Member
0 Kudos

Hi all,

thanks.

I have solved this question.The wrong data binding result in the error.I should bind to data[*].Then set the 'western text' for flowed.

OK,thanks .

Former Member
0 Kudos

Hi Steven,

For creating a table in Adobe Forms,take 1 mail subform which will represent ur table.Inside that table create 2 other subforms,which will represent Header & body.For main subform go to Object->Subform & make type as Flow content & Flow direction as Table.Now for other 2 subforms make it as header & Table Row correspondingly.Header & Body will be binded to ur context attribute.In ur case u will be having 3 context attributes.Now at runtime u can add values in ur context attributes & add as many rows u want.

regards

Sumit