Expand my Community achievements bar.

harry_shantoo
harry_shantoo
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • There is other things you have to do, setup the min count to 1 for the subform.

    Type

    Questions

    Views

    649

    Likes

    0

    Replies

    0
  • Finally found the solution.I changed the binding for first ItemBody to InvoiceDetail.ListOfInvoiceItemDetail.InvoiceItemDetail[*]in the calculate event of the second ItemBody wrote the script below_ItemBody.setInstances(English._ItemBody.count)In calculate event of each field the script below$.rawVa...

    Type

    Questions

    Views

    643

    Likes

    0

    Replies

    0
  • I came across this blog which is exactly what I am trying to do. http://blogs.adobe.com/formfeed/2010/05/duplicating_subform_structures .htmlMy form looks like this I am using the script in calculate event for ItemBody in the French Subform by making a change to the line as belowmatch(this, English....

    Type

    Questions

    Views

    646

    Likes

    0

    Replies

    0
  • Hi Bruce,This is exactly what I want my Form looks something like below, the French subform is an exact duplicate of the english subform. The ItemBody subform is the repeating subform it works Ok in the first page but in the second page cannot see the items.My XML is something like below<Invoice>   ...

    Type

    Questions

    Views

    645

    Likes

    0

    Replies

    0
  • Hi Scott,This is exactly what I want my Form looks something like below, the French subform is an exact duplicate of the english subform. The ItemBody subform is the repeating subform it works Ok in the first page but in the second page cannot see the items.My XML is something like below<Invoice>   ...

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    0
  • Hi Niall,I am trying to repeat the subform by duplicating it in the next page. All the header data is visible from the xml but the items appear only in the first subform, i was hoping to write a script to populate the subforms programmatically.Regards,Harry

    Type

    Questions

    Views

    361

    Likes

    0

    Replies

    0
  • The problem with the displaying the items in next page is, once the pdf is rendered with the item binding it has finished populating the English form.when it comes to the French form it does not know the index of the first item since it has already reached the last index of item in the English form....

    Type

    Questions

    Views

    669

    Likes

    0

    Replies

    0
  • Hello All,I am trying to create an item subform based on the data in the XML, the item subform is reapeatable.  I am using the code below to initiate the subform in the initialise event and fields to be displayed are under the ItemBody Subform.var List = ref(xfa.datasets.data.Invoice.InvoiceDetail.L...

    Type

    Questions

    Views

    889

    Likes

    0

    Replies

    2
  • Hello all,I was able to fix the first issue by changing the binding, somehow when the 2nd page is rendering it does not like references with "[*]", which defines multiple occurences of the same field. Removing "[*]" in the binding worked out, Example instead of binding asInvoiceHeader.InvoiceReferen...

    Type

    Questions

    Views

    647

    Likes

    0

    Replies

    0
  • Hello all,Have a requirement where the page 1 has to be repeated in otherwords Page1 will be english and Page 2 will be french.(the underlying fields to be displayed in both languages will be same but there labels will be different for each language) I am using just one master page with its default ...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    5
Top badges earned by harry_shantoo
Customize the badges you want to showcase on your profile