Display Message error in Status Bar

Hi Experts.
I create a screen, if the user don't insert all fields i want display a message error.
But I want display it in the Status Bar!!!!
Now i try with:
MESSAGE i018.
It's all OK.... but there is the wrong icon
But with
MESSAGE w018.
or
MESSAGE e018.
There is the right icon but when display the error message the input by user are lock!!!
What can I do to see the right icon and don't lock the user input?????
Edited by: Marco Modenese on Apr 17, 2008 12:28 PM

Put your fields and the module for validation in CHAIN.
ENDCHAIN. block.
like this
chain.
field field1.
field field2.
module validate.
endchain.
IN main program
module validate.
if <condition>.
MESSAGE e018.
endif.
endmodule.

Similar Messages

  • Problem in displaying messages in the status bar

    Hi all,
    I have a custom form and whenever user clicks on the save button after entering any data in it, i would like to display a message in the status bar(as like in standard oracle forms).
    I got the following solutions from some Guru's but it dint worked.
    Sol 1: Setting the CONSOLE WINDOW property of the form to the custom window name.
    I tried it and got the following error while compiling the form.
    FRM-40735: ON-ERROR trigger raised unhandled exception
    ORA-06508
    In my ON-ERROR trigger i have the standard code
    APP_STANDARD.EVENT('ON-ERROR');
    sol 2: writing the following code snippet in POST-INSERT or POST-UPDATE trigger
    clear_message;
    message('Data Saved', NO_ACKNOWLEDGE);
    synchronize;
    With both the solutions i dint get any positive output.
    Is there any other suggestions ?
    Thanks in Advance.
    Praveen

    A hack: at the end of init() put
    ActionListener hack = new ActionListener() {
    public void actionPerformed(ActionEvent evt) {          showStatus("My status message"); }
    new javax.swing.Timer(1000, hack).start();
    Then 1000 milliseconds after init() completes it'll display your message.
    There's got to be a cleaner way but if you're satisfied with this, great.
    Michael

  • Display error message in the status bar during PBO

    Hi All,
    I want to issue an error message on a program's selection-screen.
    The thing is when I issue an error message inside PBO, all the text in the selection-screen are gone and replaced with lines.
    So i displayed the error message in the status bar.
                      MESSAGE S074(Z4) DISPLAY LIKE 'E'.
    But the problem with this is that it will allow to continue data processing.
    What shall I do in order for my error message to behave as an error message and not as a status message?

    Hi,
    Write your message in PAI same as you have done MESSAGE S074(Z4) DISPLAY LIKE 'E'.
    after this use call screen 'your screen no'.
    it will not lock the field.

  • How to set the message in the status bar...

    hai,
    how to set the message in the status bar...
    let us say "inserted data successfully, or opening page followed  by the link clicked on the screen....."
    kindly help me out

    sunil,
    do not use advise by Ashutosh with WebDynpro.
    Instead of placing message into browser status bar (and browser is not the only WD UI agent), use IWDMessageManager API to post messages of such kind:
    wdComponentAPI.getMessageManager().reportSucces("Record inserted"); 
    VS

  • Link URL containing feed: is not displayed correctly in the status bar

    When a link contains feed: in the URL, it is not displayed correctly in the status bar.
    The actual URL is
    a href="feed:http://www.....com/feed/"
    but the URL shown in the status bar is
    feed://http//www.....com/feed/
    IE8 shows the correct URL in the status bar. Not sure if this is a problem, but thought I would report it.

    Such a feed works for me even if it is displayed differently then you expect on the status bar.
    <pre><nowiki>data:text/html,<a href="feed:https://support.mozilla.com/en-US/questions/758020/feed">feed</a></nowiki></pre>

  • Help frame is not opening to user, but displayed on the windows status bar.

    Hi All,
    In my application help frame is displaying on the windows status bar. But when i click on the icon it is not displayed on the desktop.
    This is not happening again to reproduce it.
    If you have faced this problem anytime, please let me know.
    May be a problem with the windows OS.
    In general, is there any case that, java Frame behaves like this?
    Regards,
    Nar

    Have you currently got private browsing enabled : Settings > Safari > Private Browsing 'on' ?

  • Firefox displays "Stopped" in the status bar; stops all the tabs and does not do anything!

    Firefox displays "Stopped" in the status bar after running for a few minutes. It does not do anything on the page unless it is killed by opening the task manager. Sometimes I even have to restart the computer. And if that also doesn't work that shut down using the power button. Others have reported similar issues too.
    == This happened ==
    Every time Firefox opened
    == couple of weeks ago

    See:
    * http://kb.mozillazine.org/Windows_Media_Player#Missing_plugin
    * http://windows.microsoft.com/en-US/windows/downloads/windows-media-player (see Firefox)
    * http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx

  • How to Show String Error Message in SAP status bar?

    Hello All,
    I am doing some custom check in SBO_SP_TransactionNotification and Setting
       SET @error = -1
       SET @error_message='Duplicate Web Order ID'
       select @error,  @error_message 
    But in SAP interface it is only showing -1 in status bar, I could not show error_message in status bar. How it could be achieved.
    Thanks in advance

    Hi
    try this
    SET @error = 1
    SET @error_message='Duplicate Web Order ID'
    select @error, @error_message
    Regards
    Arun

  • Inexplicable Object Required error in status bar?  Crazy.

    Hope someone can help.  Firstly, I'm developing in Classic ASP, DW8.0.2.
    I am receiving an inexplicable "Object Required" error in my status bar on the following page of a website I am developing:
    http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    When the page initially loads, there is no error.  But click a link, or hit Refresh and the error appears!  And there are loads of errors too!  What gives?
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Fri, 12 Feb 2010 16:04:45 UTC
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Line 53 of my code is:
    rsMOVIE_cmd.CommandText = "SELECT movieID, movie, cinedvd, moviecert, movierelease, moviecast, movietrailerID, livemovie FROM dbo.movies WHERE movieID = ?"
    However, I know this isn't the problem because I've completely rewritten the code and it always flags line 53, char 3 no matter what code is on that line.
    Hope someone can shed some light on the matter.  Thanks.
    Regards
    Nath.

    Thank you, again, for your response Bregent.
    The line in the client code, that's being reported as being an error is:
    <div class="reviewlayout">
    Can I just confirm with you though, when the page initially loads I don't receive the error.  It's only when I either select another link, from that page, or refresh the page.  Is that also happening for you?  It sounds like you're not seeing the error initially either, but I am wondering if, like me, you receive the error when you choose a link, or refresh?  I'm getting that in IE8 and Firefox 3.6:
    http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Why would an innocuous bit of CSS code be causing this error?
    Appreciate the input, thanks.
    Nath.

  • "Extracting...this might take a while" message and download status bar running for 15 hours.

    Having purchased Adobe Acrobat XI Pro Mac Download, and installed the program with Adobe Download Assistant, the program is loaded but the status bar has continued to run for 15 hours with a message underneath stating "Extracting...this might take a while".  Also, a warning message appeared during download stating "The following disk images couldn't be opened"; (Image) AcrobatPro_11_Web_W, (Reason) error -4960.  How do I complete this download?     

    Check for the Internet connection. If its good, then try the same with a different broswer. Below link would help in this scenario,
    http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html

  • Form path in call_form and compilation error and status bar.

    Dear all,
    what should be the path in the call_form?
    my forms (developed in form 6i) give error when i run it in forms 9i. i have already compiled. with the form 9i.
    the status bar is invisible when running in the browser.
    i am new to developer 9i.
    thanks
    Muhammad Nadeem

    Hi:
    When you call the forms in the subdirectories, you need to use the full path. Example:
    CALL_FORM('c:\forms\D1\some_form');
    Of course, you realize that this makes your forms less portable and could in the future cause more problems than it solves. Is there any reason you cannot just keep all your forms in one directory and possibly use a prefix to manage them if they belong to different sub-applications?
    Thomas

  • I had an addon that displayed RSS ticker in status bar. Now status bar is gone, how to I get an rss ticker?

    I had an addon that used the status bar to display information (RSS ticker). Now I upgraded firefox, status bar is gone and my addon doesn't work. I installed the status-4-ever addon that was recommended in one of the firefox pages but it doesn't work with the RSS addon. How do I get a scrolling RSS ticker in my window?

    Hello,
    Sometimes toolbars are missing because they are hidden, you just need to bring them back up. Visit this article to learn how to bring them back: [[Customize Firefox controls, buttons and toolbars]]. You can learn tips and tricks at the same time. Try putting it on your bookmarks toolbar if you are finding you are running out of space.
    You can also get an add-on to restore the Add-on bar:
    *Use the [https://addons.mozilla.org/en-US/firefox/addon/the-addon-bar/ Add-on Bar Restored] to bring back the add-on bar. Learn more here: [[What happened to the Add-on Bar?]]
    Did this fix your problems? Report back to us!
    Thank you.

  • Document library, List content does not load in certain computers with Javascript error in status bar. Any solution?

    Hi All,
    The document library, list, discussion board contents are not loading only in certain computers.  Javascript error also appears in status bar.  How to resolve it? any suggestions?

    Hi,
    Do you have any updates?
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • PCP0. not displaying messages errors and lights advice.

    Hi Gurus,
    I have one question:
    In transaction PCP0 (Display Posting Runs) when we process the document, we go to report u201CDisplay Payroll Documentu201D and If in this report we go to Menu Goto --> Revision Item, we can see the document consistence.
    If the document processed is inconsistent, shouldnu2019t appear messages error with some lights yellow and red to advice the user? For example, if there is some problem with the cost center, it must appear a red message right? This is not happening.
    The user told us that when he verified the simulation document, he used to see this kind of warnings. And now there arenu2019t any advices, so the trial balance sheet becomes unbalanced.
    So someone now´s how can I resolve this issue? 
    Best Regards,
    Bruno Silva
    Edited by: Bruno  Silva on Feb 4, 2009 12:48 PM

    Please check this link to help understand the reported issue.
    [https://www.ucflex.uc.edu/help/nav/payroll/course/payroll%20processing/file2385/index.htm]
    In MEP system, the step 4 5 6 7 8 9 10 are being ignored.
    This is very critical because the users donu2019t have access to the screen that show if the document is correct or incorrect, and therefore the trial balanced sheet becomes unbalanced and they donu2019t know why.
    Best regards
    Bruno Silva.

  • Suppress messages in the status bar

    Hello
    I am trying to launch my 10g forms on 10gAS. when the servlet loads up, I get too many messages in the browser status bar.
    like //url:lservlet/<jsessionid:some encrypted text>
    Is there any config to supress it?
    All the messages of opening gif files are shown on the status bar.

    Keerthi,
    your question is not very clear.
    I assume you dont want to see that message.
    IF that is the case, why dont you comment that line completely.
    Message S000 WITH SPACE, means it will still show the success message, but there is no text.

Maybe you are looking for

  • Auto Update of conditions in Scheduling Agreement

    Dear experts, i have a requirement like this.. when we create a scheduling agreement ...we enter material,vendor,target qty and validity date ,price and enter tax code. After that we maintain condition types Vendor, material and Plant level.... So in

  • Paste only visible numbers in Excel

    How would I copy and paste "1.41999995708465", which appears on my screen as "1.42", to actually be "1.42"?  I am comparing the result of a calculation in one column to a rate table in another column.  Both are actually 1.42. In other words, when usi

  • Modification of Default Form

    How i will modified default form. eg. i want to add a link button in existing default form colum. Any idea..... Regards, avijit

  • Fractional seconds in conversion to XML dateTime are 000

    Hello, when converting a Java Date (via XMLGregorianCalendar) to XML (xs:dateTime) using WLS 10.3, the XML includes the fractional seconds ".000". Example: <AppointmentStart>2009-03-18T16:00:00.000Z</AppointmentStart> According to the XML Schema Spec

  • Doubts in STEP FORM

    HI All. I am doing FORM steps in my scenario, I took reference from SDN, link as follows. https://wiki.sdn.sap.com/wiki/display/ABAP/BriefOverviewofWorkflowStep-Types I have to create a WF container as CRM_ORDERADM_I  as per documents but I donu2019t