How to suppress default alert in form 6i

Hi all
I am Working on form 6i
Help me ... How can i Suppress default alert with my alerts???
thanks....

Hello
Default alert i mean....
My Scenario is When i close the window a default save alert is invoking..... Actually i want to invoke user alert when i close the window.....
Even i have tried in when-window-closed trigger
if :system.event_window='my_window' then
if :system.form_status='changed' then
set_alert_property('alert',alert_message_text,'You wanna exit with Saving the changes');
set_alert_button_property('alert',alert_button1,label,'Yes');
a:=show_alert('alert');
if a=alert_button1 then
commit_form;
exit_form;
end if;
end if;
end if;
but their is no use
Help me in this..
thanks

Similar Messages

  • How to change default alerts in iCal?

    Hello.
    Every time you add a new event in iCal, the Info panel of the event contains a series of default alerts that you may want to add to it. However, all of them are useless to me (e.g.: "Send email to <my address> 4 days after), so I need to manually edit them event by event. Anybody knows how to change them? I have already inspected all the plist files related to ical, and looked inside the ical package content, but I found no indication of where to change these values. Using iCal version 5.0.2
    Thanks,
    l

    John: Thank you, this is exactly what I wanted. I was indeed inspecting the plist with bbedit, but what I did not realize is that the file has some parts which are binary, so I could not see the PersistentMenu-lastUsedAlarms part by using a text editor. I opened it with Xcode and I did find what you were saying, and erased all the junk that was in there. In fact, the issue I had was also described here:
    http://newsgroups.derkeiler.com/Archive/Uk/uk.comp.sys.mac/2010-06/msg02349.html
    For some reason, it looks like after some upgrade the program adds were some positive values in the plist and I was stuck with default alarms that were set *after* the events I wanted to set an alarm for.
    I did what you suggested, then added by hand new values to the PersistentMenu part of the plist, and I am now happy.
    For everybody's information, to know what I did, it is enough to know to add Dictionary items to the  PersistentMenu-lastUsedAlarms, with 3 fields:
    -- AlarmTypeKey (this determines if you want a sound, or else an email, or else the other default alarm type keys. For example, sending an email is a Number, value 4; having a message with sound is a Number, value 3)
    -- AlarmDurationKey: This is a Number, in seconds, that determines when you want your alarm to trigger. E.g: -172800 will be two days before. Must be negative for "before", of course)
    -- AlarmParameterKey: This is a String, where you store the value that you want the alarm to have. For example, if you want an email to be sent, the AlarmTypeKey will be 4, as explained above, and this field will contain your email address. Instead, if you want the alarm to be a sound, the AlarmTypeKey will be 3 and this field will have the name of the sound you want (e.g., Basso).
    That's it. Thanks a lot for the solution!
    l.

  • How to change default value in form

    Hi,
    I want to change the default value in form..how can i do this?
    Fo exa...in purchasing when we go to auto create..in action tab we see create been defaulted whenever we open the form and also there is one more option called add to...so whenever i open this form..i want to see add to there..
    How can we get this?please advise?
    Thanks
    Mahendra

    You can do it using forms personalization.

  • Acrobat Pro 11 - How to suppress default application pop-up

    We've got the Creative Cloud desktop apps license, so I used the creative cloud packager to build an Acrobat Pro Package. I just deployed the pkg to a test Mac OS X system with no problems. Since this is for a school computer lab environment I need to suppress the pop-up box that says "Adobe Acrobat Pro is not the currently configured to be the default application for PDF Files. Would you like to make PDF files open with Adobe Acrobat Pro instead of Preview?" (See below). I do not want to change the default application, and most importantly I do not want users presented with this pop-up. I combed through the com.adobe.Acrobat.Pro.plist file in ~/Library/Preferences and nothing's jumping out at me. I've read through a lot of the documentation on this site and can't seem to find a list of all of the keys, sorry if I'm missing something obvious, and thank you for any help.

    That is an OS setting not an application setting.  There are utilities that can help you do this but you probably will need to write a she'll script to do it.  This link might help explain what needs to happen but you will need to create/write the script on your own.
    http://superuser.com/questions/273756/how-to-change-default-app-for-all-files-of-particula r-file-type-through-terminal

  • Suppressing default messages in forms 9i

    can anyone help me to suppress default form messages like
    "Do you want to save the changes you Made".
    Thankng you

    The solution is the same - although you might want to look at waht is marking the detail block as updated in the first place - This will not happen on it's own - you may well have a POST-QUERY trigger or some validation that is marking the detail block as updated - hence the prompt to save the changes.

  • How to set default alert time?

    Whenever I set up a new calendar item on iCal and want to set an alarm one or more days before the event, the alarm defaults to 11:45PM. I would like to change this default time to something like 9:00 am. I've checked preferences but don't see any way to do that.
    Any suggestions?
    Thanks,
    David

    Go iCal Preferences/General and click the default alert tick box at the bottom. You can then adjust the amount of minutes before the event for the alarm. NB. ticking the tickbox means you get an alarm for every entry.

  • How to make default value in form input field disappear on user click

    I have an HTML input tag with a default value.
    How can I have that value disappear when user begins to type?
    Form is here:
    http://www.kardsbykaren.us/10pack.php
    Happy Holiday and thanks.

    Have a look here http://www.matiasmancini.com.ar/ajax-jquery-validation-html5-form.html
    Gramps

  • How to suppress "default program" question from trace32

    Hello,
    i use the micrsoft logviewer-tool "trace32" a lot.
    On each client it asks me "do you want this as default program"
    Each time i click on "no"
    I have not found a commandline-switch so i hope you can help me.
    Cheers
    mr snipes

    Hi,
    for trace32 it was
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Trace32]
    "Register File Types"="1"
    (set to 0 if trace shall not be standard)
    Yes, i am mostly using cmtrace - despite its bad behaviour of ignoring  CRLf
    And unfortunately CMtrace has the same behaviour as trace32.
    The entry for  trace32 from above is also being spawned from cmtrace (probably for downward-compability)
    I think many people would find it cool if a simple /nodefault or whatever switch would avoid playing with the registry.

  • How to suppress the HTTPS alert in a JSP page?

    Hi,
    I have a JSP page which is https,
    If I try to move from that page to another https site or refresh the same page ,
    I am getting the security alert ,
    How to suppress that alert
    Please help me out,
    It is more urgent ....

    I think it is possible because i have seen some sites in the internet which is https but I didnt see any alert for that
    Please help me out

  • Default Value to Form using Custom Library?

    In Custom Form A, in the global variables i have store the value , How to populate default value to Form B using in custom library.
    I tried using COPY, but its not working?
    COPY('GLOBAL.EXP_PRO',':IT_QF.PROJECT_NUMBER');
    Is their any other way to do it?
    Thanks!

    Zaafran Ahmed  Posted: Oct 26, 2010 2:05 PM
    COPY(:GLOBAL.EXP_PRO,'IT_QF.PROJECT_NUMBER');user12207320 Posted: Oct 26, 2010 2:40 PM
    I tried it throws a error,bad bind variable error >
    This will throw an error because the COPY built-in takes 2 Varchar2 parameters (Source and Destination). When you use the COPY built-in, you pass references to the objects not the objects themselves. Therefore, the reference to the global variable :GLOBAL.EXP_PRO would have to be passed as a string to COPY.
    Looking at your original post, you have a COLAN in the destination string. Try the following:
    COPY('GLOBAL.EXP_PRO',':IT_QF.PROJECT_NUMBER');
    /* Change this statement to: */
    COPY('GLOBAL.EXP_PRO','IT_QF.PROJECT_NUMBER');Craig...

  • How to use alerts in Form Portlet

    Hi I m new to portal..
    Plz suggest me how to use alerts in Form Portlet...
    If possible give me some sample code...

    I think I already answered this question in the main Portal forum.
    Mick.

  • How to get Default submit button of system form?

    Hi all,
    For system forms default button is not set so how will know which is the default button.
    By default all system forma have button UID "1" as default button for Employee master
    Button UID "1" is for cancel and "2" is for Add/Ok/Update.
    pl Guide,
    Atul

    Hi,
    Try This.....
    oform = sbo_application.Forms.GetFormByTypeAndCount("134", "1")
       MessageBox.Show(oform.DefButton)
    Thanks
    Shafi

  • How to test alert mechanisum after checking., Suppress Multiple Alerts of this Rule.

    Hi Experts,
    Currently,  Suppress Multiple Alerts of this Rule. condition is not checked, now its checked to avoid dulicate alerts.
    Please let me know how to test this conditon?
    Thanks,
    Thrilok Chandar

    make the message fail in PI for example 3 times, and check if you get 3 alerts.
    you won't get 3. after one you have to confirm the alert then only you will get another consecutive one.
    for that go to alert inbox and complete the alert and check if you get the alert or not.
    if you don't check Suppress Multiple Alerts of this Rule no need to do above activity.

  • How to apply modified UI Defaults to existing forms and reports?

    Hi all--
    I've been struggling with UI defaults and after searching through posts in this forum, it doesn't look like I'm alone.
    Is there a way to apply changes made to UI defaults to existing forms and reports? New forms and reports pick up the changes, but can they by applied retoactively?
    Thanks in advance,
    Dan Krautheim

    Thanks for the update,
    We have a develpment 10g AS environment setup made,
    1) But we are really confused how to present the forms and reports.
    We have around 250 forms and reports running on client/server architecture. All these forms/reports have been copied to a fileshare and access control is restricted by folder security.
    2) How to deploy forms - entries within formsweb.cfg with Named Configuration sections.
    3) How to deploy reports, as to were to copy the .rep files.
    getting the following error
    REP-110: Unable to open file 'Car_Readings.rep'.
    while trying
    http://kddsvr6.kddc.com:7778/reports/rwservlet?report=Car_Readings.rep&userid=username/passwd@db&desformat=htmlcss
    Thanks in advance,
    AJi

  • How to suppress the  Forms special message on run time (forms 6i)

    Hi,
    I am using forms 6i and got the following message on run time. How do I suppress this message on run time? I don�t know the message code of this message, may be it is the prompt or some other type of message.
    However I also used the system variable MESSAGE_LEVEL to suppress this message but it did not suppress.
    For Example:
    :SYSTEM.MESSAGE_LEVEL := '25';
    Please send the code to suppress this message.
    FORM MESSAGE:
    Oracle Forms 6.0
    Use the Windows Program Manager to execute operating system commands.
    Thanks
    Amit

    Dear Frank,
    Thanks for reply.As you said I keep the value <NULL> in the Form Module properties palette.But that forms message did not suppress and it still display.The message is:
    Oracle Forms 6.0
    Use the Windows Program Manager to execute operating system commands
    Could you please give me its solution how to avoid that message?
    Thanks
    AMIT

Maybe you are looking for

  • Loading binary data to graph

    Hello, I have a VI that uses an XY-Graph to graph 2 plots and after my buffer exceeds a certain limit it writes that data into a binary file and saves it on my computer.  Now I'm trying to make a VI that can open that binary file and display it on an

  • Hp envy can't right and left click at same time

    my hp envy touchpad cant hp envy can't right and left click at same time. i dont know if its a driver. because of that i cant play games like GTA cause i need right click to aim and left click to shoot. is there a solution to this  This question was

  • Issue converting with function ToNumber

    Hi    I have in one infocube a ratio with datatype Quantity [QUAN] and it's an attribute from a Z infoobject when i create the universe was datatype char and it's qualification = detail.   When i list in a webi reports appears like 0.125L, 0.175L bec

  • ERROR 110

    Download CS6 Master Collection, Error 110 Everyday, Every time!! -- (OSX)

  • Now it wont even turn on....

    can someone please help. not only was i having trouble getting the songs out of the settings in the nano but now when i went to have a second go.... the b@#@#@# thing wont even turn on... any suggestions?? i really am in the doghouse now!!!!