Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 6/21/06
    Hello. I'm trying to make it so that a button on a form will not be included as a tab stop. I still want to have the button active for mouse clicks, I just don't want it included in the tabbing. Can anyone help me with this?Thanks in advance.

    Views

    459

    Likes

    0

    Replies

    2
  • 6/21/06
    Hi,I set the appearance of a textField to 'sunken box'.Unfortunately, after changing its background-color using the following line of JavaScript code, the 'sunken box' appearance is gone. It's replaced by the 'solid box' appearance.xfa.resolveNode("#subform[0].#field[0]").border.fill.color.value = "...

    Views

    819

    Likes

    0

    Replies

    2
  • 6/21/06
    HelloI did a search and found this topic, digitaldave2010, "Generating a Random Number for application Form" #2, 12 Dec 2005 11:17 amIt helped a lot, but I need a little more help. When someone opens the form, I want to create a random number. Once the number is created, I want it to stay with that ...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 6/21/06
    Hi,I'm desperately trying to enlarge the border of a textField using JavaScript.I tried:xfa.resolveNode("#subform[0].#field[0]").borderWidth = "0.2in";as well asxfa.resolveNode("#subform[0].#field[0]").ui.textEdit.borderWidth = "0.2in";Nothing happened.Does anyone have an idea, what's wrong?Regards,...

    Views

    724

    Likes

    0

    Replies

    5
  • 6/21/06
    This is part of the code i obtained in order to check validation.//var reg = /^\d+$/; // checks whether input contains ONLY digits var reg = /\d+/; // checks whether input contains digits AND letters However, i found that both options checks only wether input contains letters.What is the function th...

    Views

    309

    Likes

    0

    Replies

    0
  • 6/21/06
    Is there a way to format the drop down list style so the gray dropdown arrow on the right does not show?

    Views

    992

    Likes

    0

    Replies

    3
  • 6/21/06
    How can I change the style of the Check box? Not the box itself, but change the X to an actual check mark?

    Views

    756

    Likes

    0

    Replies

    5
  • 6/21/06
    Hello,I'm testing at the moment the manual installation of Form Manager 7.0.1 together with Forms on a Windows 2003 server (JBoss and MS SQL Server 2000). In installation guide (page 64 in the German version, page 59 in the English version) two .jar files (xercesImpl-2.6.2.jar and xalan-2.6.0.jar) a...

    Views

    629

    Likes

    0

    Replies

    2
  • 6/21/06
    We have a form that in one of it's field you can enter phone number.We want a script that checks that the first digit entered is 0.If another digit is being entered a pop up message will appear that the digit entered is not correct.What is the script in order to achieve this ?

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 6/21/06
    I'm looking for a simple script that will check the entered data in a specific field.If i enter numbers in the name/last name field i should get a pop up message that entering numbers in this field are not allowed. (And vice versa regarding numeric fields).What is the script for that ?

    Views

    563

    Likes

    0

    Replies

    4