A calling form délettrée changes, unauthorized recording

Hi all

I have two main forms in the form the form main I ask form after saving documents and it calls the form of overtime and when I try to record sub accounts make its shows me the following error message

A calling form délettrée changes, unauthorized recording

but when I query the database for records for the form main sound here please help me I'm confused.


Sarah

Please change to

begin
if
  :ins1.EDNO is null or
  :ins1.cno is null
then
  SELECT sarahseq.NEXTVAL INTO :ins1.serial FROM DUAL;
end if;

:ins1.branch1 := :ins1.branch;
:ins1.class1 := :ins1.class;
:ins1.year1 := :ins1.year;
:ins1.serial1 := :ins1.serial;
:ins1.cno1 := :ins1.cno;
:ins1.edno1 := :ins1.edno;
:global.data := :branch || ' ' || :class || ' ' || :year || ' ' || :serial || ' ' || :cno || ' ' || :edno;

:system.message_level := '10';
commit_form;
:system.message_level := '0';

if
  :system.form_status != 'CHANGED'
then
  call_form ( 'c:\temp\platee.fmx', no_hide, no_replace, no_query_only );
else
  Message ( 'Your entered data could not be saved. Please check the form.' );
  Message ( ' ' );
end if;
end;

Tags: Oracle Development

Similar Questions

  • How Update call (Parent form) when called form is closed.

    Hi Experts,

    I'm working on form of Oracle 10 g (OS: Windows7) of the last 2 years. I have two forms form a (main screen) and B (the only request form). I'm calling form A form B to change the cost in the form of master. I used CALL_FORM and everything works fine. Now, I want to refresh the form B as soon as the cost is modified in the form of master and closed. I searched the forum for the same, I tried a few suggestions using WHEN-WINDOW-ACTIVATED but this trigger is not firing when we close the main form and the focus returns your call. Please share your useful comments.

    Thank you

    Pramod S R

    When you use CALL_FORM to call a detail form, control returns to the statement after the CALL_FORM, so your logic would be simple:

    CALL_FORM('FORM_A');
    GO_BLOCK('YOUR_BLOCK_TO_REQUERY');
    EXECUTE_QUERY;
    
  • Cannot call form

    Hello

    I work with Forms 6i, Oracle Database 10 g.

    I get the message: FRM-40702: cannot call form with changes to save when I try to call another form.
    The second form is just a search form.


    Thanks in advance.

    RG

    Published by: Ruddy Guerra on December 26, 2011 09:27

    Ruddy Guerra,

    The error is because you have made some changes in the first form and without making call them the second shape. Try to use integrated before the built-in CALL_FORM POST .

    Kind regards

    Manu.

  • NUANCE has a software called "SOFTWARE MANAGER". Please change windows XP Professional to list this software in the Remove Programs list. I can't remove it and it is full of ups popp. So boring.

    NUANCE has a software called "SOFTWARE MANAGER".   Please change windows XP Professional and VISTA to list this software in the Remove Programs list.  I can't remove it cause it used to list and it is full of ups popp.  So boring.

    Otherwise, keep up the good work microsoft.

    Concerning
    Gary

    Hi Gary,.

    We will try to uninstall this software by using Microsoft fix - it Manager.
    Refer to this link:
    Solve problems with programs that cannot be installed or uninstalled

    http://support.Microsoft.com/mats/program_install_and_uninstall

    Also perform a virus scan full assistance Security Microsoft scanner.

    See this link for download:

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    After completing the methods suggested above, answer us with the State of the question.

  • This form can not be change in acrobat, please use LiveCycle

    This form can not be change in acrobat, please use LiveCycle designer to modify this form

    cannot find LiveCycle or that successor

    You can buy it:

    Complete design of ES4 designer tools | Adobe LiveCycle Enterprise Suite 4

  • When the button and then open a new window with the calling form

    Hi all I have a form with buttons only and when I press one of the buttons they call another form
    code
    CALL_FORM('C:\test_report\final_to_be_added_to_main\Customer_2-5-09');
    I want to, when I call the form when I press the button then the calling form opened with the new window

    Thanks and greetings
    Vikas Singhal

    Hello

    Forms in an application is running in a window unique applet. When you use the CALL/OPEN/NEW form, she would open them in the same applet window. If you want to open another instance of the form, try something like

    web.show_document('http://:/forms/frmservlet?form=','_blank');
    

    Note: It will not share the session. You need to re connect on this form (or use a section of configuration with the user name and password etc.). Therefore, the instance of forms, db instance all will be a new one.

    Arun-

  • Hi all how to call form

    Hi all

    I have a master form and there are many connected shapes


    What do I write when I want to go back to your master of other forms

    I wrote this code it leaving only the form but did ' t call the master_form
    EXIT_FORM(NO_COMMIT);
    call_FORM('C:\test_report\final_to_be_added_to_main\MASTER_FORM_TRIAL');
    Please suggest

    Thanks and greetings
    Vikas Singhal

    Published by: vikas singhal on July 21, 2009 18:39

    Hai,

    Is the name of the form, the name of the window's window. (Like Window1)

    The name of the form is the name of forms. (Such as Form1)

    in the code, the form does not really close, but it hides just the calling form. We cannot close the form calling, because when we have the farm, it will close the whole program. So we have to hide.

    for example.

          HIDE_WINDOW('WI_MAIN');  -- WI_MAIN is the window name.
         CALL_FORM('MASTER_FORM.FMX', NO_HIDE, DO_REPLACE);     -- MASTER_FORM is the forms name.
         EXIT_FORM;
    

    Kind regards

    Manu.

    If this answer is useful or appropriate, please mark. Thank you.

  • How to change the records of Windows Media Center by car

    Is there a way to change which record TV Player Windows Media Center programs. My C drive is full, but it is the E drive for data that is empty.

    Tasks, settings, TV, recorder storage
     
    Saturday, October 16, 2010, 07:12:07 + 0000, nhsslave wrote:
     
    >
    >
    > Is it possible to change which record TV Player Windows Media Center programs. My C drive is full, but it is the E drive for data that is empty.
     

    Barb Bowman

    http://www.digitalmediaphile.com

  • Where and how Oracle Forms stores its information on locked records?

    Where and how Oracle Forms stores its information on locked records?

    Is there a specific lock that contains user information or table time for locked records?

    I m using Oracle (Forms) 11 g

    Thanks in advance!

    Oracle uses a byte in each record in the lock ("lock byte"). See:

    http://www.DBA-Oracle.com/t_locks_row_level_locking_update.htm

    and

    http://docs.Oracle.com/CD/E11882_01/server.112/e41084/ap_locks001.htm#SQLRF55502

    http://psoug.org/blogs/Mohan/exploring-internal-params/detect-and-resolve-locks/

    ...

    Kind regards

    Zlatko

  • How to change values record source based on the target account

    Hello

    What is the best way to change the record source of the members of the target value. For example, I want to multiply the record with X, if the target account is XXX, C1 is XXXX or if account target YYY and C1 is AAAA. I know using SQL, it you will be very easy, but, at some point to end users should be able to change it.

    Any ideas are appreciated.

    PM

    I think you should take a look at the accounts of logic, because this will help you reach your fitness and will be manageable by the end users.

  • Rich Table: entity validation fails, but the user can change the record! : O

    Hello
    I develop with JDeveloper 11.1.2.1.0 and I have the following problem. I have a rich table editable according to entity/view with a line entity level validator method that checks the consistency of rank according to custom rules.
    I noticed that if the validator fails, the error message is displayed correctly, but it is possible to move to a different folder and this causes a lot of problems. I need avoid recording of variation when this validator fails. I know there is a way to block navigation on an element using clientListener and javascript, but it's a different need because I don't want the user to change the recording while the validator fails.
    How can I do?
    Thank you

    Roberto

    Roberto R SCC wrote:
    I noticed that if the validator fails, the error message is displayed correctly, but it is possible to move to a different folder and this causes a lot of problems. I need avoid recording of variation when this validator fails. I > know there is a way to block navigation on an element using clientListener and javascript, but it's a different need because I don't want the user to change the recording while the validator fails.
    How can I do?

    When you change a line, it is the currentRow on the iterator. You do not want any line to become the currentRow.
    I would go to this topic, in this way: substitute the selectionListener table and the listener to custom selection, check if the current currentRow (the one you are editing) isValid (EntityImpl::isValid).
    Proceed with the treatment of the selection event only if it is validated... You could even show an error or a warning message asking the user to provide valid data and even commit the line before choosing another.
    (Sorry, don't have an example of a code of practice now)

  • can we call form thanks to the tree?

    Hi all
    I Googled it but I can not find something good that the way to call the form thanks to the tree?
    can someone guide me?


    Sarah

    If its still a form fixed, you want to call, you can change the code to

    DECLARE
    vcValue VARCHAR2(60):=FTree.GET_TREE_NODE_PROPERTY('BLOCK.TREE', :SYSTEM.TRIGGER_NODE, ftree.NODE_VALUE);
    BEGIN
    CALL_FORM('W');
    END;
    

    But I suppose that you also want to pass a context to the form called. Maybe this helps http://andreas.weiden.orcl.over-blog.de/article-28180655.html

  • A form does not report changes

    Hello

    6 forms, I have a form that launches a report. (6 reports)

    If I change the report in Report Designer, when I re - run the form, and then I run the report, but it's still the old version, unmodified.

    I think it's because the construction is not made in the reports, because the .rep file still has one last old change date. (even if I call Build-> all the)
    Why build function does not work?


    -It is also strange in the reports, when I change something, then run it (in the reports), reporting crashes. No idea why?

    A rep file not occurred byBuild-> all, but using the file-> export...

  • Attempt to modify a form to fill and changes in font size on its own

    Hi, on a form to fill out that I created, I don't want the font size to be automatic. I double click on the text and change the properties until the font size 6, so that when the user types in a number or whatever it is part of the area. However, he continues to change back to auto. This occurs on only some text fields and not all. I have found no correlation or cause on what this could be. Thanks for the help.

    I found the problem. Apparently, I can't use my keyboard to type in font size, that I want to use. I have to use the menu drop-down and choose like that. If I type in myself, he returned always to Auto, but when I use the menu drop down it seems to apply correctly.

  • Contact e-mail form formatting - how to change the layout of which is provided in the email?

    Hi I have adapted the contact form in a simple order form for a site I'm developing. It seems to work fine, until the message is through.  The formatting is all order and contains additional fields that I had deleted along the initial creation of the form.  I was wondering if it is possible, and how to change the layout of which comes through an email once a form is submitted.  Ideally I want to be able to change the order of the accident, delete absent field and in a perfect world out it in a kind of format, I could get into a spreadsheet (excel, .csv, delimited by commas, etc.).  Is this possible?  Is there something else that would make more sense if my goal is to output in a spreadsheet?  Thank you!!

    Hello

    Please take a look at this topic, it should give you a basic idea on how you can change

    Re: Changing 'new submission of form' text on receipt of e-mail of the contact form.

Maybe you are looking for

  • 7.0 Firefox opened with an unknown and indecipherable language.

    After you download 7.0, Windows boxes for the installation initially revealed nothing but the small boxes on the entire area. I clicked on what I knew, it was the 'install' box which has been marked in a language or symbols I could understand not (ba

  • Disk space available inconsistancy - how can I fix it?

    Hello My iMac (27 inch, mid 2011) incorrectly displays available disk space or is corrupt. Most data show than others (I know it's music and video).  This could show in this way that others use the iMac as well? I have people with disabilities and ac

  • HP Photosmart A516 printer range: Red/pink print

    Tried to print photos, first picture was released in color and the following photos came out in red/pink one and the very faded.  Replacement cartridge with a new cartridge and I always have the same question.  Please can someone help, I don't want t

  • Drivers/control of wired connection

    I recently had to do a complete re-installation of windows 7 32 bit and I tried to get my network to find my wired connection but I soon saw that in my device manager under properties of the ethernet controller driver cannot be located the readings o

  • Where can I report Zero-day and other malicious programs to improve Web Security Appliance filters?

    When scanning actively vulnerabilities on our network we meet sometimes emerging or other malware exploits that connect to the command and control on the Internet servers. Where can I report a URL command and control servers to Cisco to improve the W