Error when submitting form

Hello

I created a form with 3 'hidden' subforms that appear only when a box is checked. I have them put all of this so that the required fields are required when the form is opened. It works, as long as you don't enter information in the form of hidden and then close the hidden form.  I want to enable the form erase all the information (or at least do not recognize it) if the user opens the form and enters the information, then realize the information is not necessary and closed the form without clear the fields.  Is this possible?  Right now, if the information is entered in, and then the subform is closed, error messages appear when you click the submit button.

Thanks in advance for your help.

You can erase the data in the subform using 'xfa.host.resetData ("SubformName with the full path").

This must be done in the case where code that closes the subform.

Let me know if you need help...

Thank you

Srini

Tags: Adobe LiveCycle

Similar Questions

  • My contact form is saying "the server has encountered an error" when submitted

    My contact form is saying "the server has encountered an error" when submitted. It has worked very well and I use the same form on another site that works well. Can anyone help? The website link is: http://www.lifeclinics.com/contact-us.html

    Hello

    Please check the following threads,

    The server encounters an error, don't know what to do

    Detailed Contact form error

    Let me know if you have any question.

  • IAsset Page error when submitting create the transfer request

    Hi all

    EBS R12.2.4

    RHEL6.5

    IAsset Page error when submitting create the transfer request "Message name: FND_VIEWOBJECT_NOT_FOUND" (Doc ID 2018785.1()

    The docs said check the header of the file > java, applications, transfer, webui ReviewRequestCO.java 120.5.12020000.5

    using the command > strings - a ffffffff | grep "$Header"

    But the docs don't tell what file is found

    Why is that most of the documentation do not indicate the root folder and you to guess which is the correct location of the program?

    Thank you very much

    JC

    Doesn't have this patch later solved the problem in this scenario?

    If the problem is still not resolved, and you must connect an SR for her, I'd be willing to review if you want to display the number of SR here or message, it me.

  • I get this error when submitting the question to DPS

    Hi uses Woodwing Enterprise to publish fact sheets on the DPS from Adobe and it was okay, I ended up creating a new show and I get this error when submitting the question to DPS: Adobe Distibution Server returned the error when calling "createIssue. Code HTTP: 401. HTTP message. "Unknown error.". Results Adobe message: "unauthorized access. Check the logs for more details". Adobe results status: "Not ALLOWED." The DPS account has been recently renewed

    Please contact the support gold on this problem.

  • Error when compiling form 6i

    Hi all

    I get the error memory during the compilation of the form.
    I tried with two commands.

    I run these commands starting at $AU_TOP/forms/US

    Initially, I tried with

    f60gen $AU_TOP/forms/US/XXTEST.fmb apps/opopop123 output_file =$XXEEG_TOP/forms/US/XXTEST.fmx
    and I got following error

    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64 bit Production
    With partitioning, OLAP and Oracle Data Mining options
    Release 9.2.0.8.0 - Production jserver
    PL/SQL Version 8.0.6.3.0 (Production)
    Oracle V6.0.8.21.0 Build #0 - Production procedure generator
    Oracle virtual graphics system Version 6.0.5.39.0 (Production)
    Oracle Multimedia Version 6.0.8.25.0 (Production)
    Oracle tools integration Version 6.0.8.17.0 (Production)
    Common tools Oracle zone Version 6.0.5.32.0
    The basic Oracle 4.0.6.0.0 - Production version
    Compilation of specifications package APP_CUSTOM...
    No compilation errors.

    Compilation of the package APP_CUSTOM body...
    Fault memory
    --------------------------------------------------------------------------------------------

    Secondly, I tried with
    f60gen Module=/opt/egapmdev/ebmdappl/au/11.5.0/forms/US/XXTEST.fmb Userid = apps/opopop123 Module_Type = batch FORM = yes Output_File = XXTEST.fmx
    Now the error has come was only "for lack of memory" without any other messages.

    Please you all a peek inside.

    Do you get the same error when you use the following command?

    module f60gen $ =.

    . FMB userid = APPS / output_file =.FMX module_type = form batch = yes compile_all = special

    Do you get the same error when compiling any other form? If so, please repeat the links adadmin f60gen, make sure that it succeeds and then run the same command again.

  • error when submitting a form

    I made a table and on the basis of this table that I created a form when I submit the form its raise an error "ORA-06502: PL/SQL: digital error or value: number too big precision ORA-06512: at"APEXDEMO_TEST. " BI_NEW_BOOKINGS1', line 3 ORA-04088: error during execution of trigger ' APEXDEMO_TEST. "BI_NEW_BOOKINGS1'".




    Please let me know where I am going wrong

    Thanks in advance
    ADI

    Published by: Adi on February 18, 2010 12:41 AM

    ADI,

    When you declare a number data type, you can provide a precision and scale. The first parameter in the declaration is the precision and the second parameter is the scale. Let's say for instance that you declare a number (10) you said oracle to 10 digits if you would have said the number as number (10.2) this would allow 10-digit total 2 of them are to the right of the decimal point. So if you declare a number such as number (30,30) you tell oracle to allow 30 numbers and have all 30 digits right of the decimal point. to effectively only for numbers that are below zero. Given that your sequence is an integer return it can fit in your data type of number (30,30). For more information about the statement of the types of data, take a look at this link. http://www.techonthenet.com/Oracle/datatypes.php.

    I'll get to your second question in the next post...

    See you soon,.

    Janet Tyson

  • getting error when compiling form R12

    get the following error msg when you try to compile a form in R12. What should do?

    Message file not found /d01/oracle/VIS/db/tech_st/11.1.0/forms/mesg/fmcus.msb.

    If docs from metalink, I'm sorry I do not have access to metalink, thank you for giving me another way I can access to these :)

    Yes they are, and I don't have any other reference to these docs (or procedure). And, as you know showing the content of the MOS violates agree strategy to support Oracle docs.

    Thank you
    Hussein

  • error when running form

    Hi all

    FRM-40106 no navigation point in destination block
    I need not any element of navigation, when I call the form, this error occurs after the click on the rest is fine how do I remove it

    Thanks and greetings
    Vikas Singhal

    Hi Vikas,

    Ideally, it should be at least an element of navigation in your building.
    If not, what are the elements of data in your building?

    But, if you want to avoid this error, then you can write the code below in the ON-ERROR trigger.

    declare
    err_code number := error_code;
    begin
         if err_code = 40106 then
           null;
        end if;
    end;
    

    It will be useful.

    Check the answer as useful / OK, if this can help you

    Carole

  • Disable ENTRY when submitting form

    Hey,.
    I'm using APEX 3.2 and bad not allowing the Enter key to send a form. I tried a number of JavaScripts as below, but I'm not having any success in the APEX. Does anyone know how to not to allow a form to submit when the Enter button is clicked? I have a button that needs to send the page not the Enter key.
    function checkCR(evt) {var evt = (evt) ? evt : ((event) ? event : null);
    var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null);
    if ((evt.keyCode == 13) && (node.type=="text"))
     {return false;}}document.onkeypress = checkCR;</script>

    Nikki,

    Do you have only one entry of text on the page? If Yes, then this is the default functionality of the browser. Check out these discussions on this topic:

    Form with input field only 1 sends the form when the user presses enter

    Strange behavior when you press ENTER in a form page

    Published by: la_grominette on February 18, 2011 15:55

  • wwv_flow. Accept 404 error when adding form elements

    Hello

    I use APEX 3.2.1 with Oracle 10 g on Windows XP Pro SP3.

    I want to show a 'search bar' to the right of the tab bar.

    So I just add some HTML in the template ("OneLevelTabs"), such as:
    <div>Search : <input type="text" /> <input type="submit" value="ok" /></div>
    But it shows me an error 404 page (url: pls/apex/wwv_flow.accept), when I try to send a page (log,...).

    If I remove this code it works perfectly.

    Why?

    Thank you.

    Yann.

    Yann:

    Additional HTML is exactly as shown in your post? I don't see how this HTML code can cause the error 404.
    Make sure that you have not specified the attribute "name" for all elements of entry into additional HTML code.

    CITY

  • Error when submitting a LOV NULL

    Hello!

    I searched the forum and could not find a corresponding wire.
    When you use APEX 3.01, I have problems when you send a NULL value of a LOV to a function that expects a number.
    The error msg is: "ORA-06502: PL/SQL: digital or value error: character of number conversion error."

    NullValue: NULL

    I can't use a workaround as aid - 1 instead of NULL constraints.

    Thank you!
    Max

    Hello

    Take a look at the thread next-

    Re: Value Null handling in LOVs

    Hope this helps,

    John.
    --------------------------------------------
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    AWARDS: Don't forget to mark correct or useful posts on the forum, not only for my answers, but for everyone!

  • php error simple contact form

    I just replaced a form adobe formscentral with the simple form of muse. This isn't working, receive a server php error when submitting. How can I fix? I am hosting via Amazon Route53.


    Question is here: CONTACT

    Hello

    I was able to submit the form, please let me know if you still experience the problem.

    Concerning

    Sonam

  • Error when using the API to publish on form

    Hello

    I use the instructions here to post data to a form of eloqua. When the form is displayed, I get the message:

    Code: UnexpectedDataException

    Message: Could not submit form. Check that the required fields have been provided and that all fields are of the correct type.

    Again, using the example as a guide, form Eloqua is only 3 fields - Email, full name, company. None of the fields are mandatory and are all text.

    I'm at a loss. According to me, there I'm missing something simple, but can't. Anyone has an idea on what might be causing this error?

    Thank you

    Nick

    OK, you can use DescribeEntityType, which will bring back all forms and their identity papers, to ensure that you have the right one.  Also, once you have the right ID, you can use DescribeEntity (to aid the DynamicEntity ID) to get a list of all the fields and whether or not they are required.

  • I get a "server error" when trying to submit a form.

    Hello

    I get a "server error" when trying to submit a form. I used this email address on other forms on this site before with no problems, and double checked the PHP status using ' /scripts/form_check.php and everything checked ok. The site is www.putnewaonthemap.com. I recently made changes on the site and the information on the form changed, and I don't know what I did or did not. Sending the form works fine when using Business Catalyst to test, but now that I have downloaded to the fhp, I get the error. Any help would be appreciated.

    Thank you!

    Shelly

    I checked the submission of the form and it works, I think that the problem is solved.

    Thank you

    Sanjit

  • "The server has encountered an error" when you want to send a message with the form.

    Hello

    "The server has encountered an error" when you want to send a message with the form.

    With the businesscatalyst site, the message is well received by the recipient as the site FTP host, the previous message is displayed.

    What code do I add and where?

    In advance, thank you.

    Please, answer in french!

    Hello ScratchMaster,

    Please see the link below, I'm sure that you will find it useful.

    https://forums.Adobe.com/docs/doc-3581

    Kind regards

    Vivek

Maybe you are looking for