Button not fully resetting form

First, I have a check box that when checked displays 2 other fields, one is a combo box. When i un check the check box the fields disappear and the combo box resets back to default value.
then i have a button that is set to reset the form. it will un-check the check box but the combo box and the other field do not disappear like they should if i just un-check the check box.
Any suggestions?

You could also write a custom JavaScript to reset the form and set the visibility of the form fields as need.
If you had a document level function that set the visibility of the fields based on the value of the check box, then one could call that function to reset the visibility of the fields with a call to that function after the form field has been reset.

Similar Messages

  • Quick Launch buttons not fully fuctional

    I have a Pavillion laptop 6930 and I just upgraded to WIndows 7 ultimate 64.  the quick launch buttons are not working properly.  I installed some drivers I thought would make them work fully but was unsuccessful.  The problems are that when I click the Mute quick launch button is that it does not turn orange any more.  In vista the button would turn orange but not in 7.  Even though it still mutes my computer I would like it to turn orange like it use to.  The on screen Displays of the volume slider also does not show up.  The quick launch button lowers and raises the volume but doesn't show on screen display of it. Back in Vista it had a green bar that would show up in the bottom right and move according to your finger on the quick launch button.  Any solutions?

    Hi,
    Try a Hard Reset as follows.
    Shut down the notebook, unplug the AC Adapter and then remove the battery.  Hold  down the Power button for a full minute.  Re-insert the battery, plug in the AC Adapter and start the notebook.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Mouse to switch primary and seconds buttons not working on Forms 6i

    Hi All,
    I am facing problem while i am using Form6i Application on web.
    We have a couple users that they are left hand. When they set their mouse to switch primary and seconds buttons under windows setup.
    The menus do not worked on Form6i Application, unless the user uses the keyboard.
    On Form10g it's working fine but on Form6i it's not working.
    Thanks in Advance.
    Uzair

    Hi Craig and thanks for replying,
    The way I created the roll was under my username, not the administrator user. The first time I was not able to create a roll from my user, but I did this to be able to do it: GRANT CREATE ROLL TO <MY USERNAME>
    The way I enabled the the Roles on y menu was as follows:
    1) I open menu using Forms 6i.
    2) Right click on my menu name and choose Property Palette.
    3) Under Menu Security, I choose Use Security and select "Yes".
    4) Under Module Roles, I typed a name for that role.
    5) I go to SQL and create the new Role under my username giving the role the same name I gave it on Forms. This is how I created: Create role <Role Name>
    6) Then I just assign that role to my user, like this: Grant <Rolename> to <username>
    Hope this helps!!
    Thanks again in advance!!

  • Email Submit Button not Submitting Full Form

    Hi guys
    I'm new to LiveCycle Designer, so my problem may be something very simple that I have missed.
    I have a simple form which I intend to use for my clients to book training sessions with. It will be emailed to them or downloaded from my website to be completed and the submitted to me via the email submit button on the bottom of page 2.
    My form doesn't have any fancy coding or dynamic content - just simple text fields and drop down boxes. The subform spreads 2 pages and everything is included in just the one subform.
    The email submit button composes an email with the xml file attached, but the xml file only contains the data from the tabulated fields on page 2 - page 1 is completely ignored.
    Can anyone help me out with this please, I'd really appreciate it.

    Hi,
    If you look at the Object / Binding tab and then select the various subforms and objects. You will see that on page 1 these are set to "None"; whereas you will need these set to "Normal", like the table on page 2.
    If the binding is "None" then an xml submit will not return these values. If the binding is "Normal" then the data will be returned.
    Good luck,
    Niall

  • Creating button in Acrobat 9 form that will email form

    Working on Mac:
    I have created a button in my Acrobat 9 pdf form that has the following action:
    Execute a menu item: File>attach to Email
    When I click on the button it will take me to my email where it is attached and I can send it to somebody. However my HR department works on a PC and it does not work when she clicks on the button. The Reset form and Print forms work fine.
    What can I do to make this work. I do not want a submit button because this form will be filled out by various people who will then email on to their supervisors. I just thought it would be easier for them to have a button to push.
    Thanks.

    The answer will depend on whether the form needs to work with Reader and maybe what version of Acrobat/Reader your users will have. If it needs to work with Reader, the form has to be Reader-enabled, which is an additional step you do as the final step in Acrobat before sending the form to your recipients. Exactly how you do this depends on the version of Acrobat you're using.
    The best approach for your button would be to use the mailDoc JavaScript method, which allows you to set the subject of the email, the recipients (including cc and bcc), and the body of the email. This has been discussed a number of times here before, so you may find more with a search. Post again if you can't find anything.
    You can also use a "Submit a Form" action or the corresponding submitForm JavaScript method, and specify the email address of the recipient using a mailto type URL. This is less flexible than using mailDoc, but is simpler so it may have its virtues.
    Also, not that when responding by email, private info you have in your email signature can get posted to the forum, which you may not want since it's open to the world. You also cannot attach files here, so if you want someone to be able to retrieve it, you'll have to post it somewhere else and provide a link, or get someone to send you their email address so you can send it that way.

  • Buttons not working in Web-packaged

    I'm using AW7 on XP content is viewed in IE6.
    In production my frame navigation is handled by custom
    buttons hanging on an interaction icon. I have never had a problem
    with this before, but now they aren't working in the packaged
    piece.
    They're visible, their state changes when I hover over or
    click on them. But nothing happens. When I converted them to
    hotspots to test the script, the interaction worked fine. They were
    hot only when they were supposed to be. When I clicked on them, the
    executed appropriately.
    These buttons are perpetual, but visible only on certain
    conditions which makes using hoptspots and graphics difficult. For
    me at least.
    Can anyone tell from this why these buttons aren't
    working?

    When something like this happens I usually start by adding in
    some kind of
    test to see if the button was started and then interrupted by
    adding in
    SystemMessageBox(.....) at the top of the button's path.
    Is the button being disabled during operation or right from
    the start? I
    have seen problems with perpetual buttons not internally
    resetting their
    active state when something interrupts them and they don't
    get a chance to
    finish. For instance double-clicking a perpetual button can
    sometimes cause
    the path attached to the button to be "entered" twice. Then
    you're stuck
    because you can only exit it once. If this is the problem
    then you can make
    the button inactive when within itself. (using
    ~within@"button" in the
    avtive if true property for the button)
    HTH,
    Mike
    ====================
    Mike Baker
    Adobe Community Expert
    [email protected]
    "O G's Y Me?" <[email protected]> wrote in
    message
    news:fjm7uk$66o$[email protected]..
    > I'm using AW7 on XP content is viewed in IE6.
    > In production my frame navigation is handled by custom
    buttons hanging on
    an
    > interaction icon. I have never had a problem with this
    before, but now
    they
    > aren't working in the packaged piece.
    > They're visible, their state changes when I hover over
    or click on them.
    But
    > nothing happens. When I converted them to hotspots to
    test the script, the
    > interaction worked fine. They were hot only when they
    were supposed to be.
    When
    > I clicked on them, the executed appropriately.
    > These buttons are perpetual, but visible only on certain
    conditions which
    > makes using hoptspots and graphics difficult. For me at
    least.
    >
    > Can anyone tell from this why these buttons aren't
    working?
    >

  • In Acrobat, I wrote a script to turn fields gray if a checkbox was checked. How can I get it to reset to white (or clear) when the reset form button is clicked?

    In Acrobat, I wrote a script to turn fields gray if a checkbox was checked. How can I get it to reset to white (or clear) when the reset form button is clicked?

    Thank you so much for your reply . . . but . . . I should have shared my original script with you -- it was a little more complicated than I led you to believer. I was triggering a group of text fields to become disabled as well as gray. Below is the original script so that when the checkbox is checked, it causes several "Co" fields to be disabled and gray.
    // Mouse Up script for check box 
    // If checked, certain fields should be disabled 
    var f_prefix = "Co"; 
    // Get a reference to all of the "Co" fields 
    var f = getField(f_prefix); 
    // Reset the Co fields 
    resetForm([f_prefix]); 
    if (event.target.value === "Off") { 
        // Enable the Co fields 
        f.readonly = false; 
        f.fillColor = color.transparent; 
    } else { 
        // Disable the Co fields 
        f.readonly = true; 
        f.fillColor = color.gray; 
    To recap -- my goal is to get those gray fields to revert to transparent if the form is reset. I'm willing to create my own custom "Reset Form" button but I'm not sure I understand how that would look. Wouldn't it be quite lengthy? I think I'm having a brain freeze -- can't figure it out!

  • Firefox does not fully load Barclaycard Authentication site. It loads as far as asking for certain letters in my pasword but does not load the "Submit" button so I cannot continue with my purchase and have to switch to IE8 browser to purchase anything ov

    Firefox does not fully load Barclaycard Authentication site. It loads as far as asking for certain letters in my pasword but does not load the "Submit" button so I cannot continue with my purchase and have to switch to IE8 browser to purchase anything over the internet. Any clues?
    == This happened ==
    A few times a week
    == Couple of weeks ago

    Your UserAgent string in Firefox is totally messed up by another program that you installed, and Barclays doesn't know you are using Firefox 3.6.6 - it probably looks like IE 6.0 to that website.
    [http://en.wikipedia.org/wiki/User_Agent]
    type '''about:config''' in the URL bar and hit Enter
    ''If you see the warning, you can confirm that you want to access that page.''
    Filter = '''general.useragent.'''
    Right-click the preferences that are '''bold''', one line at a time, and select '''''Reset''''',
    Then restart Firefox

  • Reset Form button showing as Submit Form button?

    Hello....
    I have run into an odd issue that I can not figure out.  For the past year, I have been creating and manually distributing various forms to our Sales Engineering group and outside partners.  These forms are all designed from a common template we developed that includes a standard “Reset Form” button.  Upon sending out a new form, I received an email with a screen shot that showed the Reset Form button as “Submit Form”.  The partner went on to say that they thought it was the same as another form they have from me, which also shows a Reset Button as “Submit Form”
    The end user states they are using Adobe 8.1.4.  The forms were developed (9 Pro) LC Designer ES 8.2 and are set to be 8.0 or higher compatible.  This is the first time I have heard of this and cannot figure out the cause.  The label on the canned button itself is being changed from Reset to Submit. 
    Does anyone have any thoughts as to what would cause this and how to correct?  I can not assume that this is the only time this has happened, but it is the first I am hearing of it.
    Thank you and my apologies if this should have gone to another forum group 
    Chris Link, CTS, EAVA
    Sr. Design Engineer

    I have not heard of this before .....can you send the template to [email protected] so I can investigate? Please include a description of the issue in the email.
    Paul

  • html:reset not restting the form

    Hi
    I am dealing with a form who has multiple submit buttons:
    like to load a saved search criteria:
    When I load the form using this button and use reset button to reset the form; its not clearing the loaded data.
    there is just one form on the JSP and html:reset is with in the scope of that form.
    I am using customized tags which help me to have multiple submit buttons for one form.
    Please help.
    Rest is supposed to rest the entire form why isnt it doing so in case I load the values on the form

    What is your definition of "reset"?
    What do you want to happen when you push the reset button?
    Clear all form fields?
    Put the form back the way it was when you loaded the page?
    Note: these two actions are NOT neccessarily the same thing...

  • Place a "reset form" button using livecycle

    I Placed a button on a form called "Clear Form" Now what do I do to reset the form when clicked?  Can I also add a "Are you sure message" with another ok button?

    Thanks for the script. I have a form with radio buttons that make certain fields appear visible/invisible mattering on wheather user chooses yes or no. I used actions to perform the visible/invisible function.
    When using your script i get the Yes/no option in a popup and if I choose yes it correctly clears all my rado buttons and also resets any fields.
    However the no fuction does not seem to be working. If I choose no it still clears out everything, the radio buttons and resets any fields made visible by said radio buttons. As you suggested I added xfa.form.remerge(); which made the visible fields reset.
    Heres the code i used.
    var
    answer = xfa.host.messageBox("Are you sure you want to reset the form?","Confirmation Required !!!",2,2);
    if
    (answer ==4)
      xfa.host.resetData();
    xfa.form.remerge();

  • Submit and Reset button not working

    Hi, am new in the forum, php, dreamweaver and flash.
    i have been working on a website for my client using flash, and i had to create a form
    on my contact page that user can use to submit their queries.
    i managed to download a step by step code using php. It guided me through everything
    but my problem is once i uploaded the website on the server the button submit and reset it not doing it job.
    here is the website. www.kulaevent.com
    it takes couple second for the contact form to appear.
    Please help, please

    Thank you
    I have checked the link you gave and i managed to update my form and i uploaded
    on the site and it worked.
    Thanks again

  • How can I add a Save form button ( not save as ) for a custom fillable form ?

    How can I add a Save button ( not save as ) for a custom fillable form ?
    idea is ti to have a Save button  at the bottom of each page where the person filling
    the form  clicks the save button  on each page.( it is a 12 page fillable form )
    The only thing I was able to do  was add a button that  opens a Save As
    dialog box only.
    My experience  lever is - end user-intermediate.
    Thnaks.

    Thanks for the response.
    I wonder why  it wont allow.
    If I can  save ( as opposed to save as)   this form by clicking the  save icon on the  menu bar, I am not sure why it is no possible to do so on page level!
    Custom script option is not  even remotely possible!

  • Button Icons not show in Form 11g run time

    Button Icons not show in Form 11g
    I installed the following tools :-
    Weblogic Server 10.3.6
    SE JDK 6U35 64bit
    Oracle Portal,Forms,Report,and Discoverer Services (11.1.1.4.0)
    1. Create a "icons" folder and place all gif images in there :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\<icons>
    2. Within icons i made a jar file of all gif images :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\icons\jar -cvf frmicons.jar *.gif
    3. Copy this new jar file into :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\
    4. Edit formsweb.cfg file:
    imageBase=codebase
    archive=frmall.jar,frmicons.jar
    5. Edit Registry.dat file:
    default.icons.iconpath=/forms/java
    default.icons.iconextension=gif
    After doing above configuration i create a form and place an icon on the button.
    Set button's icon property = Yes and give name of icon without extension.
    When i run the form not display icons who configure icons.
    Please give the solution how to set icons on button.
    Thanks & regards,
    Java console message :-
    Java Plug-in 1.6.0_25
    Using JRE version 1.6.0_25-b04 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Shiv
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Forms Session ID is formsapp.8
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.2.0
    FRM-92471: unable to load image exit for iconic button item

    Duplicate post. Refer to comments in Push Button Iconic not show in Forms 11g

  • ' delete an app. All apps wiggle incl. the one in questions. However the app I want to delete does not show the x button. I reseted, also restrictions are on with on for apps delete. Suggestions?

    ' delete an app. All apps wiggle incl. the one in questions. However the app I want to delete does not show the x button. I reseted, also restrictions are on with on for apps delete. Suggestions?

    mardemar wrote:
    ... - the only one without an x delete button.
    What is the name of this App and where did you get it...?

Maybe you are looking for

  • Condition type Purchase per delivery and per purchase order??

    Hi Guru's, Please advice. I have 3 questions: 1) Who knows a condition type in a purchase order with the goal that I can register costs per purchase order item ? Example 10 Euro for a certificate per item? 2) The same but now per purchase order 10 Eu

  • Error I don't know how to fix myMessage.text

    Hi, I am getting an error on the below piece of code, the error is showing on the myMessage.text:@"hello xcode"; can anyone see where I'm going wrong?, I am following a self teach manual. Thanks in advace. UILabel *myMessage;    myMessage=[[UILabel a

  • PSE9 Not opening on iMac

    I just got an iMac and installed PSE9.  It WAS working fine, it is registered already, and suddenly today the welcome screen comes up and it will let me open the organizer, but not edit.  I tried to open a picture using the right click 'open with' an

  • Pdf does not load

    When I try to open a PDF on my macbook pro (from 2011) it does not load. thanks Fred

  • Question Marks in Dock

    My computer had been having problems so I went to the genius bar and they reinstalled Leopard for me. Now I'm trying to change all my settings back to how they were but iPhoto and iMovie show up as question marks in the dock. What's going on?