How to display some alerts

Hi,
I want to know if Portals has some types of alerts like in Forms 6i/Developer2000 has alerts.
Thanks
Muhammad Ejaz

Hi ejaz
Portal does not support alerts by it self ,But u can create alerts by using javaScript for field level validations in the form ..
vishnu

Similar Messages

  • How to display an alert message on click of link in tableview

    Hi,
    Following is the code for a tableview in layout section of a BSP( i have specified only one tableview column here). The requirement is to display an alert message on click of link in the first column that is "evbeg". Can anyone please help me how to achieve this? Appreciate quick response on this.
    CREATE OBJECT lr_dateiterator TYPE cl_lso_bsp_it_trdates
                EXPORTING im_application = application
                im_tform = trainingform.
            <htmlb:tableView id            = "dates"
                                 table         = "<%= dates %>"
                                 iterator      = "<%= lr_dateiterator %>"
                                 width         = "100%"
                                 rowCount      = "<%= lp_len %>"
                                 footerVisible = "FALSE"
                                 sort          = "SERVER" >
                  <htmlb:tableViewColumn columnName    = "evbeg"
                                         type          = "user"
                                         title         = "<%= otr(LSO_FRONTEND/schedule) %>"
                                         tooltipHeader = "<%= otr(LSO_FRONTEND/schedule) %>"
                                         sort          = "TRUE" >
                  </htmlb:tableViewColum>
    Thanks and Regards,
    Archana.

    you have to code in the iterator for this.
    in the render_cellstart method of the iterator you need to code.
    this is for a column.
    when 'MATNR'.
    data: text type string.
    text = 'disp_alert()'.   "this java script i placed in the page
    data: lo_link type ref to cl_htmlb_link.
      create object lo_link.
         lo_link->id = p_cell_id.
         lo_link->onclientclick = text.
         lo_link->text = <fs>-matnr.
         p_replacement_bee = lo_link.
    below is the java script i added in my page..
    <  sc ri   pt type="text/javasc ript"   >
    f u n  ction disp_alert()
    a  l e  rt("helloworld");
    < /s  c ript >

  • How to display an Alert synchronously ?

    The Alert.show() function displays an alert asynchronously in
    Flex (the code line which follows the Alert.show() statement is
    executed well before the alert actually appears on screen).
    Anybody knows a way to force this alert to show itself
    syncronously instead please?
    Thank you in advance.

    In the following example an Alert box is popped up with a
    Yes/No question. At no time is the Flash Player (your Flex SWF)
    paused or waiting. This is purely event driven.
    private function showChoiceAlert() : void
    Alert.show("This is a choice. Either pick Yes or No,
    please", "Choices",
    Alert.YES | Alert.NO, null,
    alertHandler);
    You call this function as the result of some action, such as
    a button click. When either of the Alert's Yes or No buttons are
    picked, the function, alertHandler(), is called:
    private function alertHandler( event:mx.events.CloseEvent ) :
    void
    // the event.detail indicates which button was pressed.
    Compare it
    // to the static values in the Alert class.
    if( event.detail == Alert.YES ) {
    result.text = "You picked Yes";
    } else if( event.detail == Alert.NO ) {
    result.text = "You picked No";
    } else {
    result.text = "I don't know what you picked!";
    In this example, the alertHandler fills a Label component's
    text property.
    In other words, you cannot 'wait' for the user to do
    something. The 'waiting' is simply the Flash Player doing whatever
    it does until the user picks a button on the Alert dialog which
    fires an event.

  • How to display Some message in the BEX Explorer

    Hi Experts,
    We have a scenario where we will check for a condition in the User Exit Variable.
    Depending on the condition we need to stop the execution of the query and display some message.
    Can any one please help me in explaining me how to display message in the BEX and stop the Query Execution.
    Thanks in Advance,
    Premkumar

    Somenath,
    I think from what I gathered in the other posts on SDN about exceptions that it can be used only within a function module and not directly ..
    http://help.sap.com//saphelp_470/helpdata/EN/9f/dbaa0635c111d1829f0000e829fbfe/content.htm
    Try creating a Z Function module to display the exception but then the exception would stop only your Z Function module and not the user exit from going further..
    Arun
    P.S some more dope on the same with regard to raising exceptions in programs ( in your case ZXSRU01)
    http://help.sap.com/saphelp_nw04/helpdata/en/55/bff20efe8c11d4b54a006094b9456f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/83/636d2012fc11d5991e00508b5d5211/content.htm
    Message was edited by:
            Arun Varadarajan

  • How to display some components conditional!

    Hi All:
    Now in one of my page have two buttons, one cancel button and one confirm button,also hava some components, one of the components is af:panelForm which contains some inputTexts.The af:panelForm is displayed only when the sessionScope value 'display' is 'displayAll', when i first time entered this page, the sessionScope value 'display' is 'displayAll', and the af:panelForm is displayed.The problem is :
    when i click the cancel button, i hava use session.removeAttribute("display'");But the af:panelForm is still display in the page, it seems the page doesn't refresh.
    How to sovle this problem and thanks in advance.
    Alex

    Alex,
    You can tell if the page is getting refresed by putting an output component onto it that show the current time. This gives you a visual aid.
    If the cancel button uses partialSubmit=true then the page doesn't refresh. If you remove the attribute displayAll and don't replace it with anything that sets the rendered value to false using EL then I assume the component renderer will use its default rendering setting, which is true.
    Frank

  • How to display some data fetched from a Custom assembly?

    Here's my simplified scenario.
    I have a small .net library that connects to a database, fetches some data and does a bit processing.
    In an SSRS report, I am able to reference the assembly and can call a methods that returns a string list (for instance). It works just fine with appropriate permissions set (both in VS and Report Server).
    Now that I have the string list, how do I display it in some kind of a list? Is it possible?
    Thanks in advance for any help.

    Hi there,
    You could convert the list to a dataset and use the data table or list control to display.
    http://technet.microsoft.com/en-us/library/ms152917.aspx
    cheers,
    Andrew
    Andrew Sears, T4G Limited, http://www.performancepointing.com

  • How to display some html code in the front panel

    Hello.
    I am trying to properly display a few lines of html code in some kind of indicator on my front panel.
    I was trying to use an ActiveX container with MS IE in it, but all the methods I find are to make it navigate to a given URL. I did not find any method or property by which I could give it some html code and it would display it.
    Anybody know of a way to do this? It does not have to be using ActiveX or MS IE.
    Thanks in advance,
    Alejandro

    Here is a simple way using the activeX that I have embedded in some programs in the past. You will have to call the file path to show the file.
    Hope this helps some.
    -Dave
    Attachments:
    HTML Window.vi ‏36 KB

  • How to Display an Alert or Dialog Box in Flash CS4?

    I would like to have a quick message displayed on the screen for a few seconds after a user clicks a button.  I can't seem to find an Alert Box or Dialog Box option in Flash CS4...can anyone help?
    Thanks.
    Dave

    as2 has the window component.  and for both as3 and as2 it's pretty simple to create your own movieclip to use as an alert window.

  • How to display " %some string% " in JSP

    In the following code the value of Parameter "greeting" is "<%some string%>"
    How do I escape it so that I can print it as it is.
    out.println("Greeting: " + request.getParameter("greeting"));
    thanks in advance.
    -a.

    If your variable is named some_string<%
    String some_string = "dear user";
    %>
    Greating <%= some_string %>,                                                                                                                                                                                                                               

  • In jsp how to display code?

    in jsp how to display some code like this:
    String body=body1;
    String body_new="";
    int Position = 0;
    while(true){
    int index = body.indexOf(0x0D, Position);
    if(index == -1){break;}
    if(index > Position){
    body_new += body.substring(Position, index);
    body_new += "<br>";
    Position = index +1;
    if(Position >= 0){
    body_new += body.substring(Position);
    body=body_new;
    ==================
    i find IE will not display the "<br>" and some char like "'"
    i use text textarea post
    thanks

    let us say this page as code.jsp
    code.jsp
    this is the u need to follow.........
    String body=body1;
    String body_new="";
    int Position = 0;
    while(true){
    int index = body.indexOf(0x0D, Position);
    if(index == -1){break;}
    if(index > Position){
    body_new += body.substring(Position, index);
    body_new += "<br>";
    Position = index +1;
    if(Position >= 0){
    body_new += body.substring(Position);
    body=body_new
    this is the sample usage ok

  • How to display text in custom control?

    Im doing a module pool program. There I have a Input field ,if user input there, some text I have to show in custom control. I have created custom control . But how to display some text there? what method I have to use?
    I have use this code for creating custom control.
    CREATE OBJECT EDITOR_CONTAINER
          EXPORTING
            CONTAINER_NAME              = 'TEXTEDITOR'
          EXCEPTIONS
            CNTL_ERROR                  = 1
            CNTL_SYSTEM_ERROR           = 2
            CREATE_ERROR                = 3
            LIFETIME_ERROR              = 4
            LIFETIME_DYNPRO_DYNPRO_LINK = 5.
        CREATE OBJECT TEXT_EDITOR
          EXPORTING
            PARENT           = EDITOR_CONTAINER
            WORDWRAP_MODE    = CL_GUI_TEXTEDIT=>WORDWRAP_AT_FIXED_POSITION
            WORDWRAP_POSITION          = LINE_LENGTH
            WORDWRAP_TO_LINEBREAK_MODE = CL_GUI_TEXTEDIT=>TRUE.

    Hi,
    You will have to use the method 'set_text_as_r3table' to display your text in the object.
    The text will have to be passed as an internal table to the method.
    Regards,
    Ankur Parab

  • How displaying an alert message called from a database procedure

    Hi,
    How can I display an alert message that is called from a database procedure.
    I've tried the following code:
    l_al_button NUMBER;
    l_al_message VARCHAR2(80);
    l_al_id ALERT;
    Set_Alert_Property(l_al_id, alert_message_text,l_al_message);
    l_al_Button := show_alert(l_al_id);
    When trying I receive an error that says that the word ALERT need to be declared.
    Any suggestions?
    Thanks

    Hi,
    leave the procedure without error handling.
    This is what you can do:
    1.Inside the database procedure-
    BEGIN
    RAISE_APPLICATION_ERROR (-20001, 'The chosen length of the Public Key Exponent ....');
    END;
    2.Into your Form -
    BEGIN
    EXCEPTION
    WHEN OTHERS THEN
    IF sqlcode = '-20001' THEN
    Display Your Messages.
    END IF;
    Monica
    END;

  • How can I display some OrdImages using a Applet in html or Jsp?

    hi
    I want to use a applet to display some images retrieved from intermedia OrdImage Object.
    Now ,I know that a applet can display some image objects or some images with their own filepaths. But we can get ordimag objects from Oracle database.And we can image data or image properties by ordimage java mathod. It is in html/Jsp environment. So how can I transform from ordimage to applet?? I appreciate someone who can help me!
    Bill

    Do you mean applet or Servlet?
    An Applet is java code that is downloaded over the web and runs in a web browser environment. Is this what you are doing?
    I suspect you are really talking about servlet/JSP environments, and the ability to include images from the database in a web page.
    In either case (applet or servlet), you want to be able to access images via a URL. For a Servlet/JSP/web page, this URL will be specified in a HTML <IMG> tag with a key as a parameter to the image you wish to view. Images are not in-line downloaded in a web page. They are access after the HTML is loaded, and are accessed with URLs, sometimes relative URLs rather than fully specified URLs.
    To deliver images to the web from the database using the PL/SQL gateway and iAS, where the procedures are generated by a wizard, see:
    http://otn.oracle.com/software/products/intermedia/htdocs/descriptions/imedia_code_wizard.html
    You can create a simple servlet (JSPs can not deliver binary data) that delivers database images using java classes. See:
    http://otn.oracle.com/software/products/intermedia/htdocs/descriptions/servlets_jsp.html
    http://otn.oracle.com/sample_code/products/intermedia/htdocs/intermedia_servlet_jsp_samples/imedia_servlet_jsp_readme.htm
    for a sample.

  • [svn:osmf:] 15505: Fix image smoothing, which had been broken as a result of some changes to how the display object of an ImageElement is exposed .

    Revision: 15505
    Revision: 15505
    Author:   [email protected]
    Date:     2010-04-16 09:29:26 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Fix image smoothing, which had been broken as a result of some changes to how the display object of an ImageElement is exposed.  Add integration test.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/ImageElement.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/elements/TestImageElementIntegration.as

    That's a comment in the file. It has no effect at all.

  • How to display Alerts?

    Hi all,
    In My dashboard, I  already cleared Alerts, so  how to display Alerts again?
    Thanks!
    Anne

    Hi Anne
    Refer this Blog
    http://www.peakindicators.com/media_pi/Knowledge/obiee%2011g%20-%20overview%20of%20action%20framework.pdf
    http://123obi.com/2011/05/obiee-11g-configure-oracle-bi-scheduler-e-mail-settings/
    Thanks,
    Reddy

Maybe you are looking for

  • How do i transfer itunes playlists from one computer to another?

    My old PC with Windows XP and iTunes died for good. Luckily library and playlists were save on and external hard drive shortly before. My newer Dell vostro 1520 laptop has Windows 7 and wish to instal my playlists from my external hard drive into a n

  • Help Learning Flash

    I have no experience in Flash nor anything that even closely relates to or carries over in any way (Although I am not stupid... :) ). I have learned how to do many things within Flash in the past couple days, however I am having trouble learning to c

  • Is it possible to capture HD 1080i on FCP 5.04?

    Hello, I just purchased a new HD camera that shoots HD 1080i50 as well as progressive. i guess FCP 5 can't handle the progressive, but i thought it should be able to capture the 1080i, because it exists as an option in sequence settings. however, eve

  • Suppress selection

    Hi fnds,      I had one problem. In selection screen , I had one select option after clicking the range option it will display  include and exclude ranges ..the requirement is that the need only the include single selection and remaining should be su

  • InjectionException when trying to run ACC client

    Hi everybody, I'm trying to get a remote client to work for my application. The client should just call EJB's buisiness method and retreive information: public class Prozor extends javax.swing.JFrame { @EJB private static LoginBeanRemote loginBean; p