Forms 9i Status/Message Line disapear???

I currently have forms 6i web based in which I use the message/status line at the bottom of the form. I have a tab canvas what when you select a different tab it actually opens a new form. The status line works great in there, but when I port to 9i I only see the status/message line on the first form that opens. If I select a different tab (form) the message/status line goes away. Is this how it is suppose to work? How can I make it so that the status line is always visible? I have tried using seperateFrame=true and that works, but it makes my form smaller than the users window and that is not really an option.
Any help or pointers in the right direction would be greatly appreciated.

If you are maximizing the FORMS_MDI_WINDOW in your form, try commenting out that in all places and see. That's what normally pushes down the status bar making it invisible for us.
-Pardha

Similar Messages

  • Planning Web Form status message.

    Is there a way to display a custom status message in web form. We are trying to add some resources to a division using a business rule from a web form and have a requirement to display a warning message if the resource already belongs to the division.
    Appreciate any suggestions ?

    If it is already there, then I'm assuming that you'll have data at a particular intersection. (if that is correct) then use @RETURN i
    if (division->some member <> #Missing)
    Return the message you want to display
    else
    continue the calc
    end if
    An example is here Oracle - Hyperion Labs......: @RETURN - Planning Business Rule validation function and @RETURN
    Regards
    Celvin
    http://www.orahyplabs.com

  • Forms 9i status bar?

    dear all,
    the form's status bar is invisible. when the form is started in browser from a remote computer.
    how to show the status bar?
    i want to show messages.
    thanks
    Muhammad Nadeem

    Hi, I found this on Metalink.
    Though your forms module contains Console_Window property set to a valid
    window but use of the Set_Window_Property and setting forms_mdi_window property
    to maximize causes this problem.
    Commenting out the following line of code will resolve the issue:
    Set_Window_Property(forms_mdi_window,window_state,maximize);
    JP

  • Continuing the "status message problems" issue...

    in response to ralph johns suggestion to delete the buddy list file from my library to solve the outdated status message problem...
    RJ- haha.. i'm not sure i'm going to try the "beat it with a stick" approach quite yet.. i think i found out whats causing the problem. when i would use iChat on campus using our school's wireles, i didnt have the problem of outdated status messages. but when i come home, i do.. and i believe the reason is because i'm using a Belkin G Wireless router. although i do hard line, i'm almost positive this is the problem. i did some research online and it isnt one of the approved routers for iChat.
    so is my only option to buy a new compatible router to solve the problem? or is there somewhere i can go that can tell me what ports to open for a belkin router?? we're getting close... i can feel it!!! haha thanks..
    -brent

    Hi Anders,
    in order to quickly fix that problem, I would just adapt the provisioning function where the warning shows up and make sure that the function uError is called so that an error is created instead of a warning.
    Are you using the SAP Provisioning Framework or a custom provisioning framework. Which repository are you using?
    Best regards
    Holger

  • IChat will not display status messages.

    I'm having a problem - iChat will not display any "available" status messages. All away messages display properly, but any unique status messages will not display, nor does the word "available". I have restarted both iChat and my MacBook several times, deleted the com.ichat.AIM preferences file, but it seems nothing I do will make my buddy's unique status messages display.
    I did not previously use Chax but downloaded it to see if it would help; it didn't. I'm willing to delete it if it will solve my problem.
    Any help?
    Thanks!
    Message was edited by: Paperclippe

    Ok,
    As you either suspected or found out the Saved Status Messages are in com.apple.ihat.plist
    The fact they didn't display would suggest that they may have become corrupted and the deletion of the .plist would have helped.
    BUT you went on to mention that the Available Choice also does not display.
    This would suggest one of two things.
    1) Either you are not fully Logged in to the AIM servers properly
    Do your Buddies see you are On-line and Available ?
    Do they perceive your Status change ?
    Can you Text chat to people ?
    Can you send files or Pic in Text chats ?
    Try Deleting com.apple.ichat.AIM.plist and restarting iChat to see if that helps
    2) Something about iChat or it's support folders (the bits that make the Available show up), that are at fault.
    In this case try deleting com.apple.ichatAgent.plist
    This controls which accounts login and help the app to run some of the features such as the Video/Audio part and Text Messaging.
    I would do these one at a time just so you know which it was that fixed it.
    8:27 PM Friday; June 20, 2008

  • To display status message more than 50 characters

    Hi Gurus,
    I want to display status messages (not as a pop-up message) holding more than 50 characters.
    Please suggest me some solution to achieve the same.
    Thanks,
    Asha

    Try:
    REPORT ztest NO STANDARD PAGE HEADING LINE-SIZE 80 MESSAGE-ID 00.
    DATA: f1(50) VALUE 'I am the very model of a modern Major-General,',
          f2(50) VALUE 'I''ve information vegetable, animal, and mineral,',
          f3(50) VALUE 'I know the kings of England, and I quote the',
          f4(50) VALUE 'fights historical,'.
    MESSAGE s001 WITH f1 f2 f3 f4.
    Rob
    Edited by: Rob Burbank on Feb 10, 2012 4:41 PM

  • Tabstrip Status Message

    Hi,
    I have a dialog screen with a tabstrip that has 3 tabs.
    Whenever I start the program containing the screen, it shows status message "Protected tab titles are not supported (tab TABSTRIP_NAME title FIRST_TAB_NAME)" in my status bar, where TABSTRIP_NAME is the name of my tabstrip, and FIRST_TAB_NAME is the tab that is displayed on running the program.
    why this status message is displayed.
    PLZ HELP!

    Hi Annie ,
    Do you have this code in your program :
    Loop at screen.
    screen-input = '0'.
    modify screen.
    endloop.
    Acually what happens this code makes the screen-input = 0  for tabstrips  buttons also .
    Thus system raises the error .
    If you have this code then just add the below lines
    LOOP AT SCREEN.
    IF screen-name EQ 'TAB1'
    OR screen-name EQ 'TAB2'.
    screen-input = 1.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    Hope this helps you .
    Thanks and Regards
    Aditi Wason

  • SCCM 2012 Software Metering - Status Message ID

    Hi All,
    I am planning to
    configure “Automatic Software Uninstall”
    based on software metering rules as outlined in the following blogs.
    http://blogs.technet.com/b/neilp/archive/2012/11/27/software-metering-deep-dive-and-automation-part-1-use-it-or-lose-it-the-basics.aspx
    http://blogs.technet.com/b/neilp/archive/2012/11/29/software-metering-deep-dive-and-automation-part-2-use-it-or-lose-it-the-collections.aspx
    However, the account
    is currently installing software based on AD Software install groups.
    If a user does not
    use the software the software metering rule will ensure the machine is
    populated into the application uninstall collection. However, (problem) the
    machine account is still in the Install AD group and therefore, the uninstall
    will not occur, (as install deployment takes precedence over uninstall
    deployment)
    I could configure
    the install collection to exclude the uninstall collection, which would allow
    the software to uninstall. But, then once the machine automatically gets
    removed from the uninstall collection the software will install again as the
    machine is still in the AD group.
    Solution: Remove the machine account from the
    AD install Group.
    Question: What the best automated approach to
    remove the machine from AD install group. I am thinking along the lines of
    using Status Message ID’s based on the metering rule which causes a script to
    fire and remove the machine from the AD group.
    Would I have to
    create a status message Rule for each application? Or is it possible to create
    a generic one that can be leveraged for each application / metering rule
    combination?
    What Status Message ID should I use ?
    I would appreciate
    and comments or suggestions on the matter?
    Thanks
    Paul.

    Hello,
    You referred AD group, did you install this application via group policy?
    I think you can find out these machines via result of software metering. The following article show software metering rule:
    https://technet.microsoft.com/en-us/library/dd334612.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Hidding the MDI menu hides also the message line ?

    Hi all
    why we cant see the message line if we use
    usesdi=yes parameter i. i just want to hide the menu not the message line
    can i do that ?
    thanks

    The correct method to hide the MDI Window menu, is to create your own menu and use a "Magic Item" of type window and then set the "Visible in Menu" property of this item to "No" and then attach this menu to your form.
    However, talking about the problem you have at the moment :
    I am not sure which version of Forms you use and whether you also have "separateFrame=True" or not. It is even not clear if you use Jinitiator or not.
    There is one bug in Forms 6i :
    Bug 1400711 "NO MESSAGE BAR WHEN RUNNING IE5, NATIVE JVM AND USESDI=YES"
    This is marked to be fixed with patchset 9 and above (Forms version 6.0.8.18.3). If you think the versions and the usage fits your situation, upgrade to latest patch level. You can obtain further information about this bug and latest patchsets from metalink.
    For all queries involving testcases or queries that are potentially bug related we recommend you log a Service Request (SR) with Support via Metalink (http://metalink.oracle.com).
    This will ensure your query is tracked appropriately and any urgent requests can be dealt with in a timely manner by Global Support Services. May we also take this opportunity to remind you that the Metalink Library pages contain many Forms / Reports articles which could be of use to you.
    Regards,
    -Bulent Seckin

  • E52 - Message beep and a status message that disap...

    How do I change the behawiour of the E52 when a status message appears on the display together with a beep.
    Everytime ie. "charging is done " the phone sounds a beep and shows a message. unfortunately the message disapear within few seconds, to fast to be observed.
    Does anyone know how to disable this beep or how to incvrease the delay before the message is removed.
    br. Dan

    Did you remember to completely power cycle the entire network?
    You would want to do this after any update or change to the network.
    If you did not do this yet......things are out of sequence.
    Power off everything on the network.....all devices.....power down order is not important
    Wait a few minutes
    Start the modem first and let it run a minute or two by itself
    Start the next device connected to the modem the same way
    Work your way out on the network starting each device about a minute apart
    Check the network

  • Disabling status message and conversion Window

    Is it possible to completely disable the conversion window that appears when I want to print something to a .pdf file. I can press I button to hide the window, but have to do that every time the window appears. Also, after the document has been converted a status message appears in my task bar for a couple of seconds. I'm also interested in disabling that. Can anyone help

    Hi,
    I had encountered this too.
    When you make a set_window_property(FORMS_MDI_WINDOW,window_state,maximize); this is not really a maximize but forms takes the whole available space of the screen. that's why your status bar is partially hidden by the windows taskbar
    If you take a look at the buttons controlling the window, you will see that the button for maximizing the window is not in the state maximized.
    If you click on it then you will really maximize the window and the status bar will appear normally with the taskbar under it.
    If you click form minimizing the window, it will again take the whole space...
    A workaround is to play with the FORMS_MDI_WINDOW width an height after you have set the window_state to maximize.
    Hope this helps
    Regards
    Jean-Yves

  • Reporting Services Point status message errors.

    My Reporting Services Point seems to work OK -all reports are available and run correctly both through the console and via the website. However, I am seeing the following warning in the SMS_SRS_REPORTING_POINT status messages every hour:
    "The SQL Reporting Services datasource on Reporting point server "Databaseserver.contoso.com" is missing or has been changed outside of Configuration Manager.  It will be rebuilt based on the RSP configuration."
    Here's what I think is causing the issue, but I don't know how to solve it.
    The reports database is on the same remote SQL server as my site database. Because these site systems were installed automatically through the SCCM installation process, they show up in the Servers and Site Systems Role without an intranet FQDN. However,
    when I add the RSP to the database server, it creates a new entry because when manually adding site systems SCCM insists on automatically adding the intranet FQDN. So I now have two separate entries for the same server:
    \\DBServer01 - component server, site database server, site system
    \\DBServer01.contoso.com - component server, reporting services point, site system
    Any thoughts on how to stop these errors?

    Yes, I know this is an old post, but I’m trying to clean them up.
    In the past when I have seen this, they will automatically clean themselves up after a few days. (aka up to a week later). Have it clean itself up yet?
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Problem in showing progress image and status message.

    Hi, friends,
    I have file upload program in which when user uploads the file
    i want to show animated progress file
    i.e. ( circle.gif )
    when upload finishes it should display message :
    File < file name > uploaded successfully.
    How do i achieve it ?
    since when i am uploading file , image is displayed but
    due to upload process image is hanged up and did not showing
    animation.
    Kindly solve the above problem.
    i post my some code here.
    ============================
    javascript part is here
    function showProgress()
            document.getElementById('imgprogress').style.display = "";
         document.getElementById('imgprogress').style.visibility="";
        function completedupload()
         document.getElementById('progress').style.display = "";
         document.getElementById('progress').style.visibility="";
    <div id="imgprogress" style="display:none; visibility:hidden;"><img src="images/circle.gif"></div>
                                                      <div id="progress" style="display:none; visibility:hidden;"><%= status %></div>
                                                      <div id="" style="display:none; visibility:hidden; "><img src="images/circle.gif" width="21" height="21"></div>since it is not working good.
    please provide me good solution for this.
    i need exactly following :
    when user gives big file to upload it shows progress as animated image
    and upload process finished up, it should remove image and display status message like " File Upload completed. "

    I know this is an old topic, but I found the solution and thought I'd share it! By default, a JList only has 1 visible row. To allow the number of rows to expand dynamically, throw this in.
    this.imageList.setVisibleRowCount(-1);My code looks like this. It centers each image and centers the text under the image and wraps images horizontally.
        ListCellRenderer renderer = new ImageListCellRenderer();
        this.imageList.setCellRenderer(renderer);
        DefaultListModel listModel = new DefaultListModel();
        this.imageList.setVisibleRowCount(-1);
        this.imageList.setLayoutOrientation(JList.HORIZONTAL_WRAP);
        this.imageList.setModel(listModel);and the renderer
    public class ImageListCellRenderer extends DefaultListCellRenderer { 
      public Component getListCellRendererComponent(JList list, Object value, int
          index, boolean isSelected, boolean hasFocus) {
        JLabel label = (JLabel)super.getListCellRendererComponent(list, value,
            index, isSelected, hasFocus);
        if (value instanceof File) {
          File imageFile = (File)value;
          String path = imageFile.getAbsolutePath();
          Image image = Toolkit.getDefaultToolkit().getImage(path);
          image = image.getScaledInstance(100, 100, Image.SCALE_DEFAULT);
          ImageIcon imageIcon = new ImageIcon(image);
          label.setIcon(imageIcon);
          label.setText(path.substring(path.lastIndexOf(File.separatorChar) + 1));
          label.setVerticalTextPosition(SwingConstants.BOTTOM);
          label.setHorizontalAlignment(SwingConstants.CENTER);
          label.setHorizontalTextPosition(SwingConstants.CENTER);
        else {
          label.setIcon(null);
        return label;
    }I need to work on this to improve performance, but it works!

  • I cannot open a file from LR5 into CC2014 unless it is a smart object. also will not save back to LR at all it gives me an error message "Line: 1 -   photoshop.notifyLightroomDocClosed ('lightroom-2.0', 'B53AFA39-A49B-4709-A9BD-0B6467C175C3', 'Macintosh H

    I cannot open a file from lightroom into CC2014 unless I open it as a smart object. CC opens, just will not display my image. i am given an error code when I save an image, and can only save to my desktop or other locations, not automatically back into my lightroom.
    I am using LR5 latest update, as well as CC2014
    Below is the error message:
    Line: 1 ->  photoshop.notifyLightroomDocClosed ('lightroom-2.0', 'B53AFA39-A49B-4709-A9BD-0B6467C175C3', 'Macintosh HD:Users:BPexposures:Desktop:_DSC5962 as Smart Object-1.psd');

    I was also having this issue, and I did some more searching and found this answer in the Adobe forums: Re: Photos from Lightroom 5 to Photoshop CC (2014) and back.... The issue appears to be caused by having not updated Lightroom to the latest version prior to having CC2014 installed (wow that's stupid). The trick seems to be to uninstall Photoshop CC2014 and to then reinstall it after having upgraded to Lightroom 5.5.

  • Error Status Message

    Hi Vadim,
    Thanks for your help in my previous issue.
    My client wants to setup the error message when the user enter >1 value in input schedule against to each month(Jan,Feb and March etc) it is basically HC planning where as they have average headcount value is 1 (So that the user has to enter the value between 0 to 1). The requirement is when the user enters more than 1 then the system needs to thrown an error message and it has to restricted the user.
    I have found the normal excel function to setup this error status message through data validation in excel. Can you please tell me is there any EPM function available for this kind of setups in SAP BPC 10.0 EPM. So that we can use that option instead of normal excel function.
    Please see my current setup message in the above screen shot.
    Regards,
    Satish

    Hi Satish,
    No EPM functions available, you have to use Excel data validation.
    BPC can validate data only afte data was sent to database.
    Vadim

Maybe you are looking for

  • Mac Mini and 17" Studio Display CRT (ADC)

    Is there someone who can tell me if there is a DVI to ADC Adapter to get a Mac Mini to work with the beautiful 17" Studio Display CRT (ADC). Which is an anolog monitor, the adapters i can find work only on LCD (digital) screens. Please let me know...

  • Goods delivery error for transfer posting

    I have created a P.O for transfer posting for a material from Plant 2000 to plant 3000.where in my account assignment I have mentioed the WBS element. created the delivery document---VL10B and outbound delivery VL01N. during PGI, system gives error t

  • Problem using nss Tool

    Dear All I am using a nss Security Tool to view my cert stored in mozilla firefox cert store on windows XP. when i tried to run certutil command it gives me error "This application has failed to start because libplc4.dll was not found. Re-install the

  • Timed out while typing - draft deleted!

    Hi I have just spent an hour typing an email, when I went to send it it gave me a Timed Out message and then asked if I wanted to sign back in, which I did, I then clicked on the subject heading of my message as it appeared in Drafts, which to my hor

  • Need Build Advice/Critique Please

    This is my first post here so I'll start with a little info about myself and my video editing needs.  I'm an amateur when it comes to Adobe Premiere.  I used Vegas for a few videos.  I now have a subscription to the Creative Cloud, and have made a fe