Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adobe PDF Form

benlim
Contributor
0 Likes
925

Hi Expert,

I'm passing an internal table from my print program to adobe form.

I'm facing an issues whereby I can't repeated binding the value.

I've a requirement whereby text field is repeated twice but anyhow it only appear once on the first row.

For eg:

Material No: matnr
Material Descriptionmaktx
Material No:matnr

Anyone have any idea on this?

Thanks

Regards,

-Ben-

Hi Expert,

I'm passing an internal table from my print program to adobe form.

I'm facing an issues whereby I can't repeated binding the value.

I've a requirement whereby text field is repeated twice but anyhow it only appear once on the first row.

For eg:

Material No: matnr
Material Descriptionmaktx
Material No:matnr

Anyone have any idea on this?

Thanks

Regards,

-Ben-

4 REPLIES 4
Read only

Former Member
0 Likes
880

hi,

Copy the field to a variable and bind this variable to the new field.

Regards,

Ashish

Read only

0 Likes
880

Hi Ashish,

Can this be done on the form script event or interface?

What if the layout have multiple repeated variables?

Thanks.

Regards,

-Ben-

Read only

0 Likes
880

hi Ben,

Please check the binding of text fields correctly, we can display same field N number of times.

maybe binding is missing for the second text field.

Regards,

Ashish

Read only

0 Likes
880

Hi Ashish,

Yes, I have check on the binding.

I'm passing internal table and bind via internal table data.

I've tried passing the internal table to the interface. In the interface, declare a global structure and assign a single line to the form, it's able to print multiple times.

No idea where goes wrong on my design.

Regards,

-Ben-