cancel
Showing results for 
Search instead for 
Did you mean: 

How to display grid the interactive form

former_member305573
Participant
0 Kudos

Dear All

I m trying to print the grid into the interactive form using adobe life cycle 8.1.

My requirement is like I am getting the value in my local node in the view. From there i have to populate those value into the Pdf.

So that user can take the print of the pdf.

Value are getting in local. But it is not showing in the PDF. At the same time in other value are showing success fully only inthe table i am not able to get the value.

Kindly help me out with your document or solution note

Prashant Krishen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Prashant,

For populating a table on a pdf the node structure should be different.

You need to create node structure of the data which you want to show in Table like this

DataNode 0..n

SubNode 1..1

att1

att2

Create the elements of DataNode only and set the attribute values.

Now create the structure of the UI element in Form like this

Subform1

Subform2

Header1

Header2

Subform3

Textfield1

Textfield2

Bind the Subform3 to the node DataNode and Textfield1 and Textfield2 to att1 and att2 respectively.

Set the 'Repeat Subform to each data Item* property of Subform3 to true.

Now at runtime you will get all the data of the node in PDF form as a Table.

Regards

Ravindra

Former Member
0 Kudos

Dear Prashant,

For value population check the binding tab for right binding.

For grid layout ,first you take a subform ,change the property from flow content to position content.Then insert a Text Field and drag to the desired position.

Do this last step repetitively to create a grid look.Bind all the Text Field to the proper context node.

Regards,

Sukalyan