Web ADI - How to display messages in Excel

Hi,
I'm building a group validator in java in WebADI and I run into two problems:
1) One row in Excel can have both errors and warnings. The colour of the smiley depends on which message was uploaded last. But if I have an error I don't want to have it displayed as a warning (if the last message is a warning)!
Now I have a check so that if I find an error I will not upload the warning message. But if the error is found by another validator, how can I see that? Is there any way? Are the error messages stored anywhere?
2) I want to upload messages to the rows in Excel even if the upload was successful. There is the possibility to upload error and warning messages but I want a green smiley and a message on the row level. Does anyone know how to do that?
Thanks a lot!
Best wishes
Kerstin

Hi Seshu,
Disable the parent iviews message area before calling the child(popup) window. Then you can get the message in the child(popup) window.
According to documentation, oldest (parent) message area would be used if there are more than one windows (in a layout).
Thanks,
Raags
PS: If useful reward points

Similar Messages

  • Forms 9i Runtime causes "Web site cannot be displayed" message

    I'm running Forms Developer 9iDS on Windows NT and IE ver 5.5. Whenever I try running a form from builder IE returns the message "Web site cannot be displayed". Is there any problem with settings/installation?

    Hi,
    This error message sounds like a Browser message from IE. This means that the URL called does not exist or cannot be served due to a server unavailability. Did yu start teh OC4J instance? Go to the Windows start bar, the iDS folder, Forms and the click on "start OC4J inszance".
    Frank

  • How to display message when no return values in powershell script?

    Hello,
    I have written following command that returns "Failed" timer job titles for previous day :
    $FailedSPTimerJobs = Get-SPTimerJob | % { $_.HistoryEntries } | Where-Object {($_.StartTime -gt $YesterdayStartDateTime) -and ($_.To -lt $YesterdayEndDateTime) -and ($_.Status -eq 'Failed')}| Select JobDefinitionTitle | ConvertTo-Html -Fragment
    ConvertTo-Html -Body "<font color = blue><H4><B>Report </B></H4></font>$FailedSPTimerJobs " -Title "Test Report" -CssUri C:\style.CSS | Out-File "E:\Reports\Test.html"
    However, I need to display Message ( "There are no Failed Jobs recorded") when records are NULL.
    Would you please let me know how can I achieve this ?
    Thanks and Regards,
    Dipti Chhatrapati

    You could just do something like
    if ($FailedSPTimerJobs){ 
    $FailedSPTimerJobs
    = "There are no Failed Jobs recorded"
    should have been 
    if (!$FailedSPTimerJobs){ 
    $FailedSPTimerJobs
    = "There are no Failed Jobs recorded"

  • How to display message in Default Frame work Page (Page Title bar)

    Dear Guru,
                    I want to display message in Page Title Bar , and that message should move like(Marquee in html) . So please any one suggest how to do and that message should be display for certain time.
    Thanks and regards
    Kumar Rakesh.

    Kumar,
    create a bsp application and create an iview from it and put it in default framework page
    code for the same
      <%@extension name="htmlb" prefix="htmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <htmlb:content design="design2003" >
      <htmlb:document>
        <htmlb:documentHead>
        <htmlb:headInclude />
        <style type="text/css">
        .urBdyStd { background-color: "#455F55"; }
        </style>
        </htmlb:documentHead>
        <htmlb:documentBody>
    <marquee scrollamount="3" >
    <%-- <htmlb:textView
    encode ="true"
    id="a"
    textColor = "white"
    text = "BI Reports are currently down" />--%>
    <b><font size="2" color="red"><%=wa_rep-s_message%></font></b>
    </marquee>
        </htmlb:documentBody>
      </htmlb:document>
    </htmlb:content>

  • How to display message in Ajax Model pop-up extender/overlay on click of a link button

    I am dynamically create the link button using reapeter control and each link assign to different type of content.i want to show the content in  a overlay / Ajax modal pop-up extender. ( Content Type: Video/PDF/Text).
    I need to know how to display the content in overlay/Modal pop-up on click of the link button.

    Hi,
    According to your description, my understanding is that you want to display the content of Video/PDF/Text in a pop-up dialogue when clicking the link button.
    I suggest you can use the Jquery media plugin to open the file content in a pop up dialogue.
    Here is a detailed code demo for your reference:
    Jquery: Open PDF File in browser with Modal Popup using Jquery Media Plugin
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Custom integrator to Display message in Excel Sheet

    How I can Display my Message in Custom Integrator Excel Sheet

    I have try the following but I still did not get the custom error message
    while I have enter the record in Application Developer->Application -> Message
    Name : NOT_POSSIBLE
    Application -> Web Applications Desktop Integrator
    Language -> US
    current Message text : This entry not Allowed
    FND_MESSAGE.SET_NAME('BNE','NOT_POSSIBLE');
    FND_MESSAGE.RAISE_ERROR;
    also try this
    hr_utility.set_message(231 ,'NOT_POSSIBLE');
    hr_utility.raise_error;

  • How to display - Message Length more than 100 characters

    Hi,
    I am displaying a message string which gets generated dynamically. Which means I donno theolength of that. It may go upto 200 characters also.
    However, In message display, the number of characters have some limit.
    Could you please let me know, How can I achieve this?
    MESSAGE E000 with lv_string.
    Thanks,
    Sandeep

    Hi Srini,
    I have already 4 place holders. And one of the place holder will be populated dynamically which I mentioned above. And more than 4 place holders, it is not accepting.
    Could you please help me.
    Thanks,
    Sandeep

  • How to hide messages in Excel Planning

    Hi,
    We are implementing SAP IP and as part of this we are creating planning queries in workbook for excel based planning applications. Here whenever user opens workbook, we are getting popup for some system message. Also each save, value check command will have messages getting triggered at the bottom. Users are getting annoyed with these kind of messages. What is the way to hide these messages.? We had tried to hide messages at query level in RSRT but no help. Any input regarding this is appreciated !
    Prawin

    HI Prawin,
    you can do the settings for this one either in BEx Analyzer (Excel) or Web Application Designer (WAD),  not in BEx Query Designer.
    If you use BEx Analyzer just take a look over here:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/6f/8131bc899043d29d792743bb821afa/content.htm
    Brgds,
    Marcel

  • How to display messages in status bar

    Hello,
    Im developing some forms that will be published in EBS 12.1.1
    Im using Oracle Forms Builder v 10.12.0.2.
    Those forms are based on the Template form.
    I have the following problem: Messages are not displayed in the status bar (for example messages about how many records were affected when the user press Save)
    Do you know if I need to set up any property or another task that I need to do in order to see the messages ?
    Thanks in advance,
    Sergio Maestri

    Sergio,
    Even though your form is based on the Apps Template form, double-check to ensure it has all of the triggers it should have, like the Form level Key-Commit. The easiest way to make this comparison would be to open your custom form and then open one of the EBS forms like "ARXCUDCI". If your comparison shows no significant differences you might be dealing with a situation when the message is displaying in the Console (status bar) but something else is clearing the console. Check for any Clear_Message calls.
    Hope this helps.
    Craig...
    If my response or the response of another was helpful, please mark it accordingly

  • How to display message in the alert box

    hi every  one,
    i am inserting some data into the fields and selecting the button to insert.
    but it is inserting even fields are empty..
    i want to display "so and so field is empty.. please enter"
    it should display  a box and return if u press ok.
    how to do this

    Hi,
    I think this code will help you.
    public void onActionAddressSelected(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionAddressSelected(ServerEvent)
              String dialogText = "Would you like to fetch this EmaiId ?";
             IWDConfirmationDialog dialog = wdThis.wdGetLoginController().wdGetAPI().getWindowManager().createConfirmationWindow(dialogText,wdThis.wdGetAPI().getViewInfo().getViewController().findInEventHandlers("Yes"),"Yes");
              dialog.addChoice(wdThis.wdGetAPI().getViewInfo().getViewController().findInEventHandlers("Cancel"),"Cancel");
              //dialog.addChoice(eventHandler,"OK");
              dialog.setWindowPosition(WDWindowPos.CENTER);
              dialog.open();
              //wdThis.wdGetLoginComponentController().fireAddressSelectedEvent();
        //@@end
    Regards,
    Karthick

  • How to display message in Servlet

    I try to display an error message for user to see.
    Please help me on that to develop the servlet program. Thanks

    servlet is server side , if u wan't to inform the client that an erros has accured u can do that in two simple ways :
    a. when an exception has been cought responseredirect him to let's say error.jsp and display and appropiate message
    b. include a div which has a <p> in the bottom of it when default value of visibility is set to hidden and when an error has accured for example failure on sever side validation stick appropiate attribute to session and return back to jsp ....
    BOL.

  • How to display message using default lock in ORACLE 9i?

    I am using ORACLE 9i I am inserting a same record in a same table (which is having primary key) of same user with different sql editor (or from different machines).
    with same time.
    One person is able to insert the record..
    But other one is in processing state, once the inserted person give commit,then only other person got the message "Primary key constraint voilated".
    This is bcoz of concurrency in oracle. For this purpose Oracle uses default lock.
    Is it possible to give message to other person like "One user is using this table..", after a record is inserted and before commit is get issued by the inserted user?
    how can i do this?
    Thanks a lot for your help

    [url http://forums.oracle.com/forums/thread.jspa?threadID=543335&tstart=0]duplicate thread

  • How To Display Message Dialog when the Database is Empty

    Hello everybody...Im writing a mini app which uses swing GUI and JDBC. the program is a mini contacts book which adds data to the database thru the textfields and retrives the data to the textfield.now what i want to do is when the menu "show record" is clicked and then there is no data in the database, it should display "no records found" because the database is empty. how do i do that?I need urgent help thanks...

    Scrolling of results can be done in 2 ways.
    if ur result set are small, read them in one go and display as PREV / NEXT button is pressed,
    Or if ur result set is very large, maintain internal counters, and navigate with them.
    When u are at first / last entry, better dissable those button actions.
    I hope this will help you.
    Regards
    BS

  • How to display message

    Hi experts,
    I have a internal table with values, in that field t_data-NAFAZ condains records with plus and mines values, while executing the program if the field i_data-nafaz contains mines values user need a error message. for that how i can give the condition?
    This field condains mines values raise the massege....
    any one plz help this.
    Mohana

    Hi,
    As NAFAZ is a decimal field you can use;
    IF t_data-NAFAZ LT 0.
      Error
    ENDIF.
    or
    IF t_data-NAFAZ < 0.
      Error
    ENDIF.
    Regards,
    Nick

  • How to display image in Excel from SAP

    I have to download the image from SAP to Excel with data. Is there any way to do it.
    Thanks
    Vivek

    thanks for replies,
    i checked that one also but didn't get the solution i tried it shows like http://apex.oracle.com/pls/apex/f?p=52985:2:107570357797788:::::
    and my log in credentials are
    Workspace name: ajit_personal
    user name: ajit
    Pass word: ajit
    please check once where i am going wrong,
    thanks in advance,
    Regards,
    ajit

Maybe you are looking for

  • Small Icon sizes in Open Dialog Box

    When I upgraded from Snow Leapard to Lion I was very impressed that the icon sizes in the File->Open dialog boxes varied in size (per folder) on how you viewed them in Finder. For example, I would set my Finder Pictures folders and contents to a larg

  • How to change Data Object

    Hi everyone, I m trying to change from one D.O. to another using the "Global Change Data Object" at BAM Active Studio, but when I find the D.O. wich I want to use the radio button its greyed out. I really need to change the D.O. and I dont see how to

  • Error message received submitting form via email - "Acrobat cannot connect to the server"

    Some of my users are unable to submit form data.  The forms are set up to be submitted via email and only a few of the users are effected.  They have installed the latest versions of both Acrobat and Adobe Reader. "Acrobat cannot connect to the serve

  • Table for storage location stock data

    Hi All, I have a report in which i have to pull the data for all storage locations. I need to display the Quantity of each material in storage location , Total price of individual materials(amount), and the plant information. Thanks: Siddharth

  • Drop in speed and higher pings

    Hi, i guess this has been mentioned before on here but i think the G.inp activation has happened on my cabinet. i was using a Eci modem but read the huawei modem may solve the G.inp problem but didnt. I connected my Asus Vdsl/Router to the line and t