Expand my Community achievements bar.

01371406
01371406
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I would like to change the default value of a text field to be at a 6pt font size. The typed text can be at the menu selected font tab size of 10pt. Is there a way to do this in the xml? I've tried<value><text>Last Name, First Name MI</text></value>inserting font size. <value><font size="6pt"><text>...

    Type

    Questions

    Views

    898

    Likes

    0

    Replies

    1
  • Glad I asked. Thanks radzmar.

    Type

    Questions

    Views

    464

    Likes

    0

    Replies

    0
  • Okay this appears to be a stupid question but I can't seem to find an answer. How do I access links to documents people have hyperlinked in their thread? These links only take me to: https://www.acrobat.com/welcome/en/home.html#d=gAGLpR7ETsBvowyLBIzcMADo I need an account just to see the file people...

    Type

    Questions

    Views

    890

    Likes

    0

    Replies

    3
  • this.resolveNode('Fourteen._Action').removeInstance(this.parent.index);if (xfa.host.version < 8) {    xfa.form.recalculate(1);}the subform I am trying to delete is "Action". "CorrAction" is a subform of "Action". The "Action"subform adds the delete box to the contents of "CorrAction". If fixed it wi...

    Type

    Questions

    Views

    334

    Likes

    0

    Replies

    0
  • I created a form with a button to remove the current action item via script. Although I have reviewed this script repeatedly, and used the Add Action for the button I still cannot get the button to remove the Current instance. The button always removes the first instance. Does anyone have any answer...

    Type

    Questions

    Views

    670

    Likes

    0

    Replies

    2
  • Normally I would agree. But I would like the option for people to use bullet points, italics, bold etc in the text fields. Since the form also goes back and forth between departments it needs some way to comment on text in text fields. However the Comment boxes or ballon text boxes with red arrows a...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • It has been my expereince that the Rich Formatting of the text field allows the user to paste any style and size they cut from. So a button would be helpful and prevent the need for me to go from field to field to change the font style and size for each field not Arial 10pt.

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  •     I would like my text field "values" entered to have the capability to change to Arial 10pt font on a button click. This will allow the entered text to match the font (Arial) of the remaining non-editable fields on the form. I'd like the user to be able to use whatever font style and size they cu...

    Type

    Questions

    Views

    3.2K

    Likes

    0

    Replies

    15
  • var nResponse = xfa.host.messageBox("Are you ready to submit this document via email?","",4,2);...........thankfully it's Friday. 

    Type

    Questions

    Views

    301

    Likes

    0

    Replies

    0
  • I have the code:xfa.host.messageBox("Are you ready to submit this document via email?","",4,2);if (nResponse == 4) {//script;}else {//script;}Javascript Console gives an error when "Yes" or "No" is selected.ReferenceError: nResponse is not defined3:XFA:form1[0]:Page1[0]:Buttons[0]:SubmitButton[0]:cl...

    Type

    Questions

    Views

    698

    Likes

    0

    Replies

    1