Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/4/13
    I have four values that I want to input into a field. What I am trying to make happen is when you type in a letter, that text field will then highlight or fill to a certain color. Can anyone help me? And I want to have four values in it. The values would be "G" "R" "Y" and "0". If I type in "G" I wo...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 4/4/13
    Hi Guys,Im trying to make a button which will show/hide a 'BankDetails' subform when clicked. When I click the button, it hides the subform and changes the button text to 'Show' (working correctly) but when I click it again it does nothing.... it isnt seeing the 'else if' statement.I'm new to script...

    Views

    1.6K

    Likes

    0

    Replies

    4
  • 4/4/13
    Hi! I need to be able to delete/hide and /add/show THE SAME ITEM, or that it look like the same item, please see the example of what I´m getting:When you open the document:If you click "yes" in the first radio, value 4 is addedIf you click "yes" in the second radio, value 5 is addedIf you click "no"...

    Views

    3.2K

    Like

    1

    Replies

    3
  • 4/4/13
    Using Action Builder, I created a script to make a subform presence visible when a particular textfield is changed. When typing into that textfield, the background color immediately turns black with the first charcter I type into that field. Why? I tried a different textfield and it does the same th...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 4/4/13
    This is more of a comment than a question if anyone else has this issue.  Java 6 reached end of life in February of 2013 and security scanner has begun to flag it a secrious security vulnerability.  I work on several governmetn projects and we are being forced to upgrade to Java 7, but I can't do th...

    Views

    2.5K

    Likes

    0

    Replies

    4
  • 4/4/13
    HelloSorry for my english.I want change the fontColor of a field more than one time.I have in event click of a field this:app.setTimeOut( 'field.fontColor = "128,128,128"' , 2000);but without luck... anybody knows? Thanks,Luis.app.setTimeOut( 'field.fontColor = "0,0,0"' , 4000);app.setTimeOut( 'fiel...

    Views

    1.8K

    Likes

    0

    Replies

    4
  • 4/3/13
    Hello again!I want to know if is possible to remove/add or show/not show an option from a dropdown menu depending on a checkbox selection.Thanks!

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 4/3/13
    I'm having trouble getting a print button to execute two separate lines of code.  I need it to make the second page of a form printable and then print, it makes page 2 visible but then when the print dialog box comes up the only page that is there is page 1.  Can I get them to execute one after the ...

    Views

    1.6K

    Likes

    0

    Replies

    7
  • 4/3/13
    Hi there!I have some Numeric Fields in which the user has to enter a number whithin a given range, I want that if the user enters a number that is outside the range, an alert is displayed and after that the focus is set on the same field. Also I need that the user has to be able to left the field em...

    Views

    2.6K

    Likes

    0

    Replies

    8
  • 4/3/13
    I'm trying to get the multiple of a decimal box so for example Box1 will have the number 100 You then need to tick a check box to multiply it Box2 will store the answerI have the following but it doesn't workvar Aprox = topmostSubform.IFFPage6.Page.FirstCustomer.decApproxNetIncom.rawValue Aprox=Apro...

    Views

    1.8K

    Likes

    0

    Replies

    5