Unwanted messages in forms

I have forms 6i. When I click a button it loops through and runs various reports. Some of these reports call a package which performs various DML inserts. During this process I am getting some unwanted messages such as 'NO changes to save'.
I verified and there are no hard coded messages. Is there any way to suppress these kind of messages?
Thanks

At form level create a trigger
ON-ERROR
cust and paste the following and the problem will be solved.
IF (ERROR_TYPE = 'FRM' and ERROR_CODE = 40401) THEN
-- Error 40401 : No changes to make
null;
END IF;
Regards
Melvin

Similar Messages

  • How can I select all messages in Inbox, Trash and/or Bin in one go to delete them.  I currently have 3000  unwanted messages in my Bin box and wish to delete them without having to individualy select them 50  at a time.y

    How can I select all messages in either my Inbox, Trash and /or Bin in one go to delete them all in one go.  I currently have 3000+ unwanted messages in my Bin

    Click on the inbox then Edit>Select All (if you are using Mail, if not you'll have to tell us which mail program you use) repeat in other mailboxes as needed.

  • Display error message in forms from function "verify_function"

    Hi,
    We have a number of users with our own created profile attached to them.
    We have enabled the 'PASSWORD_VERIFY_FUNCTION' for our own profile.
    Function "verify_function" is used to validate a user's password.
    In "verify_function" we have used "raise_application_error" message in case password validation fails.
    Example:
    raise_application_error(-20001,'Password must be minimum 8 characters in length and maximum 30 characters long');Question) "raise_application_error" displays the error message only in SQL Plus prompt. How do I display the same message from Oracle forms?.
    I have used DBMS_ERROR_TEXT & DBMS_ERROR_CODE in ON-ERROR trigger. This is not displaying the error message in forms in case validation failed in "verify_function". Oracle simply clears the username/password field with a new window. We want to display the error message that occured in "verify_function".
    Thanks

    use the following code in validating the item, e.g when-button-pressed
    begin
    verify_function;
    exception
    when others then
    message(sqlerrm);
    raise form_trigger_failure;
    end ;
    OR
    instead of writing a procedure rewrite it as a function to return 1 if password is correct or 0 if password is wrong
    Regards
    Jihad

  • Report canceled with message 'No forms available',

    We are stumped. 
    I created a simple ABAP HR report using the PNP logical database.  It pulls benefits info and master data for displaying on the screen.   (Associates Eligible for FMLA)   No ALV grid, just a simple write to the screen. 
    The job runs fine in in the background as well as foreground in DEV, QAS, and STA .
    But now that the program is in PRD, when we run it in BACKGROUND, the job CANCELS after 10 minutes.  
    The spool lists the message 'No forms available', several dozen times, and then 'No memory for cua processer'.
    Oddly, the program runs fine in forground.
    Any clues how I can get this program to run in background?

    Job log Messages:
    12:48:38    Job started
    12:48:38    Step 001 started (program ZPRCR_DISABILBITY_ELIGIBLE)
    12:48:50    No forms available
    12:57:47    No forms available
    12:57:48    No memory for cua processor
    12:57:49    Job canceled
    I looked at the code and there are no ABAP 'check' statements, nor reference to sy-mandt. 
    There is code in the 'at selection-screen' section that puts out a warning if the program is ran in foreground without a date.
      if pn-begda is initial and sy-batch is initial.
        message e000(zpa) with 'Please enter a run date'.
      endif.  
    Other than that, the program runs fine in foreground in PRD, but cancels in background.  The same code runs fine in foreground and background in all our other clients.    Our BASIS group is stumped too.
    Thanks
    Doug

  • Facing error message oracle.forms.webutil.ole.OleFunctions bean not found.

    hi all,
    I have a 6i form which generate data into excel, I have migrated with in 10g, configure Webutil, attach webutil in form, create object group by webutil.olb, replace all ole2 with Client_ole2.
    there is no problem in compile time but when I run that form and Click on Generate button then it show below message.
    oracle.forms.webutil.ole.OleFunctions bean not found.
    CLIENT_OLE2.create_obj will not work
    please help

    Hi BaiG,
    thanks for your reply, I have done Step 7 successfully and start step 8.
    I was following your step no. 8 (below Step)
    8. Sign Webutil JAR files by running these following commands Make sure Form Builder is Closed
    "C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\DevSuiteHome_1\forms\java\frmwebutil.jar"
    "C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\DevSuiteHome_1\forms\java\jacob.jar"
    But when I do that step on my Dos Prompt then it show below message and run.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\frmwebutil.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> already exists
    There were warnings or errors while generating a self signing certificate. Please review them.
    Backing up d:\devsuitehome_1\forms\java\frmwebutil.jar as d:\devsuitehome_1\forms\java\frmwebutil.jar.old...
    1 file(s) copied.
    Signing d:\devsuitehome_1\forms\java\frmwebutil.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome\forms\java\jacob.jar
    The given jar file d:\devsuitehome\forms\java\jacob.jar does not exist.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\jacob.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> already exists
    There were warnings or errors while generating a self signing certificate. Please review them.
    Backing up d:\devsuitehome_1\forms\java\jacob.jar as d:\devsuitehome_1\forms\java\jacob.jar.old...
    1 file(s) copied.
    Signing d:\devsuitehome_1\forms\java\jacob.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    Can you please tell me, how can I solve that problem.

  • How to eliminate unwanted text in Form

    hi,
      How to eliminate unwanted text in Form.
    Regrds,
    bbr.

    Hello BBR  ,
       I ve gone through your problem. My suggestion is just shift that char or no. of char to the next line and make that line as COMMENT LINE.  It will work. But i dont find any other solutions for this except this.
    Cheers...............

  • Exception Message: The form cannot connect to the data source. Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'

    When opening a form in SharePoint 12013 that was created from Infopath 2013, I get the following error.
    You do not have permissions to access a database that contains data required for this form to function correctly.
    An entry has been added to the Windows event log of the server.
    Log ID:5566
    When I go to the log files on the SharePoint server. I see the following error.
    Exception Message: The form cannot connect to the data source. Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
    I am guessing this has something to do with the UDCX connection and the database.
    Can anyone help me get this fixed?

    Hi Jim,
    Please check the following kb article when it occurs 5566errro with the UDCX conection file, try the method of using the Secure Store Service to store alternate credentials for the data connection method, or the method of stating the credentials
    in the UDC file explicitly.
    Also check if it could help with setting sql server as "SQL Server and Windows Authentication mode".
    http://support.microsoft.com/kb/981684
    Thanks
    Daniel Yang
    TechNet Community Support

  • Displaying a message in forms

    Hi all,i want to display a message in forms.When i am trying to do the below in whenn-button-pressed trigger i am getting an error.Kindly correct me where i am going wrong
    select count(m1) from  mtl_transactions_interface;
    message(m1 || 'Records inserted'); 
    Error:
    an INTO clause is expected in the select statement.How to correct the above error and display my message.
    Thanks in advance!!

    Thanks Manu for your reply,it will work.But,i tried it using SQL%ROWCOUNT.
    m1:=SQL%ROWCOUNT;
    message(m1 || 'Records inserted');
    m1:=SQL%ROWCOUNT;
    FND_MESSAGE.SET_STRING(m1 || 'Records inserted'); --testing
    FND_MESSAGE.SHOW;Manu,however i do have a doubt.Whenever i tried to display the message using just message,it din't work out.However,it worked out when i put a fnd_message.If you have time kindly suggest me what's the diff between message and fnd_message
    Thanks in advance!!
    Edited by: sandy on Oct 11, 2011 11:16 AM

  • Error message about forms when ID exported PDF is opened in Reader

    I'm using ID CS2.
    Has anyone successfully made navigation buttons on an exported PDF that doesn't produce an error message about forms when opened in Adobe Reader?
    There's an Adobe page about this that says it's caused by having a stroke too near a link field, but I can't seem to avoid the message if I place more than one button anywhere on a page. I've spent a lot of time playing with this and can't seem to find a workaround.
    Am I a sucker? Is anyone else trying to use this function other than me? It seemed like the perfect solution to this project I produced and now whenever a user opens the PDF they are greeted with a confusing message that has absolutely nothing to do with the functionality of the document.

    Well, everything in those PDFs were form fields. You can make form fields in Acrobat - and then you can right-click on 'em and change their appearance, whether or not they'll accept rich text input, whether or not they'll scroll, and so on. It could also be done in LiveCycle Designer, for what it's worth. I wrote a now-obsolete post about this in response to yours before Mike showed up with this video.
    Probably most of your work on your designs in InDesign would need to be trashed; you'd need to rebuild the whole thing in Acrobat or LiveCycle. I have to say that, unless your targeted documents are extremely simple, that this is one of the worst document translation workflows I've ever seen in the last fifteen years. It might work - I'm trying to keep an open mind, here - but if you have any non-Latin-script languages in your target list, or if print reproduction is what you're after, or if you're expecting tracking revisions to the translations to be anything but a nightmare, I would suggest that you test this method inside and out before progressing any further.

  • How to send error message to forms from Database Trigger

    Hi, Please help me to send error message to forms from Database Trigger?
    RgDs,
    Madesh.R.M

    You are correct, the On-Error trigger is a Forms trigger. However, if your Form is going to display the error generated by the database stored procedure or trigger - you might not see the database error in your Form unless you check the DBMS_ERROR_CODE in the On-Error trigger and manually display the Error Code and associated Text. I've see this happen with a co-worker. The Form she was working on was based on a table with an Before-Insert trigger. Because she was not explicitely handling the error from the Before-Insert trigger in the Forms On-Error trigger, her Form appeared to halt for no reason at all. Once she added code to the On-Error trigger in the Form to handle the DBMS_ERROR_CODE, she discovered the trigger was producing an error and was able to show the error to the user in the On-Error trigger.
    I understand the desire to keep as much as possbile in the database, but with that comes some extra coding in your Forms to handle this. This extra coding could easily be placed in a Forms Library, attached to a Form and called in the On-Error trigger. Your code could look like this:
    DECLARE
       /*This example assumes you have an Alert defined
          in your Form called: 'ERROR' */  
       al_id    ALERT;
       al_text  VARCHAR2(200);  /* Max text of a Forms Alert message*/
       al_btn   NUMBER;
    BEGIN
    IF DBMS_ERROR_CODE != 0 THEN
       /* Error code is ORA-00000 Normal Successful completion
           So only handle non-zero errors  */
       al_text := DBMS_ERROR_CODE||':'||DBMS_ERROR_TEXT;
       al_id := Find_Alert('ERROR');
       set_alert_property(al_id, alert_message_text, al_text);
       al_btn := show_alert(al_id);
    END IF;
    END;Your original question was "How to send error message to forms from Database Trigger?" The answer is you don't because Forms already gets the database error code and database message through the Forms DBMS_ERROR_CODE and DBMS_ERROR_TEXT functions. Look these up in the Forms help and it should clear things up for you.
    Craig...
    Edited by: CraigB on Jun 14, 2010 4:49 PM
    Edited by: CraigB on Jun 14, 2010 4:49 PM
    Edited by: CraigB on Jun 14, 2010 4:50 PM
    Edited by: CraigB on Jun 14, 2010 4:51 PM
    Edited by: CraigB on Jun 14, 2010 4:51 PM

  • Unwanted messages when I'm on internet

    When I 'm on the internet at different sites I get messages from unwanted sources saying stuff like your the 45 winner or answer this question to win an ipad or watch or download. I was told it was related to having adobe flash and reader so I took them off and still got these messages so I put them back on. Anyway I still get these unwanted messages I've run Norton 360 full scan and Malaware full scan and they don't help. what else can I do?

    It has nothing to do with Reader. It's a pop-up advertisement built by the people that created the website you are visiting.

  • Is there any way to block unwanted messages on an ipod touch

    my son is getting unwanted messages on his ipod touch. is there any way to block messages coming in from unknown people?

    There is presently no way to block Messages from specificat senders.

  • Interactive messages with form personalization

    Hi All,
    Can we have interactive messages with form personalization.
    For Eg : If we i want two buttons proceed or cancel, then is this possible with personalization.
    Regards,
    Shruti

    Hi;
    Can we have interactive messages with form personalization.
    For Eg : If we i want two buttons proceed or cancel, then is this possible with personalization.Yes it possible, please check below thread's mention note, i belive you can find some good notes in there
    Forms Customization
    Re: Enable Submit Button at User Level and Disable at Block Level
    Forms Personalization Document
    Re: Forms Personalization Document
    Personalization Issue
    Regard
    Helios

  • How to print a message in forms in oracle apps

    Hi all
    i am using oracle apps r12
    In when button trigger how to print a message when the button is pressed.
    I tried message('HELLO'); this works in oracle forms but in oracle apps its different and i searched so for and used like this
    fnd_message.set_name( 'FND', 'FND_GENERIC_MESSAGE' ) ; but it doesnt works
    Regards
    Srikkanth

    Hi
    Thanks for your kind response.
    Can you please give me the steps to call a form from another form in oracle apps i am using apps r12.
    I have created a custom form and attached in the special menu and in that form i have two button are there. When the use click the one button another form(custom form) need to called. Can you please provide me the steps.
    Whether it is different from oracle form builder like CALL_FORM('FORM_NAME', ACTIVATE) like this.
    Regards
    Srikkanth

  • Error Message with Form Sending

    Hi there,
    My form is working fine and the PHP is fully functional,
    however I get this error message once the form has been submitted.
    Error: Error #2101: The String passed to
    URLVariables.decode() must be a URL-encoded query string containing
    name/value pairs.
    at Error$/throwError()
    at flash.net::URLVariables/decode()
    at flash.net::URLVariables$iinit()
    at
    flash.net::URLLoader/flash.net:URLLoader::onComplete()
    Does anyone know what this means?
    Here is my function that sends the message
    function sendMessage(event:MouseEvent):void
    var contactVariables:URLVariables = new URLVariables();
    contactVariables.custName = textName.text;
    contactVariables.custEmail = textEmail.text;
    contactVariables.custPhone = textPhone.text;
    contactVariables.custSubject = textSubject.text;
    contactVariables.custMessage = textMessage.text;
    var postMessage:URLRequest = new
    URLRequest("mailContact.php");
    postMessage.data = contactVariables;
    postMessage.method = URLRequestMethod.POST;
    var loader:URLLoader = new URLLoader();
    loader.dataFormat = URLLoaderDataFormat.VARIABLES;
    loader.load(postMessage);
    gotoAndStop(2);
    As mentioned before, my form does work fine. Anyone know what
    the problem could be??
    Thanks
    CM

    Ok ive figured out that Flash does not like the '&' sign
    when data is sent back to it as a string. The thing that I dont get
    is that my PHP script does NOT send the data back to flash. Why oh
    why is this message being displayed?
    Also ive discovered that on some machines it does not display
    the error at all. I just don't get it. Anyone had this problem
    before?
    Thanks
    CM

Maybe you are looking for

  • HT4061 my iphone was stolen and i want the serial ?

    my iphone was stolen and i want the serial ?

  • Compilation error, no  /opt/SUNWspro/bin/cc on Solaris 10 64bit(x86)

    I was trying to compile Apache mod_jk on Solaris 10 64bit platform(x86) and I got the following error. I checked my system and I do not have /opt/SUNWspro/bin/cc. Any suggestions how to solve it? root@unknown >./configure --with-apxs=/usr/apache2/bin

  • Problem after upgrade

    I upgraded Apex from 2.1 to 3.1, in Oracle XE 10g. The log generated by apexins.sql contains the following message, as expected by installation instructions: "Thank you for installing Oracle Application Express. Oracle Application Express is installe

  • Pages: First page different in header?

    In Pages for iOS (iPad), how do I make the headers on my first page different? I wish there was an inspector like on the Mac version :( If there is I would love to know how to find it....I have a white MacBook so Apple has graciously taken away the c

  • Workflow process does not complete for 3500 but works for about 10 records

    Hi Gurus, I am a novice in workflow. Pls bear if the questions are very basic. We have a old custom workflow process which is inistaed by a PL/SQL procedure WF_ENGINE.CreateProcess --- WF_ENGINE.StartProcess --- COMMIT; --- Now this process has run f