Resetting of radio buttons

Anyone know how to reset radio buttons already grouped into a radiogroup so that none appear to be selected.

Still no one can help me concerning these radio buttons

Similar Messages

  • How to Reset a Radio Button

    Hello,
    I have a radio button that uses a named LOV, with values High, Low, Medium. I want to be able to reset the radio button. I have tried this:
    onchange="$s('P5_RISK', '')"When I click on the selected button, it resets the radiogroup, but when I try to select another button it does nothing. I would like to be able to have the option of selecting a radio button or not. Please advise. I am using APEX 3.2.
    Thanks,
    Mary
    Edited by: MaryM on Aug 24, 2010 7:59 AM

    Jari,
    I tried the below code. It has a little bug with it, though. I am able to click and unclick high, medium, low. But when I click on one of the radio buttons and then click the next field, the radio button loses its state and displays as if nothing was selected. The button's source is an sql query.
    onChange="$f_CheckAll(null, false, $x_FormItems('P16_DFCY_NON_RESLN_RISK', 'radio'));"I placed this in the HTML Form Elements section of the radio button. Please let me know if I entered something incorrectly.
    Thanks,
    Mary

  • Trying to reset a radio button

    Hi Experts,
      I am trying to modify the Bank application in ESS. In there, I have a drop down and a group of radio buttons by Index. When users select "Check" from the drop down, I would like "Paper Check" button to be selected. When users select "Direct Deposit" from drop down, I would like "Checking" radio button to be selected. I have tried a lot of different ways, but it does not work. Any help will be greatly appreciated.
    Thanks a lot
    Preet

    Thanks for taking time to answer my question. I am using NWDS to modify the code. I was looking for an actual code sample which will reset the radio buttons.
    Thanks
    Preet

  • Form Reset When Radio Button Clicked.

    I have two radio buttons.
    One is checked and form elements are visible
    The second, when clicks, makes all but one form element
    uneditable
    When the Second is clicked, I need the form elements to be
    reset.
    Any Ideas?

    Have any ideas that would work for this?
    >I have two radio buttons.
    > One is checked and form elements are visible
    > The second, when clicks, makes all but one form element
    uneditable
    >
    > When the Second is clicked, I need the form elements to
    be reset.

  • Radio buttons not working after resetting

    I have a form with two radio buttons for each question.  Each question is in its own frame "Q1," "Q2," etc.  I also have a btn_Reset created to reset the form, i.e. reset all radio buttons and return to "Q1" frame.  All buttons work as they should, including resetting the radio buttons, however, once I reset the radio buttons and return to "Q1" to start over, the actions associated with each radio button upon clicking on them do not work.  Here's my code:
    //Frame "Begin"
    gotoAndStop("Q1")  //I also define my variables in frame "Begin"
    //Frame "Q1"
    rbtn_YESQ1.onPress = function():Void
         attachMovie("btnReset", "btn_Reset", 1, {_x:0, _y:0});
         btn_Reset.onRelease = function():Void
              xfa.host.resetData("radioGroupQ1"); //this resets my radio buttons in "Q1" frame
              gotoAndPlay("Begin");
    //Once I return to "Begin" frame, my variables are reset to their initial value since that's where I originally defined them, and I go to "Q1" because that's what the code in frame "Begin" says.  Here is where I click on rbtn_YESQ1 again and even though the button does fill in, it does not attach btn_Reset to the stage as defined by rbtn_YESQ1.onRelease function.
    What am I doing wrong?

    Here's the full code for the radio buttons:
    ////Code in frame "Q1"////
    //rbtn_YESQ1 code
    yesListener = new Object();
    yesListener.click = function (evt)
        mc_EmptyReset.attachMovie("btnReset", "btn_Reset", 1);
        mc_EmptyReset.btn_Reset.onRelease = function():Void
            //Places "Reset Confirmation" window on top
            attachMovie("mcResetConfirmation", "mc_ResetConfirmation", getNextHighestDepth(), {_x:24.0, _y:56.0});
            resetConfirmationTween = new Tween(mc_ResetConfirmation, "_alpha", easeNone, 0, 100, .5, true);
            mc_ResetConfirmation.btn_No.onRelease = function():Void
                mc_ResetConfirmation.btn_No.enabled = false;
                mc_ResetConfirmation.btn_Yes.enabled = false;
                resetConfirmationTween.yoyo();
                resetConfirmationTween.onMotionFinished = function():Void
                    removeMovieClip(mc_ResetConfirmation);
            mc_ResetConfirmation.btn_Yes.onRelease = function():Void
                mc_ResetConfirmation.btn_No.enabled = false;
                mc_ResetConfirmation.btn_Yes.enabled = false;
                resetConfirmationTween.yoyo();
                resetConfirmationTween.onMotionFinished = function():Void
                    removeMovieClip(mc_ResetConfirmation);
                    gotoAndPlay("Begin");
    rbtn_YESQ1.addEventListener("click", yesListener);
    //Same code as above btn_NOQ1
    noListener = new Object();
    noListener.click = function (evt)
         //same code as above...
    rbtn_NOQ1.addEventListener("click", noListener);
    ////Code in frame "Begin"////
    gotoAndStop("Q1");

  • How to set / reset radio buttons in screen..

    hi,
    i have 4 radio buttons in my screen, initially only the first one must be active and all other must not be in selected state. at any point of time only one must be selected and based on the selection the subscreen area must be filled with the subscreen.
    whats the code to check if the radio button is selected or how to set the action for the radio button selection ?
    also whats the statement to reset the radio button ?
    thks

    You put them all in a radiobutton group.
    For example:
    PARAMETERS: rb_pres  RADIOBUTTON GROUP rbf,"Presentation Server Files
                            rb_app   RADIOBUTTON GROUP rbf."Application Server Files
    The first one is defaulted to "X", but you can also do that yourself.
    You check the value = "X" to see which is selected or say IS NOT INITIAL.
    Hope this helps,
    Mark

  • Reset Button does not reset Radio Button

    Xcelsius 2008 Engage, 5.1.1.0 (Build 12,1,1,344) - SP1/FP1
    The Reset Button does not appear to be resetting the Radio Button back to its default selection.  I don't know if other components are similarly affected or not, but this appears to be the only one that I'm using that has this problem.  Is this a known issue?
    Just to be clear, everything else appears to be resetting OK at this point, just the one component that retains whatever was selected during a given session.
    This does not kill my ability to go live with a project, but it does look bad.  Any chance this made it onto the list for January's Fix Pack 2?

    Grace &  Sammi,
    Thanks so much for the quick response!
    Just now I repeated the problem using a brand new project devoted to this issue.  It uses a simple spreadsheet, three Radio Objects and a Reset Button.
    -- Radio Button #1 is a "Fruit or Vegetables" selector.  The labels are spreadsheet cells A3-A4 and it insert into cell B3.  Selected Item (default selection) is "Label 1" which is "Fruit".
    -- Radio Button #2 is a "Fruit" selector.  The labels are spreadsheet cells A6-A8 (Apples, Bananas, Oranges) and it inserts into cell B6.  Dynamic Visibility is set on "Fruit" being selected by Radio Button #1.  Selected Item (default selection) is "Label 1" which is "Apples".
    -- Radio Button #3 is a "Vegetable" selector.  The labels are spreadsheet cells A10-A12 (Carrots, Celery, Potatoes) and it inserts into cell B10.  Dynamic Visibility is set on "Vegetables" being selected by Radio Button #1.  Selected Item (default selection) is "Label 1" which is "Potatoes".
    Cell A1 reports the final selection.  Using this formula
    =IF(B3="Fruit","Selected: "&B6,"Selected: "&B10)
    it checks B3 and shows whatever was selected there.
    To repeat the problem in Preview mode:
    1. Pick "Fruit", then "Bananas" (second option).
    2. Pick "Vegetables", then "Potatoes".
    3. Pick "Fruit" from the first Radio component again, and then click Reset.
    You will see that "Fruit" resets back to Apples".  When you click "Vegetables", you will see that "Potatoes" are still selected.  But that Radio should have jumped back to the default "Carrots" selection.  Or at least, that is how I would normally expect a reset button to behave.
    I suspect the issue has something to do with dynamic visibility.  E.g. the Reset Button can't change the state of the invisible component.
    -F

  • Reset radio button

    Hi
    I have one radio button with one static value and I can not remove the check anymore if once I click. How can I reset the radio button?
    Thanks and regards,
    Rui

    i just typed "reset radio button" into google. i then clicked the first link that came up. that page said...
    <quote>
    Unlike Check Boxes, it isn't easy to unset a Radio Button once it has been set. Using:
    document.formName.radioName[indexNumber].checked = false;
    does not work. The only way to unset a Radio Button is to reset the form:
    document.formName.reset();
    Unfortunately this has the effect of resetting everything on the form.
    </quote>
    ...so i guess a workaround to resetting those radiog groups would be to provide some link/button to branch back to the same page while resetting your radiogroup and retaining the other values entered.
    hope this helps,
    raj

  • Report With Multiple Radio Button ,How to reset the values of when selected

    Reaching out to the experts here. I have a report which i created a radio group which saves the value rownum when the radio buton is selected to a hidden item based on an on click event. There are currently 3 radio button , i need to be able to "reset" the value of the other items when more than of the button are selected .I.E. There are 3 buttons, user clicks button one , but then decides they need to click button two , then realizes they really wanted to perform button 3 , I want to be able to "reset" the value of the 1st two hidden items so the only value populated is the 3rd hidden item. I am new to working with these features and scenarios so any and help would be appreciated.
    Here is the report
    SELECT APEX_ITEM.RADIOGROUP(1, ROWNUM, NULL,NULL,'onclick="javascript:$x(''P5_HIDDEN1'').value=' || ROWNUM|| '"') UPDATE_RECORD
    ,APEX_ITEM.RADIOGROUP(1, ROWNUM, NULL,NULL,'onclick="javascript:$x(''P5_HIDDEN2'').value=' || ROWNUM|| '"') DELETE_RECORD
    ,APEX_ITEM.RADIOGROUP(1, ROWNUM, NULL,NULL,'onclick="javascript:$x(''P5_HIDDEN3'').value=' || ROWNUM|| '"') SET_PRIMARY
    ,papf.first_name
    ,papf.last_name
    ,hl.meaning
    ,pp.phone_number
    ,case when phone_type is not null then (select meaning from hr_lookups where lookup_type ='PHONE_TYPE' and pp.phone_type=lookup_code)
    end as phone_type
    ,emrg.primary_contact_flag
    from hr.per_all_people_f papf
    ,apps.hr_lookups hl
    ,apps.per_contact_relationships pcr
    ,apps.per_phones pp
    ,(select contact_person_id,primary_contact_flag
    from apps.per_contact_relationships pcr
    where pcr.person_id = :P5_PERSON_ID
    and contact_type = 'EMRG') emrg
    where pcr.contact_person_id in emrg.contact_person_id
    and pcr.personal_flag='Y'
    and contact_type <> 'EMRG'
    and trunc(sysdate) between date_start and NVL(date_end,'31-DEC-4712')
    and pcr.contact_type = hl.lookup_code
    and hl.lookup_type='CONTACT'
    and pcr.contact_person_id = papf.person_id
    and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date
    and pcr.contact_person_id = pp.parent_id
    and pp.phone_type in (select lookup_code from hr_lookups where lookup_type ='PHONE_TYPE')

    Related thread here How to Pass values from SQL Report into TEXT ITEM ?
    Regards,

  • I need to reset, clear or deselect a group of radio buttons

    I haven't been able to find the answer to this: I have a quiz-like animation that uses a group of radio buttons, I need the group to reset, clear or deselect the previous selection after submitting the answer on each question, is that possible?
    Here is the code:
    stop();
    var messageBox:TextField = new TextField();
    messageBox.text = "";
    addChild(messageBox);
    messageBox.textColor = 0xFF0000;
    messageBox.width = 200;
    messageBox.height =100;
    messageBox.x = 450;
    messageBox.y = 340;
    var userAnswer:int;
    var rbg:Object = rbA.group;
    var finalScore:int;
    btnCheck.addEventListener(MouseEvent.CLICK, nextBtn);
    function nextBtn(evt:MouseEvent):void {
    userAnswer = int(rbg.selectedData);
                if(userAnswer == 0) {messageBox.text = "PLEASE SELECT AN OPTION";
    }else{
    finalScore = finalScore + userAnswer;
    messageBox.text = "";
    nextFrame();
    btnFinish.addEventListener(MouseEvent.CLICK, finishBtn);
    function finishBtn (evt:MouseEvent):void {
    userAnswer = int(rbg.selectedData);
    if(userAnswer == 0) {messageBox.text = "PLEASE SELECT AN OPTION";
    }else{
    finalScore = finalScore + userAnswer;
    if (finalScore > 13){ gotoAndStop(8);
    }else if (finalScore > 9){ gotoAndStop(7);
    }else if (finalScore > 4){ gotoAndStop(6);
    }else {}
    startOver.addEventListener(MouseEvent.CLICK, reStart);
    function reStart(evt:MouseEvent):void {
    gotoAndStop(1);
    finalScore = 0;

    I'm all ears on this one because I checked into this the first time I saw this posting back whenever and couldn't find the solution.  And now I built something that tries to make it happen, and it doesn't.  In the AS3 help docs it doesn't say gets or sets, whereas in the AS2 docs it goes on about doing such things with that property... so maybe they changed the compnent for AS3?
    Here's what I concocted building off a help docs example.  rb3 and rb4 are basically there just to reset rb1 and rb2:
    import fl.controls.RadioButton;
    import fl.controls.RadioButtonGroup;
    var rbg1:RadioButtonGroup = new RadioButtonGroup("group1");
    var rbg2:RadioButtonGroup = new RadioButtonGroup("group2");
    var rb1:RadioButton = new RadioButton();
    var rb2:RadioButton = new RadioButton();
    var rb3:RadioButton = new RadioButton();
    var rb4:RadioButton = new RadioButton();
    rb1.group = rbg1;
    rb2.group = rbg1;
    rb3.group = rbg2;
    rb4.group = rbg2;
    rb1.move(10,10);
    rb2.move(10,50);
    rb3.move(150,10);
    rb4.move(150,50);
    addChild(rb1);
    addChild(rb2);
    addChild(rb3);
    addChild(rb4);
    function resetGroup1(evt:MouseEvent){
    rbg1.selection.selected = false;
    rb1.selected = false;
    rb2.selected = false;
    rb3.addEventListener(MouseEvent.CLICK, resetGroup1);
    rb4.addEventListener(MouseEvent.CLICK, resetGroup1);
    I rarely use radio buttons components.  If I need them, I usually create my own using movieclips.  If you go this route then you'll be able to decide what they can do, you just need to create the functions for controlling their behavior as a group..

  • Reset  Button is Not Working For Radio Buttons In Expand to fit Forms

    Dear All,
    I have a dynamic form in which text fields height is set to expand to fit.The functionality of the reset button is working fine if none of the field expand during filling the form but during filling the form if any fields height expands and then we want to reset the form, all fields are getting refreshed but the radio buttons are not getting refreshed.
    I have also tried by writing script on the click event of the reset button to make the rawvalue of the radio buttons as null.Even though it is not working.
    I am usuing Reader 7.0 to open the form.Is there anything wrong in this reader version or is there any other problem?
    If any body can please help me.
    Thanks a lot in advance
    Regards
    Rakesh

    Check on the Property Palette of the radio_group the Navigation->Keyboard Navigate atribute.It must be Yes.

  • How do you grey out/disable fields under a radio button if another radio button is selected in Adobe Acrobat XI Pro?

    How do you grey out/disable fields under a radio button if another radio button is selected in Adobe Acrobat XI Pro?
    I’m creating a form where the user has three options to make a payment.
    1. charge to my credit card
    2. charge associated costs to bank account
    3. By cheque or money order
    My Problem is, under each option, there are required fields that has to be filled out. So if the user picks the first option, charge to my credit card, they would fill out the required fields (credit card number, expiration date etc.). But when they click submit button to submit the form, it won’t let them, because there are required fields under the second option. Also, I have the radio buttons for the three options setup so that if the user holds the shift key and clicks a radio button, it unchecks it. So what I'm trying to do is this: If the user selects the radio button for option 1, the other two options are greyed out/disabled. And if the user holds down the shift key and clicks radio button for option one again, it unchecks the radio button and the other two options are available again. Is there a way to grey out or disable the two other payment options when the other one is picked. I’m assuming I will have to use javascript, but what would the coding be and which field do I write it under?
    Thanks in advance guys

    You will have to use custom JavaScript to access the various properties of the field object.
    The radio button group has a value. When no button is selected that value is "Off". When an individual button has been selected the value for the group will be the option or export value for that individual button.
    Once you have determined the button selected, then you will know the form fields that need to be made required. You use JavaScript to access those fields and change the "read only" property to false, and set the "required" property to true. For the fields associated with the other options, those fields should be reset, made read only, and have the "required" property set to false.
    Disabling (graying-out) Form Fields
    >> Also, I have the radio buttons for the three options setup so that if the user holds the shift key and clicks a radio button, it unchecks it.
    Radio button in a PDF do not work that way. Only check boxes can be unchecked by clicking on one that has been checked.
    If you plan the coding for the Mouse UP action to test for all possible options and code for each of those options you should have what you want.
    If you want actual code you need to provide a lot more details.
    It is even possible to perform some credit card and bank routing number validations with JavaScript and some check digit formulas.

  • Radio button to determine what text is put into the body of an email

    Hi all,
    I need some help with a radio button and java scripting. This is the code I'm using on a button with a mouse up event using Java script run at the client
    var oSubmit = this.resolveNode("$..#submit");
    var cToAddr = "[email protected]";
    var cCCAddr = "[email protected]";
    var cSubLine = "Security Access Authorization";
    var cBodya = "Dear Help Desk," + "\n" + "\n" +
    "This email serves as my electronic approval for " + "\n" + "\n"
    var cBodyb = "============ SECURITY ACCESS REQUEST DETAILS ================" + "\n" + "\n"
    var cBodyc = (EffDate.length = "")
      if(EffDate.rawValue)
    cBodyc = "Effective Date - " + EffDate.formattedValue + "\n" + "\n"
    var cBodyd = (RadBut.length == "2")
      if(RadBut.rawValue)
    cBodyd = "Status - Create New User Account" + "\n" + "\n"
    var cBodye = (RadBut.length == "3")
      if(RadBut.rawValue)
    cBodye = "Status - Add/Remove Access" + "\n" + "\n"
    var cBodyf = (RadBut.length == "5")
      if(RadBut.rawValue)
    cBodyf = "Status - Terminate" + "\n" + "\n"
    var cBodyg = (RadBut.length == "1")
      if(RadBut.rawValue)
    cBodyg = "Status - Department Transfer from " + "\n" + "\n" 
    var cBodyh = (RadBut.length == "4")
      if(RadBut.rawValue)
    cBodyh = "Request to have name changed to - " + "\n" + "\n";
    oSubmit.target = "mailto:" + cToAddr + "?cc=" + cCCAddr
    + "&subject=" + cSubLine
    + "&body=" + cBodya + cBodyb + cBodyc + cBodyd + cBodye  + cBodyf  + cBodyg + cBodyh ;
    this is the test layout I'm using
    No matter what I try, it always put all of the choices in the body of the email, not just the one I checked. any help would be greatly appreciated...Thanks Erick

    First off welcome to the group! Livecycle can be an interesting program.
    For me I am not very technically proficient in coding so I tend to gravitate to, how you say, less than elegant solutions. What I do is create an Email Submit button for each Radio button. Then I create a dummy Email Submit button (this part will be key later). From the Object Library view on each Email Submit button I set the Email Address and Email Subject that I want. Then I hide all of the Email Submit buttons with the exception of the dummy Email Submit button. From the Action Builder I then create an action on the dummy Email Submit that when the button is clicked to open a dialog box to say "Please Select an Option". I then create an action within the Action Builder on each Radio button to show the corresponding Email Submit button that has the subject line I need while also making sure to hide the dummy Email Submit button (and any other buttons if the user clicks several radio buttons). That worked for me in the past. Then I added a DocuReady event on the dummy Email Submit button to make sure it was visible and the other buttons were hidden once the form was open. Sort of a reset if you will. The downside is if the user changes nothing they still get a prompt to save the changes. I am sure that some of our more advanced coders can offer a fix to your code lines, but that is sort of the non-coder way to go about this.
    Edit: Oh I forgot to say that if you want the buttons to appear the same to the user, just overlay them together. To the user there is no change.

  • Multiple sets of radio buttons no longer working

    Hello All:
    My first post so I apologize in advance if I don't do it
    properly.
    I have a few web forms that have multiple groups of radio
    buttons on them that are suddenly errorring out since we moved to
    CF 7. I started tinkering with the one form that I have posted the
    code for and kept cutting it down to the simplest code that begins
    to produce the error. If I just use 1 radio button group everything
    works fine, but the minute I add the second one, the whole thing
    throws a "Syntax error (missing operator) in query expression"
    message. Each radio button group has it's own group name and a
    checked value. It is very simple code and very frustrating why it
    has suddenly stopped working so any assistance is welcome.
    Here's the form code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    <body background="white" marginheight="0"
    marginwidth="0">
    <cfform action="testSub.cfm" method="POST">
    <table width="95%" border="0" cellpadding="0">
    <tr>
    <td width="24%"><img src="survey.jpg"
    border="0"></td>
    <td width="76%"><p>It is our desire to assure
    that MID is meeting the needs of
    our clients. xxxxxxx
    <p> </p>
    <p>*****************************************************<br>
    </p></td>
    </tr>
    <tr>
    <td colspan="2"><p>Please answer questions 1
    through 4 with a 1 - 5 rating, with 1 being POOR and 5 being
    EXCELLENT.</p>
    <p> You are not obligated to provide this
    information.</p>
    <p><font face="Arial, Helvetica, sans-serif"
    size="2">My Name (First &amp;
    Last):</font> <font face="Arial, Helvetica,
    sans-serif" size="2">
    <cfinput type="Text" name="poc" required="no" size="50"
    maxlength="50">
    <br>
    <b>1. Was
    your service technician polite and
    courteous?</b><br>
    <cfinput type="radio" name="polite" value="1">
    1
    <cfinput type="radio" name="polite" value="2">
    2
    <cfinput type="radio" name="polite" value="3" checked>
    3
    <cfinput type="radio" name="polite" value="4">
    4
    <cfinput type="radio" name="polite" value="5">
    5     </p>
    <p><br>
    <br>
    2. Was
    your service technician polite and
    courteous?</b><br>
    <cfinput type="radio" name="know" value="1">
    1
    <cfinput type="radio" name="know" value="2">
    2
    <cfinput type="radio" name="know" value="3" checked>
    3
    <cfinput type="radio" name="know" value="4">
    4
    <cfinput type="radio" name="know" value="5">
    5     </p>
    <input type="submit" name="btnSubmit" value="Submit My
    Comments!">
    <input type="reset" name="reset" value="Reset
    Form"><br>
    <br>
    </cfform>
    <tr>
    <td> </td>
    <td> </td>
    </tr>
    </table>
    </body>
    </html>
    The ACTION code
    <html>
    <head>
    <title>test</title>
    </head>
    <body>
    <CFIF IsDefined("FORM.btnSubmit")>
    <CFQUERY NAME="Add" datasource="newMID">
    INSERT INTO survey(
    poc,
    polite,
    know
    VALUES (
    '#poc#',
    '#polite#'
    '#know#',
    </CFQUERY>
    </CFIF>
    <cfoutput>
    Thank you. Your IT survey has been forwarded to our NHCPR IT
    mailbox.
    </cfoutput>
    <cfmail to="[email protected]"
    FROM="[email protected]"
    SUBJECT="IT Survey Form">
    Polite: #polite#
    Know: #know#
    POC (opt.): #poc#
    </cfmail>
    </body>
    </html>

    OK. I took out the extra comma. Put a space in after *survey*
    and put "form" in front of the variables in order to scope them. I
    got it to work just then and decided to add the next radio button
    and once again, the error message keeps coming up.
    Here's what it looks like now.
    ACTION
    code***********************************************************
    <html>
    <head>
    <title>test</title>
    </head>
    <body>
    <CFIF IsDefined("FORM.btnSubmit")>
    <CFQUERY NAME="Add" datasource="newMID">
    INSERT INTO survey (
    poc,
    polite,
    know,
    time
    VALUES (
    '#form.poc#',
    '#form.polite#',
    '#form.know#',
    '#form.time#'
    </CFQUERY>
    </CFIF>
    <cfoutput>
    Thank you. Your IT survey has been forwarded to our NHCPR IT
    mailbox.
    </cfoutput>
    <cfmail to="[email protected]"
    FROM="[email protected]"
    SUBJECT="IT Survey Form">
    Polite: #polite#
    Know: #know#
    POC (opt.): #poc#
    Timely: #time#
    </cfmail>
    </body>
    </html>
    The ERROR msg
    Error Executing Database Query.
    [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error in
    INSERT INTO statement.
    The error occurred in
    C:\Inetpub\wwwroot\PaxNew\chiefOscar\testSub.cfm: line 20
    18 : '#form.polite#',
    19 : '#form.know#',
    20 : '#form.time#'
    21 : )
    22 :
    SQL INSERT INTO survey ( poc, polite, know, time ) VALUES (
    'kennedi', '3', '5', '3' )
    DATASOURCE newMID
    VENDORERRORCODE -3502
    SQLSTATE 42000
    Resources:
    Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
    SV1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    Remote Address 10.249.6.81
    Referrer
    http://205.115.107.22/chiefoscar/tsurvey.cfm
    Date/Time 29-Jan-08 02:05 PM
    Stack Trace (click to expand)

  • How do I uncheck a radio button

    I have a set of three radio buttons:
    Field type: exclusion group
    Value type: User entered optional, Default: none
    When one accidentally checks one of these buttons, it cannot be unchecked - or at least so it seems.
    The question is: Does anyone know of a way to make the checkmark disappear, for example by clicking one more time in the checked button?
    I think that this is a common problem and that somewhere in the Livecycle button settings there is something that I have overseen, but I cannot find the solution!
    I am not expierienced with javascript, but if that is what it takes I'm a fast learner.
    Thanks in advance!

    You woudl have to execute a command to reset the RadioButtonList. The command is xfa.host.resetData("the name of the RadioButtonList")
    Now you will need some way for the user to indicate this to you ....you can have a button on the form beside the radiobuttons to reset them  and that code can go on the click event of that button.
    Hope that helps
    Paul

Maybe you are looking for

  • Convert CHARACTER in Oracle to TIMESTAMP

    Hi, One of the mapping in which our team works has one of the source columns from Oracle with Data type as timestamp.One of the sample data looks like 13-OCT-06 03.10.52.448000 PM. When we pull in the data structure of source in Informatica, this col

  • Storing SD invoices in Documentum

    Hi all: I need to store outgoing invoices generated by the sales department into Documentum content server. I've made the following customizing, but I think I need to do anything else, as it doesn't work... NACE: Output Control Chosen V3 (Billing) ap

  • IBook G4 won't start up after installing promted itunes & security update

    HELP. My iBook G4 was prompted to update iTunes & some security update. I always do this when prompted, and restart as requested. I installed the updates and restarted, but this time my iBook won't boot up. It makes the regular chime noise, goes to t

  • Problems uploading book to iPhoto

    last year I put together a photo book of our vacation and had some issues with iphoto uploading the book but finally got it worked out and was able to order the book.  I haven't ordered anything since. This year I have been trying for 5 days to get t

  • Utilities Industry menu does not appear

    Hi,      in my sap menu does not appear Utilities Industry menu. But all IS-U CCS t-codes works fine. What can i do to this menu come back to my sap menu? Thanks, Estevan Stracke Edited by: Estevan Stracke on Jul 18, 2008 2:47 PM