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...
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...
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"...
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...
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...
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...
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 ...
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...
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...