Forms 6i Error Messages

Does anyone know where I may find the Error Codes and Messages for Form 6i errors? I am developing a form and would find this helpful.
The Forms 6i install CD has installed several documents and manuals but NONE for Errors !

Hi John,
Help on Built-ins & Error Messages are in Forms itself.
Click the Help Menu (Extreme Right) => Form Builder Help Topics. Type the Error Number (eg. FRM-10000)/ Built-in Name. It provides list of related topics, click Display and detail help is provided.
Have a nice day.
Mohammed Osman

Similar Messages

  • PHP Form causing error message

    Hi,
    I am trying to create a page whereby users can fill in their details so I can transfer them into a business card. It's basically just a slightly modified version of my Contact form, which works fine. Yet for some reason it's spitting out this error message:
    "Warning: Invalid argument supplied for foreach() in /home/reasona2/public_html/business_cards/pages/businesscard.php on line 17 
    Warning: Cannot modify header information - headers already sent by (output started at /home/reasona2/public_html/business_cards/pages/businesscard.php:17) in /home/reasona2/public_html/business_cards/pages/businesscard.php on line 29" 
    I'm using the following HTML: 
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Business Cards</title>
    <link href="rpw1.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <form action="businesscard.php" method="post">
    </head> 
    <body onload="MM_preloadImages('buttons/home2.png','buttons/services2.png','buttons/prices2.png ','buttons/examples2.png','buttons/contact2.png','business_cards/classic_contemporary_whit e.jpg','business_cards/classic_contemporary_black.jpg','business_cards/classic_contemporar y_cream.jpg')">
    <div id="header"><img src="header_background.png" width="850" height="27" /></div>
    <div id="wrapper">
      <div id="banner">
        <div id="phone">
          <p class="bold_centre">Call us now on:</p>
          <p><img src="phone.png" width="16" height="13" /> 0845 567 413</p>
        </div>
      </div>
      <div id="menu"><a href="home.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Home','','buttons/home2.png',1)"><img src="buttons/home.png" name="Home" width="116" height="40" border="0" id="Home" /></a><a href="services.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Services','','buttons/services2.png',1)"><img src="buttons/services.png" name="Services" width="116" height="40" border="0" id="Services" /></a><a href="prices.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Prices','','buttons/prices2.png',1)"><img src="buttons/prices.png" name="Prices" width="116" height="40" border="0" id="Prices" /></a><a href="examples.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Examples','','buttons/examples2.png',1)"><img src="buttons/examples.png" name="Examples" width="116" height="40" border="0" id="Examples" /></a><a href="jobs.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Jobs','','buttons/jobs2.png',0)"><img src="buttons/jobs.png" name="Jobs" width="116" height="40" border="0" id="Jobs" /></a><a href="contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Contact','','buttons/contact2.png',1)"><img src="buttons/contact.png" name="Contact" width="116" height="40" border="0" id="Contact" /></a>
    <p> </p>
      </div>
      <div id="main">
        <div id="page_header">
        <h2>Classic: Contemporary</h2>
        </div>
        <div id="card_gallery_div">
          <div id="card_main"><img src="business_cards/classic_contemporary_white.jpg" name="card_large" width="378" height="529" id="card_large" /></div>
          <div id="card_description">
            <p>Description of card to go here</p>
          </div>
          <div id="card_choices">
            <form action="" method="post" enctype="multipart/form-data" name="form2" id="form2">
              <p>Please choose from the following colour options:
                <br />
              </p>
              <p> </p>
              <p><img src="business_cards/colour_blocks/white.jpg" alt="" name="block1" width="40" height="40" id="block1" />
                <input name="radio" type="radio" id="white" onclick="MM_swapImage('card_large','','business_cards/classic_contemporary_white.jpg',1)" value="white" checked="checked" />
                White  <img src="business_cards/colour_blocks/black.jpg" alt="" name="block2" width="40" height="40" id="block2" />
                <input name="radio" type="radio" id="black" onclick="MM_swapImage('card_large','','business_cards/classic_contemporary_black.jpg',1)" value="black" />
                Black  <img src="business_cards/colour_blocks/cream.jpg" alt="" name="block3" width="40" height="40" id="block3" />
                <input name="radio" type="radio" id="cream" onclick="MM_swapImage('card_large','','business_cards/classic_contemporary_cream.jpg',1)" value="cream" />
              Cream</p>
              <p> </p>
    <p>Please provide the following information as you would like it to appear on your new Business Cards:</p>
              <p> </p>
              <p>Name:</p>
              <p>
                <input name="name" type="text" id="name" size="45" />
              </p>
              <p> </p>
              <p>Job Title:</p>
              <p>
                <input name="job" type="text" id="job" size="45" />
              </p>
              <p> </p>
              <p>Tel No:</p>
              <p>
                <input name="phone" type="text" id="phone2" size="45" />
              </p>
              <p> </p>
              <p>Mobile No:</p>
              <p>
                <input name="mobile" type="text" id="mobile" size="45" />
              </p>
              <p> </p>
              <p>Email:</p>
              <p>
                <input name="email" type="text" id="email" size="45" />
              </p>
              <p> </p>
              <p>Website:</p>
              <p>
                <input name="website" type="text" id="website" size="45" />
              </p>
              <p> </p>
              <p>Upload Logo: </p>
              <p>(Please ensure all files are minimum 150dpi)</p>
              <p>
                <input name="file" type="file" id="file" />
              </p>
              <p>           </p>
              <p>
                <input type="submit" name="submit" id="submit" value="Submit" />
              </p>
            </form> 
    With the following PHP script: 
    <?php
    if(isset($_POST['submit'])) { 
    $to = "[email protected]";
    $subject = "Business Card Order";
    $method = $_POST['radio'];
    $name_field = $_POST['name'];
    $job_field = $_POST['job'];
    $phone_field = $_POST['phone'];
    $mob_field = $_POST['mobile'];
    $email_field = $_POST['email'];
    $web_field = $_POST['website'];
    $address_field = $_POST['address']; 
    foreach($_POST['check'] as $value) { 
    $check_msg .= "\n$value\n"; 
    $body = "Business Card Colour: $method\n\n Name: $name_field\n\n Job Title: $job_field\n\n Phone: $phone_field\n\n Mobile: $mob_field\n\n E-Mail: $email_field\n\n Website: $web_field\n\n Address: $address_field "; 
    $header="From: $email_field\r\n"; 
    mail($to, $subject, $body,$header); 
    header("Location: businesscard_thanks.html"); 
    } else { 
    echo "blarg!"; 
    ?> 
    Can anyone help fix the PHP so the error message goes away? 
    I'd also like to include an option for users to upload a file so they can supply a logo if they want to. I've already got the HTML side of that sorted, but can anybody advise what to do with the PHP? 
    Thanks very much in advance! 
    Oli Corse

    The error message is pretty clear:
    Warning: Invalid argument supplied for foreach() in /home/reasona2/public_html/business_cards/pages/businesscard.php on line 17
    It refers to this section of code:
    foreach($_POST['check'] as $value) {
      $check_msg .= "\n$value\n";
    I can find no form elements with the name check[]. To use foreach, it must be an a valid array.
    It's difficult for others to pick through such a morass of code, but one thing I noticed is that you have an opening form tag inside the head of the page. Before asking for help in a forum, it's always a good idea to validate your code.
    I'd also like to include an option for users to upload a file so they can supply a logo if they want to. I've already got the HTML side of that sorted, but can anybody advise what to do with the PHP?
    There are instructions on how to upload images to a website in the Dreamweaver Cookbook here: http://cookbooks.adobe.com/post_Upload_image_to_website__PHP_-16389.html. The article doesn't cover how to attach the image to an email. The standard PHP mail() function doesn't handle attachments.

  • Submitting a PDF form and Error Message

    One of my users received the following error message when submitting a PDF form: "An error occurred during the submit process. The server has an invalid SSL certificate." Can anyone tell me what this error is and how do I prevent it?

    I have had the same error - we are behind a webfilter which is very tight
    can you please advise the domains i need to whitelist?
    many thanks
    Bruce

  • 9i form builder error message

    I've just installed Developer9i. I'm trying to run my first form, but got
    an error. It says:
    "Frm-10402: The HTTP Listener is not running on computer_name at por8888.
    Please start you listener or check your runtime preferences."
    What should I do to overcome this? Thank you very much for your advice!

    I ran the OC4J, and java applet was started but still got the error message:
    "FRM-40010:cannot read form (my file's path goes here)userid='scott/tiger@machine's name'ssouserid=" debug='no'...."
    what's the problem now?

  • Forms 6i Error Messages and Codes Manual

    Does Forms6i have a separate Error Messages and Codes Manual the way Form4.5 had ?
    Thanks.

    Hi John,
    Help on Built-ins & Error Messages are in Forms itself.
    Click the Help Menu (Extreme Right) => Form Builder Help Topics. Type the Error Number (eg. FRM-10000)/ Built-in Name. It provides list of related topics, click Display and detail help is provided.
    Have a nice day.
    Mohammed Osman

  • Mail form editor: error message regarding "non-secure active code"

    Hi,
    I'm using the editor for mail forms in CRM 2007. I'd like to create a form containing pictures, personalized fields (e.g. salutation) and hard-coded text.
    However, when stepwise adding all of these elements, error message "The content you have entered may contain non-secure active code; so it has been deleted." is displayed in the screen where all elements are shown, so, some kind of WYSIWYG error message. It's not a message of the browser, it's displayed directly in the middle of the content screen and all text, images and fields inserted in the mail before are gone.
    Any idea?
    Regards
    Wolfgang

    Hi,
    In one of my previous project I had similar type of issues when designing the mail form, the HTML code changes were happening. SAP follows specific HTML version and you have to stick to that version when coding. Ideal would be design the HTML code and test it bit by bit to ensure that the same is acceptable.
    Regards,
    Deepak
    P.S. English word for ausführbaren is probably executable
    Edited by: Deepak Ahuja on Feb 10, 2009 1:28 PM

  • Create project from template failed with "badly formed pathname" error message

    Hi,
    I am trying to create a project from a custom template, but I am getting the following error message prompt:
    LabWindows/CVI could not create
    Test_Project
    because of an error: Badly formed pathname
    However, when I checked the target project directory, I see the project files are copied correctly.  I don't know if there is something missing from our custom templates?  Of, if there is something wrong with our custom template?
    I am using LabWindows/9.0
    Thank you.
    Peggy

    Hi Peggy,
    Did I understand you correctly that the files for the new project appear to have been created, but the error dialog still shows? In addition to Wolfgang's suggestions, take a look at the help section on New Project and File Templates. This describes everything that should be needed to create a custom template. Also, try to create a new, very basic custom template and make sure that you can use it successfully. If you can, start adding in the functionality of the original template, and test along the way. Hopefully either this new one will work once you finish, or you will see at which point it is breaking, and we can debug from there.
    Best Regards,
    John M
    National Instruments
    Applications Engineer

  • FORMS (FRM  Error messages)

    I am looking for a place on the internet to research FRM error messages. My client does not have a book with the error messages.
    Thanks

    Hum,
    You can build your own with the following steps:
    1) goto the <FORMS_HOME>/formsxx/doc/US/fmdevhlp directory
    2) get a copy of the f1_help.jar file
    3) unzip the jar file somewhere
    4) as the result, you can find a /errorsfrm sub directory that contains all the html FRM error files
    Francois

  • 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).

  • How does Validated Form tag insert the error message?

    I'm using validated forms tags in my jsp and when there is an error in the form
    the error message is set to display on top of the wrong field. This is an attribute
    that I set in the <portlet:validatedForm> tag called "messageAlign", but I want
    to know how this is inserted or what I can do to line it up above the text field
    because it is moving all the elemnts around in the table cell. Any insight would
    be helpful.
    Thanks,
    Travis

    Hard to know what the cause is  because it's like this
    I know what I did to cause this. I upgraded my one of my hard drives, renamed the drive and moved the folder. The missing pictures it can't find were added with the option in the advance menu "copy photo to library" turned off.
    and this
    What I did is added a small SSD as my primary drive. Put the OS and all the apps on it.  Moved my iPhoto and iTunes libraries to an large external.  Most of the picture it is not having a problem wth.  Only certain ones.  Don't actually think I unchecked tha prefeence, but it's acting like i have.  
    seem to be written by two different people.
    This thread
    https://discussions.apple.com/thread/3216539?tstart=30
    has details on how one user hacked the SQL database to fix the issue. Not for the faint hearted. Back up first.
    Regards
    TD

  • I type information on a form and submit. I get an error message that the information is missing even though I see it on the form. How can I resolve this problem?

    I type information on a form and click submit. I get an error message that states that the information is missing even though I see it on the form. (Error message: Please type valid first name). How can I resolve?
    == URL of affected sites ==
    http://https://ushsbc71.recruitmax.com/MAIN/CareerPortal/candidate_update.cfm?szOrderID=88393&szCoverLetter=yes

    Please see [[Use the Adobe Reader plugin to view or download PDF files]]

  • Error Message: Invalid relation attribute on pageSet xfa

    Hi,
    Searching through the forums and on the net, I cannot seem to locate an answer to this problem so I'm trying here...
    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 MasterPage1) 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).

  • Error message mail to address

    i have a form that i want to send an email to the address
    that is submitted in the form.
    i get the following error message for this line of code
    ObjSendMail.To = "<%=cStr(Request.Form("textfield"))%>"
    'error message'
    Microsoft VBScript compilation (0x800A0401)
    Expected end of statement
    /PRCleaning/test.asp, line 95, column 40
    ObjSendMail.To = "<%=cStr(Request.Form("textfield"))
    what should the code be?
    thanks for your help

    think i have fixed that code; but now getting a different
    error.
    Error Type:
    (0x8004020F)
    The event class for this subscription is in an invalid
    partition
    /PRCleaning/test.asp, line 91
    <%
    Set myMail=CreateObject("CDO.Message")
    myMail.Subject="Sending email with CDO"
    myMail.From="[email protected]"
    myMail.To="(Request.Form(textfield))"
    myMail.TextBody="click on this link for current special &
    vbCrlf &
    http://www.prcleaningsupply.com/product_special_club_4-07.asp"
    myMail.Configuration.Fields.Item _
    http://schemas.microsoft.com/cdo/configuration/sendusing")=2
    'Name or IP of remote SMTP server
    myMail.Configuration.Fields.Item _
    http://schemas.microsoft.com/cdo/configuration/smtpserver")
    ="smtp.east.cox.net"
    'Server port
    myMail.Configuration.Fields.Item _
    http://schemas.microsoft.com/cdo/configuration/smtpserverport")
    =25
    myMail.Configuration.Fields.Update
    myMail.Send 'this is line 91'
    set myMail=nothing
    %>

  • Strip Oracle Number from error message!

    Hi All,
    I am raising error messages in my application but I want to be able to strip off the Oracle number form the error message.
    The system may pass back an error message like:
    ORA-00900: invalid SQL statement
    I would like to pass back "invalid SQL statement" instead of "ORA-00900: invalid SQL statement"
    It is possible to do this?
    Can it be striped off from the source where it is raised like in the procedure
    From here:
    Err_Handler.RAISE(l_ErrorNum);
    Or it it better to strip it off in the asp.net code when I call:
    ex.Message
    Thanks in advance, your help will be much appreciated.

    Careful consideration should be given to removing the error number from the message.
    If you have an application that throws up just an error message when the user does something then they are going to report this error to the system administrator. Users being users will no doubt get the wording wrong when they report it, and that possibility also exists when the system admin reports it back to the developers. By the time it gets to the developer to look at, they have some sketchy message about what went wrong and then they're expected to know what that error is. Without the exact description of the message and without the error number, tracking down the exact error that occurred becomes more difficult. With the error number, the original user only has to report that number, which is less likely to get corrupted on the way to the developer, and is far easier to look up what the error was and how to go about fixing it. It may not appear user friendly, but it's sure as hell developer friendly.
    ;)

  • Custom error message in a tabular form

    Hello,
    I try to implement a solution for a custom error message in a tabular form.
    My intention is, that a error message about a foreign key constraint violation should told the end user what happens in a friendly way.
    So I try to implement my own delete-process, where I can catch the exception and display my own error message.
    In the process I use the following code to delete the selected row:
    begin
    for i in 1..apex_application.g_f01.count loop
    delete from d_cmp_campaign
    where campaign_id = apex_application.g_f02(i);
    end loop;
    end;
    And this is the select of the tabular form:
    select
    "CAMPAIGN_ID",
    "CAMPAIGN_ID" CAMPAIGN_ID_DISPLAY,
    "NAME",
    "CAMPAIGN_NO",
    "DWH_DEF_TIME",
    "DWH_DEF_USER"
    from "#OWNER#"."D_CMP_CAMPAIGN"
    The problem is, that the first row is deleted always, whatever row is selected.
    Can anyone help me with that issue?
    Thank you,
    Tim

    Every checkbox has a value which is the corresponding row. You got to get the row number
    first and based on that you select the record. For example, if you click the rows 1 and 5,
    you first need to know which rows are selected. Then, you would loop twice and get the
    first and the fifth array values.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

Maybe you are looking for