cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic and Static contents in Flowed Subforms

Former Member
0 Kudos

Hi,

I have to print some Dynamic and some Static content in my form.

I have created a Flowed Subfrom (SF_MAIN) and made all the Subforms(SF1,SF2,SF3...) in it as flowed, so that one subform starts after the ending of other.

Now my scenario is that, after the first flowed Subform(SF1 Sales Information), the second Subform(S2 Sales Sub Category) contains some static data as shown as subcategories and dymanic data as category numbers. After this third Subform is also there.

The dyamic part is shown in gray which will repeat for each line item.

http://forums.adobe.com/servlet/JiveServlet/showImage/2-5756159-486526/Problem.PNG

Now for SF2, I am making the dynamic part subform(say SF2_A) as flowed, for body row, which is working fine. But for static part I am making it another flowed subform(SF2_B). So SF2_A and SF2_B is wrapped in SF2 which is flowed.

Now if SF2_A flows for 10 line items, SF3 should start after that, but it is starting after SF2 only, hence overlapping SF3.

How to make this SF3 to start after the completion of SF2_A(Dynamic part for Subcategory)?

Accepted Solutions (0)

Answers (2)

Answers (2)

navip
Active Participant
0 Kudos

Hi Vinay,

  Please clarify on the below:

1) Is your requirement to print the SF2 as below:

if yes, then create 3 subforms 1 for :

2 for:

3 for:

then wrap the three subforms into SF2 and try to achieve your requirement.

---

Naveen

pavan_prabhu
Active Participant
0 Kudos

Hi Vinay,

     Can you please tell me how you are filling the content in SF2_A(dynamic content) and SF2_B (static content)? Is it through table or using Java script?