Expand my Community achievements bar.

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

  • 21-06-2006
    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

    574

    Likes

    0

    Replies

    5
  • 21-06-2006
    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

    253

    Likes

    0

    Replies

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

    Views

    853

    Likes

    0

    Replies

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

    Views

    648

    Likes

    0

    Replies

    5
  • 21-06-2006
    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

    539

    Likes

    0

    Replies

    2
  • 21-06-2006
    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.0K

    Likes

    0

    Replies

    3
  • 21-06-2006
    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

    425

    Likes

    0

    Replies

    4
  • 21-06-2006
    hi everybody,i'am getting into this matter (Designer/DB) right now. i am actually following a tutorial picked from die adobe site (http://www.adobe.com/devnet/livecycle/designing_forms.html) named 'Providing interaactive database lookup from forms' (link: http://www.adobe.com/devnet/livecycle/articl...

    Views

    494

    Likes

    0

    Replies

    5
  • 20-06-2006
    I need the value of a drop down to make an invisible form visible if its value is under 5, this is the code I am using under the change function:if(this.rawValue == 1){ addtl.presence = "visible";}else{ addtl.presence = "invisible";}if(this.rawValue == 2){ addtl.presence = "visible";}else{ addtl.pre...

    Views

    432

    Likes

    0

    Replies

    2
  • 20-06-2006
    This is going to be lengthy, so please be patient. I'm not a database expert or forms designer by trade. I have 3 problems with the same form that I need help with.1) I'm trying to create a template from which I can query our database and create different order forms for different vendors. In doing ...

    Views

    191

    Likes

    0

    Replies

    0