cancel
Showing results for 
Search instead for 
Did you mean: 

example adobe form needed as per attached design

former_member307398
Participant
0 Kudos

Hello All,

I would like to ask you example adobe form “example 2” as mentioned attached screen shot.

I can do this attached mentioned “Example 1” line by line values but I don’t have idea to do “example 2” requirement like skip operation details with bar code as mentioned in below screen shot.

different-table-formats.png

Regards,

Santhosh G

Accepted Solutions (0)

Answers (2)

Answers (2)

Jelena
Active Contributor

What kind of data is this exactly?

IMHO you don't need to "skip" anything. If this was a Smartform (and Adobe has similar functionality AFAIK), you'd just need to split data into 2 (or 3? I'm not sure how these items are related) separate internal tables.

Your main table would be those A... items and in this table you'd have the green line for A item. Then right underneath - barcode and then small table with Datum, etc (you'd need a LOOP for the second internal table with those details). You'd just have to create different line types for all those areas. Formatting could be a bit challenging but doable.

This may sound confusing to a beginner but what I'd suggest is just forget about the formatting for a second and think in terms of the data flow. When you'll see that it's just a big loop over A.. items with smaller loops over the corresponding details it'll be much more clear.

former_member307398
Participant
0 Kudos

Hello Jelena,

Thanks for your quick response.

I have done logic for loop statement data in programs but I don't know how to design this part?

can you please give me example standard form or steps for designing the form if you have any.

Thank you in advance.

Regards,

Santhosh G

Jelena
Active Contributor
0 Kudos

Take a look at LB_BIL_INVOICE Smart Form, it has several LOOPs inside the main table. Again, it's a Smart Form but I bet you can adopt this for Adobe.

Ryan-Crosby
Active Contributor
0 Kudos

Hi Santhosh,

Based on your example it looks like you need to create subform with nested components and bind that subform to your table of line values such that it repeats for every row.

Regards,

Ryan Crosby

former_member307398
Participant
0 Kudos

Hello Ryan,

Thanks for your answer,

Can you please give me some standard example adobeform program name or steps if you have any?

Regards,

Santhosh G

Ryan-Crosby
Active Contributor
0 Kudos

Hi Santhosh,

I don't have any examples because I have only created completely custom forms for scenarios like this.

Regards,

Ryan Crosby