Expand my Community achievements bar.

greendesk123
greendesk123
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I found the code on the web which partially accomplishes what I am trying to do.  I put the code below in the ready.layout event of the other fields in the subform.var heightField = xfa.layout.h(xfa.resolveNode("PPDescription"), "pt"); his.h = heightField + "pt";There are button son the form to add ...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • I have a form with a flowed subform, containing several fields. I need all the fields in the subform to expand in height to fit the height of that particular field that is filling.  How can I make all the fields in the subform expand in height when the one field expands?Thank you for any assistance ...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    1
  • I have a form with dropdowns and buttons and Text that I don't want to print.  The Presence is set to Visible (Screen only) for these objects (I used code to set the Text to visible screen only).  Only the buttons are not printing.  Any suggestions?  My other forms work fine.

    Type

    Questions

    Views

    429

    Likes

    0

    Replies

    1
  • I ended up do a radio button with 3 different font sizes:aaa = xfa.resolveNode("S19.SigAdd");bbb = xfa.resolveNode("S19.AddressSize");if (bbb.rawValue == "10") { aaa.font.size = "10pt";}if (bbb.rawValue == "8") {aaa.font.size = "8pt";}if (bbb.rawValue == "6") { aaa.font.size = "6pt"; }Also found cod...

    Type

    Questions

    Views

    825

    Likes

    0

    Replies

    0
  • Thank you very much for your responses.Magus069 response: I have put your code into a button.  After clicking a button, I got an error ("... ExData...") - I found from other threads that I need to change the "Field Format" in the Field tab from Plain text to Rich text-that stopped the error.Where I ...

    Type

    Questions

    Views

    824

    Likes

    0

    Replies

    0
  • I have a form with textboxes in which the user types in information.  Sometimes, the user will type in more information than can fit into the textbox.  When this happens, I would like the textbox font to become smaller so that the typed in text fits into the textbox.  I need the textbox length to st...

    Type

    Questions

    Views

    2.7K

    Likes

    0

    Replies

    5
  • Thanks a lot for the replies.  I am thinking over your replies to see if they help me.   To clarify my original post, I want the page 2 to stay intact with the information on it (I called page 2 a subform, but I may have confused things by calling it that.  The information on page two will always be...

    Type

    Questions

    Views

    615

    Likes

    0

    Replies

    0
  • I have a 4 page form containg multiple subforms. The form contains buttons for increasing/decreasing the instances of certain subforms - when these are clicked, this will of course will affect the location on the form of the subforms-move them further down.  I have a whole page subform in the middle...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    4
  • These tutorials gave me the knowledge to get an answer to my question, and finish my project.  Thank you.

    Type

    Questions

    Views

    893

    Likes

    0

    Replies

    0
  • When a certain condition occurs, I want the contents of a textbox to not print.  I have the following code, and it is not working.  Any ideas?   xfa.resolveNode("FormWarningSubform.formWarn").relevant=   "-print";Instead, of not printing it shows "-print" in the textbox.Thank you for any assistance.

    Type

    Questions

    Views

    653

    Likes

    0

    Replies

    1
Top badges earned by greendesk123
Customize the badges you want to showcase on your profile