HCM Form Error messages

Hi,
I need a solution on the Adobe form error messages, here the requirement is to throw the error message, if the employee belongs to employee group=3. This error message need to show when the form opens (After Form selected in the process step) . This error message show on the header message area  not on the form header.
Please let me know if any one have solution.
Thanks

Hey Nagaraju,
The problem with throwing errors when the form loads, is that you can't right now.  Errors in the framework can only be thrown when you do a check and send, or run an operation to the backend.
What I've done in the past for throwing an error message for when a form loads, is to have a hidden field somewhere in the form, and if a flag is set detecting an error, then change the status of the field from hidden to visible, and pass the error message to the field.
The other way is to force the form to refresh itself when it loads so the error shows up in the framework.
Hope this helps...
Cheers,
Kevin

Similar Messages

  • HCM Form - Error Message

    Hi,
               I am looking for a sample code to throw an General Error Message while processing an HCM Form in the MSS Portal . I have written all the code in the Enhancement part.Please give some examples.
    Thanks,
    Vind

    I would be helpful to know what component you had enhanced...
    As your question was quite brief I will try to be with an answer
    Given that HCMP&F is FPM based - try looking at FPM_GAF_SFLIGHT_DEMO and the method of the controller - CHECK_FLIGHT_DATA. Here a message is reported if various fields are not populated.
    Chris

  • Locating Oracle Forms Error Messages File to Load into Table

    I would like to create a procedure to suppress and replace Form errors and messages via ON-ERROR and ON-MESSAGE triggers.
    Is there a file that I can load the ERROR Messages from using SQLLDR?
    I have loaded the Oracle error file, $ORACLE_HOME/rdbms/mesg/oraus.msg as identified by Tom Kyte in the following link,
    http://asktom.oracle.com/pls/ask/f?p=4950:8:13189517973890228983::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:558822941373
    but it did not contain Forms Errors Messages such as:
    FRM-40106: No navigable items in destination block.
    FRM-40202: Field must be entered
    FRM-40401: No changes to save
    FRM-40405: No changes to apply
    etc.
    Any help in getting these error messages in a table, other than typing or copy/paste from Forms online help would be greatly appreciated.

    kolipaka wrote:
    Need to write control file to read .csv file for sql*load utility into oracle table.
    Thanks
    KLRWe're sorry that google is broken for you at this time.
    Please try our alternative search site...
    http://lmgtfy.com/?q=oracle+sql*loader+control+file+example
    or
    http://lmgtfy.com/?q=oracle+external+table+example

  • Forms Error Message

    Hi,
    I am using Forms 9i Version 9.0.2.9.0 and Database Oracle 9i Enterprise Edition Release 9.0.1.1.1.
    Database and Developer are in the same computer (Windows XP Professional). Folders are ora90 and 9iDSHome respectively. OC4J is running properly. My problems are:
    1)After building a form, when I am running it after
    compilation, it shows Error FRM-90928 : Positional
    parameter after key on command line. I don't know the
    reason. Even I have made a control block without any
    database item, and when running, it is still showing
    the same message.
    2)I don't know how to get Forms Error message or
    Database Error messages. In earlier versions of Oracle
    there were ways to get these messages, but I could
    not get any in Oracle 9i.
    Could anybody please help me in this regard?
    Sarwar

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the Oracle Technology Network (OTN) > Products > Developer Suite > Forms forum.
    OTN

  • Forms Error Message Documentation

    Dear Colleague,
    Could someone please give me a link to documentation that contains the explanations of the Forms Error Messages, e.g. FRM-99999 etc.
    I have not been able to find it in OTN.
    Kind regards,
    Randy

    Yes, there are all available from the online help of the Forms builder.
    click the Summary panel, then the reference -> All Forms error messages link
    Francois

  • How to suppress Oracle Seeded Form Error Message

    I have a requirement to suppress the oracle seeded form error message.
    How this can be done. Can any one please advise?
    Thanks,
    Ananga

    Also, a redirect is possible - look for note 555137.1 in My Oracle Support.
    -Vinod

  • Form Error Message: Invalid relation attribute on pageSet xfa

    Hi,
    I've developed a form that many folks are using without any issues. However, I do have a small number of users that get the following error message when opening the form.
    Error Message:  Invalid relation attribute on pageSet xfa[0].template[0].form1[0].#pageSet[0]
    This error only appears to come up if they are using Adobe Acrobat Pro Version 8. No issues on versions 9 or 10 (X). The form is suppose to be compatible back to version 7.
    My main form is called (form1). Then there are 4 major sub forms under (form1), The top drop down (on the masterpage) hides or displays one of the major sub forms based on user selection.
    I have a hunch that something with the generated code not jiving well with Acrobat 8.
    Here's a snippet of the code if you'd like to look through it.
    form1.#pageSet[0].MasterPage1.FormActionDropDown::change - (JavaScript, client)
    //+ GENERATED - DO NOT EDIT (ID:D2FF16C4-6D1F-45D4-ACB7-0DB7CE14229F CRC:3650232787)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","visible")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","ADD NON-PA User")
    //+ ActionName: DropDown.change.NonPA
    if ($.boundItem(xfa.event.newText) == "ADD NON-PA User") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "visible";
      this.resolveNode("ChangePAForm").presence = "hidden";
    //+ GENERATED - DO NOT EDIT (ID:662A28BD-A30A-4E6D-92CD-6FF22B0EFB5D CRC:2945493746)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","visible")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","DELETE EXISTING PA")
    //+ ActionName: DropDown.change.DeletePA
    if ($.boundItem(xfa.event.newText) == "DELETE EXISTING PA") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "visible";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "hidden";
    //+ GENERATED - DO NOT EDIT (ID:66B7091F-75C5-4A73-8ACA-885AE42D0308 CRC:2169512649)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","visible")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","hidden")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","CHANGE / MODIFY EXISTING PA")
    //+ ActionName: DropDown.change.ChangePa
    if ($.boundItem(xfa.event.newText) == "CHANGE / MODIFY EXISTING PA") {
      this.resolveNode("PAForm").presence = "hidden";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "visible";
    //+ GENERATED - DO NOT EDIT (ID:C87B58DB-765D-426C-81BB-5A7ECFF42B63 CRC:2949030955)
    //+ Type: Action
    //+ Result4: SetPresence("$Node5","hidden")
    //+ Result3: SetPresence("$Node4","hidden")
    //+ Result2: SetPresence("$Node3","hidden")
    //+ Result1: SetPresence("$Node2","visible")
    //+ Node5: form1[0].ChangePAForm[0]
    //+ Node4: form1[0].Non-PAForm[0]
    //+ Node3: form1[0].DeletePAForm[0]
    //+ Node2: form1[0].PAForm[0]
    //+ Node1: form1[0].#pageSet[0].MasterPage1[0].FormActionDropDown[0]
    //+ Condition1: ListField("$Node1","textselected","CREATE NEW PA")
    //+ ActionName: DropDown.change.NewPA
    if ($.boundItem(xfa.event.newText) == "CREATE NEW PA") {
      this.resolveNode("PAForm").presence = "visible";
      this.resolveNode("DeletePAForm").presence = "hidden";
      this.resolveNode("Non-PAForm").presence = "hidden";
      this.resolveNode("ChangePAForm").presence = "hidden";

    You should post this question in the LiveCycle Designer forum here. This forum is for forms created in Acrobat (Acroforms).

  • FORM ERROR Message

    How I can display the my message which is use in my PL/SQL on form not on self service page.
    I used the following code
    hr_utility.set_message(800,'XX_SAL_ADV');
    hr_utility.raise_error;
    but on form only show XX_SAL_ADV not which I define in application Developer message(Description) I want error message with full description
    when I used full description in this hr_utility.set_message(800,'this is not applicable for current user') it give error FRM-40735 ON-UPDATE trigger raise Unhand-led exception ORA-06502
    Edited by: user12879396 on Feb 11, 2013 5:33 AM

    FND_MESSAGE.SET_NAME('PER','XX_SAL_ADV');
    FND_MESSAGE.SET_TOKEN('c_balance', c_balance);
    APP_EXCEPTION.RAISE_EXCEPTION;
    I used the above code and define message in application Developer-->application-->message as below
    Name----------------: XX_SAL_ADV
    Language------------: US
    Application---------: Human Resources
    Type----------------: 30% Exception Prompt
    Maximum Lengthe-----: Blank
    Description---------: Blank
    Alert Category------: Blank
    Alert Severity------: Blank
    Log Severity--------: Blank
    Current Message Text : You can not Processed for further information contact to HR Department
    whil it display message like below
    XX_SAL_ADV(C_BALANCE=90)
    here token C_Balance get perfect Value in my pl/SQL while Current Message Text did not display.
    further when I save message I also run the following concurrent program
    Generate Messages with this parameter
    Language-----------------------:US
    Application--------------------:Human Resources
    Mode---------------------------:DB_TO_RUNTIME
    File Application Shortname-----:Blank
    Filename-----------------------:Blank
    while I used the seeded message it work fine like below
    FND_MESSAGE.SET_NAME('PER','HR_449741_EMP_FPD_ATD');
    FND_MESSAGE.SET_TOKEN('c_balance', c_balance);
    it display as below
    APP-PER-449741 :You cannot set the Final Process date to be earlier than or equal to the Last Standard Process
    date or the Actual Termination date..(C_BALANCE=90)
    while I Change in seeded no effect display after changes

  • Forms Error Message displayed twice

    But on clicking the save button to commit the changes in the form, the validation trigger fires and the error message is displayed twice. This is once for the item and at the other at the form level.
    The error message has to be displayed only once i.e. while submitting the form by clicking the save button. Please suggest.
    Thanks in advance.
    Edited by: sri_menon on Sep 24, 2008 8:30 AM

    Do you alter the data in your Character Item through a program unit? Since you only have a WVI trigger at the item level, something in the form is causing the status of the item to become "Dirty" or "Invalid" after the WVI trigger fires. Therefore, Forms fires the WVI trigger again. Something else you can try is to turn "Debug Messages" on (go to Preferences => Runtime tab => check Debug Messages). This will display an Alert for each trigger that fires during Runtime. Then you can record all of the triggers that fire after the WVI trigger fires the first time. Once you know which trigger fire between the first execution of the WVI and the second execution of WVI then you can put break points in these triggers and then run the Form with the Debugger and see what it happening during the validate cycle. If you are using Form6i, the debugger is very easy to use. If you on Form 9 or greater, there is some setup that must be done to debug the web deployed form, but it well worth the setup to be able to debug your form.
    Hope this helps.
    Craig...
    Edited by: CraigB on Sep 25, 2008 8:18 AM

  • Adobe Forms Error Message 'Error when transforming object data'

    Hi,
      When i tried to save(Adobe Forms) after making changes in Layout its giving an error message 'Error when transforming object data' and takes me out of the transaction. How do i solve this ? Can anyone help me out.
    Thanks and Regards,
    Franklin.

    hi
      I have the same problem , plz help me out
    thanks

  • E-mail signup web form - Error message

    My index page has a newsletter signup web form. The workflow attached works, but when a user enters their e-mail and clicks "submit" they get an error message. I used a bc gurus template and this is the one thing I cannot find, how to change the link of the submit button or fix the confirmation. url is thesoleconnectionllc.com
    I'm stumped, help would be greatly appreciated!!
    Thanks

    It is a module inserted basic implementation.
    It allows for drag and drop ordering which will update the form and any changes and new additions will update the form - which is what is happening in your case.
    ID's etc changing have no baring on what is happening.
    But what your saying... I am not sure your seeing what your saying. Even in this case I do can not replicate what your doing.
    This is a test form:
    The ID is - CAT_Custom_19956061
    I can edit auto responder, I can add new fields, I can save and update the form in the admin, go into another part of the admin and come back - the ID for this field NEVER changes. The Script ID etc in the html of course updates if I make changes this never changes.
    The ONLY way this changes is if I delete and remake the field.
    So you need to make a BC support ticket. Your either doing something critical like removing and re-adding the form fields and not stating that here or, for what ever reason on that site only there is an issue.

  • How to Disable a Standart Oracle Forms Error Message?

    Hello,
    On 'Work Incidents' page, we are using 'REPORT_TIME' field for the work starting time. But when we enter a time for work starting time, that is before the 'Incident Time' we get the "APP-PER-289032: The value for Report Time cannot be earlier than the value for Incident Time if Report Date is the same date as Incident Date" error message. I want to disable this error message. How can I do this?
    Thank you...
    Emrah Özgün

    Welcome to the forums !
    Pl post details of your OS and EBS versions. One option could be to use forms personalization
    395117.1 - Form Personalizations in Oracle Applications (Release 12)
    279034.1 - Information About the Oracle Applications Form Personalization Feature in 11i
    468657.1 - How To Do Forms Personalization
    744069.1 - Sample Testcase For Using Form Personalization In Oracle Applications
    Another option could be to use CUSTOM.pll
    438922.1 - ORDER MANAGEMENT SUITE - USAGE OF CUSTOM LIBRARY CUSTOM.pll
    747508.1 - How To Call Code Logic Or Procedure In CUSTOM.PLL Using Form Personalization - Builtin 'Call Custom Library'
    HTH
    Srini

  • Weird "undefined in form" error message: but is defined--can anyone help?

    Here is the <form> code:
    <!---Dynamically generated list of bowling center names--->
    <cfselect class="selectBox" name="regHomeCntr">
    <option selected="selected">Where is your home bowling center?</option>
    <cfloop query="getBowlCenters">
    <option value="#getBowlCenters.ctrName#">#getBowlCenters.ctrName#</option>
    </cfloop>
    the <cfform> passes the above info to template (below) for insertion into DB. Everything processes successfully (as can be seen by the variable table at the top of the web page). Even the name of the bowling center is passed as a variable to the processing page, but CF keeps telling me the variable is undefined although I can see that it has passed the variable to the next page. I thought it was because I had the <CFSELECT> wrong, but the variable is being passed no matter what is selected. I am stumped.
    Here is the code that is crashing:
    <cfquery name="getTournaments" datasource="#dbs#">
        SELECT *
        FROM tournamentFeatures
        WHERE tName = '#URL.tName#'
    </cfquery>
    <table>
    <tr>
    <td><strong>Variable Name</strong></td>
        <td><strong>Value</strong></td>
    </tr>
    <!--- Loops over the URL structure and outputs variable names and associated values --->
    <cfloop collection="#URL#" item="VarName">
    <cfoutput>
    <tr>
    <td>
        #VarName#</td>
        <td> #URL[VarName]#</td>
    </tr>
    </cfoutput>
    </cfloop>
    </table>
    <p></p>
    <table>
    <tr>
    <td><strong>Variable Name</strong></td>
        <td><strong>Value</strong></td>
    </tr>
    <!--- Loops over the FORM structure and outputs variable names and associated values --->
    <cfloop collection="#form#" item="VarName">
    <cfoutput>
    <tr>
    <td>
        #VarName#</td>
        <td> #form[VarName]#</td>
    </tr>
    </cfoutput>
    </cfloop>
    </table>
    <!---Inserts new tournament registration into the registration table--->
    <cflock name="addRegistrationRecord" type="exclusive" timeout="20">
    <cftransaction>
    <cfquery name="insertRegistration" datasource="RBDS">
    INSERT INTO
         tournamentReg
    SET
        tName = #URL.tName#,
         tDate = '#URL.tDate#'
         regDateTime = '#URL.regDateTime#',
         regNumber = '#URL.regNumber#'
         regFName = '#form.regFName#',
         regLName = '#form.regLName#',
         streetAddr = '#form.streetAddr#',
         cityStateZip = '#form.CityStateZip#',
         regPhone = '#form.regPhone#',
         regEmail = '#form.regEmail#',
         lastBook = '#form.lastBook#',
         usbcCard = '#form.usbcCard#',
            <cfif tName EQ #URL.tname# AND 'doubles' IS 'yes'>
              bowlWith2 = '#form.bowlWith2#',
            <cfelseif tName EQ #URL.tname# AND 'threePerTeam' is 'yes'>
              bowlWith3 = '#form.bowlWith3#',
            <cfelseif tName EQ #URL.tname# AND 'fourPerTeam' IS 'yes'>
              bowlWith4 = '#form.bowlWith4#',
            <cfelseif tName EQ #URL.tname# AND 'fivePerTeam' IS 'yes'>
              bowlWith5 = '#form.bowlWith5#',
            <cfelse>
              singlesTournament = '#form.singlesTournament#'
            </cfif>
              regHomeCntr = '#form.ctrName#'      (CRASHES HERE)
    WHERE
         tName = '#URL.tName#' AND tDate = '#URL.tDate#'
    </cfquery>
    Try the code for yourself on a live site to see what I mean.
    Go here first: http://www.renobowls.com/tournaments.cfm, then click on the button to the right of Test 2. You don't have to fill in any of the text areas but select one of the Bowling Centers from the drop down box. Then click "Register Me." You will see all the variables passed by the form at the top of the page...INCLUDING the Bowling Center you just selected from the drop down box on the previous page. How can it be passing the variable yet the query (insertRegistration) states it is not defined!!! UHGRRRR...

    Well...hmmm. This is a new one on me. Used to be so easy. What happened? I made the necessary changes but I am getting a totally new error message. I have checked the number of query fields against DB...all checks. Did the same in my queries (unless I am missing something). It states that I have a syntax error. Where? What? I cannot for the life of me see it. But then again we know how that works...looking at the same code all day. Here is what I start with:
    <cfquery name="addRegistration" datasource="RBDS">
    INSERT INTO
    tournamentReg
            (tDate, tName, regDateTime, regNumber, regFName, regLName, streetAddr, cityStateZip,
            regPhone, regEmail, lastBook, usbcCard, regNotify, regReturn, regMembership,
            regLeague, ctrName,
            <cfif tName EQ #URL.tName# AND 'doubles' IS 'yes'>
            BowlerTwoName, BowlerTwoBook,
            <cfelseif tName EQ #URL.tname# AND 'threePerTeam' is 'yes'>
            BowlerTwoName, BowlerTwoBook,
            BowlerThreeName, BowlerThreeBook,
            <cfelseif tName EQ #URL.tname# AND 'fourPerTeam' IS 'yes'>
            BowlerTwoName, BowlerTwoBook,
            BowlerThreeName, BowlerThreeBook,       
            BowlerFourName, BowlerFourBook,
            <cfelseif tName EQ #URL.tname# AND 'fivePerTeam' IS 'yes'>
            BowlerTwoName, BowlerTwoBook,
            BowlerThreeName, BowlerThreeBook,       
            BowlerFourName, BowlerFourBook,
            BowlerFiveName, BowlerFiveBook)
            <cfelse>
            singles,  )
      </cfif>
        VALUES
                <cfif tName EQ #URL.tname# AND 'doubles' IS 'yes'>
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerTwoName#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerTwoBook#">,
                <cfelseif tName EQ #URL.tname# AND 'threePerTeam' is 'yes'>
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerTwoName#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerTwoBook#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerThreeName#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerThreeBook#">,
                <cfelseif tName EQ #URL.tname# AND 'fourPerTeam' IS 'yes'>
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerTwoName#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerTwoBook#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerThreeName#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerThreeBook#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerFourName#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerFourBook#">,
                <cfelseif tName EQ #URL.tname# AND 'fivePerTeam' IS 'yes'>
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerTwoName#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerTwoBook#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerThreeName#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerThreeBook#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerFourName#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerFourBook#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerFiveName#">,
                     <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.BowlerFiveBook#">,
                <cfelse>
                  <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.singles#">,
                </cfif>
            <cfqueryparam cfsqltype="CF_SQL_DATE" value="#URL.tdate#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#URL.tname#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#URL.regDateTime#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#URL.regNumber#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.regFName#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.regLName#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.streetAddr#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.cityStateZip#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.regPhone#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.regEmail#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.lastBook#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.usbcCard#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.regNotify#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.regReturn#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.regMembership#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.regLeague#">,
                <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.ctrName#">
    </cfquery>
    Here is what I get:
    Variable Name
    Value
    TNAME
    Teusday
    REGNUMBER
    5219531
    TDATE
    3/13/10
    REGDATETIME
    02/16/10 - 7:58:00 PM
    Variable Name
    Value
    CTRNAME
    Gold Dust West Bowling Center
    REGPHONE
    813-0850
    REGNOTIFY
    Yes
    REGEMAIL
    [email protected]
    REGRETURN
    Yes
    USBCCARD
    8130-5042
    REGLEAGUE
    No
    LASTBOOK
    191
    REGFNAME
    Rick
    CITYSTATEZIP
    Reno, NV 89523
    REGISTER
    Register Me
    SINGLES
    yes
    REGNUMBER
    9503574
    REGMESSAGE
    test 7:45PM
    FIELDNAMES
    REGNUMBER,REGDATETIME,REGFNAME,REGLNAME,REGPHONE,REGEMAIL,CTRNAME,USBCCARD,LASTBOOK,STREET ADDR,CITYSTATEZIP,SINGLES,REGNOTIFY,REGRETURN,REGMEMBERSHIP,REGLEAGUE,REGMESSAGE,REGISTER
    STREETADDR
    105 N. McCarran Blvd.
    REGLNAME
    Rossiter
    REGMEMBERSHIP
    No
    REGDATETIME
    02/16/10 - 7:44:48 PM
    Error Occurred While Processing Request
    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\renobowls\forms\ProcessRegistration.cfm: line 323
    Called from C:\Inetpub\wwwroot\renobowls\forms\ProcessRegistration.cfm: line 218
    Called from C:\Inetpub\wwwroot\renobowls\forms\ProcessRegistration.cfm: line 217
    Called from C:\Inetpub\wwwroot\renobowls\forms\ProcessRegistration.cfm: line 1
    Called from C:\Inetpub\wwwroot\renobowls\forms\ProcessRegistration.cfm: line 323
    Called from C:\Inetpub\wwwroot\renobowls\forms\ProcessRegistration.cfm: line 218
    Called from C:\Inetpub\wwwroot\renobowls\forms\ProcessRegistration.cfm: line 217
    Called from C:\Inetpub\wwwroot\renobowls\forms\ProcessRegistration.cfm: line 1
    321 :             <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.regMembership#">,
    322 :             <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.regLeague#">,
    323 :             <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form.ctrName#">
    324 :   )
    325 : 
    SQL
       INSERT INTO tournamentReg (tDate, tName, regDateTime, regNumber, regFName, regLName, streetAddr, cityStateZip, regPhone, regEmail, lastBook, usbcCard, regNotify, regReturn, regMembership, regLeague, ctrName, singles, ) VALUES ( (param 1) , (param 2) , (param 3) , (param 4) , (param 5) , (param 6) , (param 7) , (param 8) , (param 9) , (param 10) , (param 11) , (param 12) , (param 13) , (param 14) , (param 15) , (param 16) , (param 17) , (param 18) )
    DATASOURCE
      RBDS
    VENDORERRORCODE
      -3502
    SQLSTATE
      42000

  • Unable to test form - error message

    Error message appears each time I attempt to test form.

    Would you please post the form link?
    Also, would you consider sharing the form with me so I can look at it? My id is my first initial and last name AT adobe.com.
    Thanks,
    Shannon

  • Web Form Error Message

    I have a very large collection form although it only has 14 "Required fields
    When I press submit, I get a new page with the following message -
    ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page.
    Name and email are definitely there, and I have tested every field and submitted data.
    However if I enter just my name and email address, then all the other required fields are ignored.
    I cut down the code to only include the fields that are important to check - same result
    here it is
    <script type="text/javascript" src="http://propertywealthpartners.businesscatalyst.com/CatalystScripts/ValidationFunctions.js"></script>
                <script type="text/javascript">
    //<![CDATA[
    var submitcount75734 = 0;function checkWholeForm75734(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name");if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value);if (theForm.HomeAddress) why += isEmpty(theForm.HomeAddress.value, "Home Address");if (theForm.HomeCity) why += isEmpty(theForm.HomeCity.value, "Home City");if (theForm.HomeState) why += isEmpty(theForm.HomeState.value, "Home State");if (theForm.HomeZip) why += isEmpty(theForm.HomeZip.value, "Home Zipcode");if (theForm.HomeCountry) why += checkDropdown(theForm.HomeCountry.value, "Home Country");if (theForm.CellPhone) why += isEmpty(theForm.CellPhone.value, "Cell Phone Number");if (theForm.CAT_Custom_19946743) why += isEmpty(theForm.CAT_Custom_19946743.value, "Your Age");if (theForm.CAT_Custom_19946749) why += checkDropdown(theForm.CAT_Custom_19946749.value, "Marital Status");if (theForm.CAT_Custom_19946750) why += checkDropdown(theForm.CAT_Custom_19946750.value, "Living Arrangements");if (theForm.CAT_Custom_19947405) why += isEmpty(theForm.CAT_Custom_19947405.value, "What would you like to discuss at our first meeting?");if (theForm.CAT_Custom_19947406) why += isEmpty(theForm.CAT_Custom_19947406.value, "What would you like to achieve in the next 5 years.");if (theForm.CAT_Custom_19948331) why += checkDropdown(theForm.CAT_Custom_19948331.value, "Please read and consent to our use of your information as per our Privacy Statement");
    if(why != ""){alert(why);return false;}if(submitcount75734 == 0){submitcount75734++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
    I checked it against another smaller form, which is working but can't see any difference between the first few lines and last lines.

    It is a module inserted basic implementation.
    It allows for drag and drop ordering which will update the form and any changes and new additions will update the form - which is what is happening in your case.
    ID's etc changing have no baring on what is happening.
    But what your saying... I am not sure your seeing what your saying. Even in this case I do can not replicate what your doing.
    This is a test form:
    The ID is - CAT_Custom_19956061
    I can edit auto responder, I can add new fields, I can save and update the form in the admin, go into another part of the admin and come back - the ID for this field NEVER changes. The Script ID etc in the html of course updates if I make changes this never changes.
    The ONLY way this changes is if I delete and remake the field.
    So you need to make a BC support ticket. Your either doing something critical like removing and re-adding the form fields and not stating that here or, for what ever reason on that site only there is an issue.

Maybe you are looking for

  • Help menus not working for CS5 Production Premium

    I have installed the trial version of CS5 Production Premium on a Windows 7 64-bit PC. I canot get the Help menus to work for any of the applications. Is this a limitation of the CS5 trial version? I recently purchased Premiere Elements, but I did no

  • Calling function in mxml mod

    I have my main mxml file and then I have a module that I have developed... I want to be able to call a function in that module from my main application... This is what I have done, and it keeps giving an error saying this: TypeError: Error #1009: Can

  • Bridge running slooooowly

    Mac 10.4.11, 1.5 GB DDR SDRAM, Dual 2 GHz PowerPC G5. Adobe Bridge CS3 2.1.1.9 When I open Bridge, it takes a few minutes to load the thumbnails, even if it's just a folder with a few files. If I click the yellow button to put the window in the dock,

  • Can't get PC with SMC to see the airport extended network

    Problem: My wireless notebooks get a weak signal next to the airport express antenna. Problem Description: We have installed the airport to extend a wireless network. It seems that it is installed properly as the airport light is green continously. A

  • Verification Failed message.

    I have received a 'Verification Failed' message while trying to set up icloud on my ipad. Can anyone help please?