Expand my Community achievements bar.

SirAce
SirAce
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi everyone,I have two growing tables in two different pages. I would like the second table to be pre-populated with some of the information I capture on the first table.The second table doesn't have the exact number of columns as table 1.Table 1:AgeNameSurnameTelephone20GregThomas00126334512 12John...

    Type

    Questions

    Views

    515

    Likes

    0

    Replies

    1
  • Hi Srini,I was starting to think what I was asking was impossible.It works perfectly, just the way I wanted :-)Thanks a lot Srini, you saved me. Thank you

    Type

    Questions

    Views

    421

    Likes

    0

    Replies

    0
  • Hi everyone,I have a developed a web service, my web service method expects an xml string.I have a new data connection, which is my wsdl file... Now my challenge is how do I populate that field with my form's xml,so that my my method can manupulate it.Secondly, I would like the same button that call...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2
  • This is how I remove empty lines on the address, I call this method on the prePrintfunction removeEmptyLines(elementName, elementValue){     if (elementValue == " " || elementValue == "" || elementValue == null){     xfa.resolveNode(elementName).presence= 'hidden';     }   else{     xfa.resolveNode(...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Thanks Niall,The reset button only deletes the data entered by the user, doesnt refresh it to its original stateThis is a letter, its flowed, it has no repeating objects.On the header of the letter when the user prints, I "remove the combs" and  also on the address fields if the user didnt fill in l...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Hi,How do I refresh a form..I tried xfa.form.remerge(); and xfa.layout.relayout(); but both of them dont work.I want the form or letter to go back to its original state once the user click Print.ThanksAce

    Type

    Questions

    Views

    4.3K

    Likes

    0

    Replies

    5
  • Sent, thanks

    Type

    Questions

    Views

    830

    Likes

    0

    Replies

    0
  • The table and the button are noth in the same subform, but I just tried what you suggested, that is. MyTableSubform.TableName.Row1.instannceManager.addInstance(1) but still no luck.I must also inform you that my table has two rows when it starts, so I want to add the 3rd, 4th, and so on rows.I've al...

    Type

    Questions

    Views

    822

    Likes

    0

    Replies

    0
  • I just checked, Yes it is Saved As:Adobe Dynamic XML Form.And when I type a dot(.) after instanceManager I dont get addInstance under the dropdown.What am I doing wrong?

    Type

    Questions

    Views

    819

    Likes

    0

    Replies

    0
  • Thanks Niall, I tried what you suggested & looked at the example, but still nothing happens when I click the button,My table is inside a flowed subfomr & I've checked Repeat Table for Each Data Item and under the cliked event is this code:TableName.Row1.instanceManager.addInstance(1); but still a ro...

    Type

    Questions

    Views

    820

    Likes

    0

    Replies

    0