Status bar in form runtime

Hi,
I have a form that executes without status bar...
I even have message('xxx') commands and it never shows.
any suggestions how to show the status bar?
Thanks

Hi there,
You will be surprised by the results if you search the topic on the Forms forum.
For your query....
hide status bar
Regards,
John

Similar Messages

  • How to create a status bar in Forms 6i

    Hi,
    I am using Forms6i. I am calling a C application which takes some time to execute...So I would like to display a status bar in forms saying....Processing..Please Wait...
    And, once the control comes back to forms from the C program, this status should say complete.....
    Is there a way to do this ?..
    Please give some example /link for this
    thanks

    Hi
    Y cant u have a text item, ENABLED before the that C code with DEFAULT value 'Pleae wait....' and even u could have cursor style also set to BUSY.. then after process DISABLE the text item and bring back cursor style to DEFAULT.
    Regards

  • Status Bar In form 6i

    hi all,
    i want to use 6i developer status bar to show username and date or some other information at the bottom of the form. i'm using 6i on client server enviroment
    thanks
    Shakeel

    message ('USER = ' || user || ' DATE = ' || to_char(sysdate,'yyyy.mm.dd hh24:mi:ss') ) ;

  • SHOW STATUS BAR ON FORMS DISPLAYING ON OAS

    Hi when we worked with forms 6i an all of our forms we had the status bar at the bottom of the form that showed us any error that happend in the forms as the famous ora-xxxxxx.
    But when we migrated the forms to web we no longer see the status bar in the forms. This must be to some parameter in the formsweb.cfg file that we didnt set up right, so if anyone can point me to the right solution it would be really aprecciated.
    Thanks,

    If your form module includes a window for the console window, then I am wondering if maybe your the height and width that you have defined in your formsweb.cfg file is larger than the size of your window in forms. I just made the height of my formsweb.cfg three times the value that it was and you don't see the bar at the bottom unless you use the scroll bar to scroll way down, but it is still there you just don't notice it. Have you tried adjusting the width and height properties in formsweb.cfg? Is a scroll bar displaying in the browser?
    Edited by: MLBrown on Aug 26, 2010 10:54 AM

  • Multiple status bars in forms 9i

    I have recently upgraded from forms 6i to 9i. I have removed some stuff (like the default menu). I am close to being done with this upgrade. I have one issue that I am having difficultly with. When I load my form, that form gets a status bar. I have a tabbed canvas and when I click on the next tab (which is a new form) the new form gets its own status bar. So, now I have a case where I have two status bars visible when I open a new form. The first forms status bar is still there after I load the new form. In forms 6i, I do not have this problem so it must be something new.
    Is there anything I can do about that? I really only need the status bar for the form I am using? When I exit the other form and return back to the first form, the status bar associated with that form goes away.
    Any pointers in the right direction would be appreciated...

    clear the form level property called "console window".

  • User messgaes on status bar of forms

    Instead of the forms default messages lile
    record 1/3..
    i would like to customize these message and i want ot show my own instead of the
    ' record 1/3 ' .
    Can anybosy help me in this.
    Thanks in advance
    Suvanwes

    You cannot suppress those messages, but what you can do is in the Forms property set the console window to null and create your own stacked canvas with a display_item or just a display_item in the main form and display your messages there. There will be a lot of coding required, but that is how you can do it.

  • Status bar of Oracle from runtime applet is not displaying all of a sudden

    Hello,
    The status bar of Oracle form runtime applet is not displaying all of a sudden..It was displaying before but now its not......It helps me to see errors......how can I restore it?

    My console was set to a specific window name..it was not null at all....but the status bar wont show...
    But I solved it ...by changing the applet size...
    Applet container size is controlled by the HEIGHT and WIDTH parameters in the formsweb.cfg. To maximize the applet area to the size of the browser, do the following:
    HEIGHT=100%
    WIDTH=100%
    Thank you all for your help and support...
    Edited by: user10746194 on Feb 11, 2010 6:33 AM

  • Forms status bar show BSC

    OAS : 10.1.2.3
    I've got a form with a menu attached and in the form status bar I see besides record : 1/1 also <BSC>
    Does anyone knows what this means ?
    I know I can hide the status bar by putting <null> in the console window, but I'll like to know where this comes from.

    Hi Hans,
    take your pick from these two Oracle explanations :
    How to Suppress in Statusbar [ID 252843.1]
         Modified 03-NOV-2006 Type HOWTO Status ARCHIVED      
    goal: How to suppress "< OSC >" or "< BSC >" in statusbar
    fact: Oracle Forms Developer
    fix:
    You cannot suppress this Statusbar entry. This entry will be displayed because
    you have attached an own menu.
    What Are Acronyms , and That Appear On The Forms Status/ Message Line? [ID 1076485.6]
         Modified 28-FEB-2003 Type PROBLEM Status ARCHIVED      
    Problem Description:
    ====================
    What do the acronyms - OSC, BGM and DBG that come up in the Forms Runtime
    console window actually mean ??
    Problem Explanation:
    ====================
    When a form created with Developer 6.0 uses a custom menu, the console may show
    the following:
    <OSC> <BGM> <DBG>
    These are not displayed in Developer 2.1 or 1.6.1. They are not related to
    menu security, and so will appear even if no menu security is specified.
    Solution Description:
    =====================
    These symbols or lamps refer back to SQL*Menu version 5.0.
    The definitions can be found in SQL*Menu manual page 1-7.
    They are:
    <OSC> = Operating System Commands available.
    <DBG> = Debug
    <BGM> = Background Menu.
    This was logged as BUG:919591. The bug is now closed.
    These symbols have no meaning today and it is currently unknown why they have
    shown up in Developer version 6. For example, the Host pl/sql command
    has superceded the <OSC> menu macro.
    References:
    ===========
    SQL*Menu User's Guide and Reference manual. Part No.3303-V5.0 0490. Chapter 1,
    Page 1-7.
    ----------------------------------------------------------------------------------------------

  • 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

  • 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

  • Recently installed 4.0 - I want my former status bar/toolbar back - HOW ?

    I recently installed Firefox 4.0 - everything at the top is gone. I want my former status bar/toolbar back. How???? Keep 4.0, but return to previous form.

    Well, I have this issue, but when I hit "Alt" nothing happens, and there is nothing that is visible that says view or anything else!

  • How to customize the applet's status bar in Oracle Forms 9i

    I extended the statusBar class to include our own message in the applet's status bar. Using JDeveloper I compiled the class and jared the class file. Eventhough I placed that jar file in the classpath, it is not shown in the "import java classes" dialog box.Could anyone help me. Thanks in advance.

    Hi,
    it needs to be in the path configured in the Forms_Builder_Classpath registry variable.
    Frank

  • Status bar still showing when run from the web?

    When i run my form(i removed the status bar, form is
    MODAL=Yes and WINDOW STYLE=Document) in "Forms Runtime", it works fine but when i run the same form on the web in IE5 the forms starts showing the status bar.
    Anybody knows why this is happening?
    Thanks

    The proper way to supress the status bar is to set the Forms property "Console Window" to null

  • There's a huge blank white screen below the status bar, that covers half of the screen in 3.6

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    When I opened Firefox there is a big blank screen below the status bar covering up half of the screen. It only happens on 3.6 version of Firefox
    == This happened
    ==
    Every time Firefox opened
    == Few Days Ago
    ==
    == Troubleshooting information
    ==
    Application Basics
    Name Firefox
    Version 3.6.7
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Stylish 1.0.9 true {46551EC9-40F0-4e47-8E18-8E5CF550CFB8}
    Cooliris 1.12.0.36949 true [email protected]
    FoxTab 1.3 true
    WOT 20100503 true
    ImTranslator 3.3.3 true {9AA46F4F-4DC7-4c06-97AF-5035170634FE}
    Are You Watching This?! 2.5 true [email protected]
    SearchPreview 4.6 true
    qtl 14.3 true [email protected]
    DVDVideoSoft Menu 1.0.1 true
    NEW Glasser by SzymekPL 2.2.0.3.7 true [email protected]
    foof 1.2.8 true [email protected]
    Java Console 6.0.20 true
    Full Screen Homestar Runner 2.9 true
    Flash Game Maximizer 1.3.6 true {258735dc-6743-4805-95fc-f95941fffdad}
    MultiMediaWebRecorder 0.397 true [email protected]
    Download Statusbar 0.9.7 true
    Extended Statusbar 1.5.4 true
    NoScript 1.10 false {73a6fe31-595d-460b-a920-fcc0f8843232}
    WebSitePulse Transaction Recorder 1.4 false [email protected]
    Smart Bookmarks Bar 1.4.3 true [email protected]
    Xmarks 3.7.8 true [email protected]
    Gmail Watcher 1.10 true gmailwatcher@sonthakit
    Yahoo! Mail Watcher 1.10 true yahoomailwatcher@sonthakit
    Dr.Web anti-virus link checker 1.0.21 true {6614d11d-d21d-b211-ae23-815234e1ebb5}
    FIFA Online Web Launcher 1.1 false [email protected]
    ReminderFox 1.9.8.2 false
    1-Click YouTube Video Downloader 1.4 true [email protected]
    OurWorld.com Toolbar 2.7.0.14 true {80f6f9bf-9fd1-4f41-9ddf-6dd070f4f62f}
    Yahoo! Toolbar 2.1.1.20091029021655 false {635abd67-4fe9-1b23-4f01-e679fa7484c1}
    Yoono 7.3.6 false
    Form History Control 1.2.6 true [email protected]
    Boost for Facebook 10.0.2 false {47624dda-b77e-4feb-820a-e4f077d5d4ca}
    Fireclam 0.6.5 false
    Viral Threat Level 0.54 false [email protected]
    Ghostery 2.2.1 true [email protected]
    FootieFox 2.1.10 false {9fb7d178-155a-4318-9173-1a8eaaea7fe4}
    Puzzle 0.4.3 true [email protected]
    Tab Mix Plus 0.3.8.4 true
    FastestFox 4.1.5 true [email protected]
    AniWeather 0.7.4 true {4176DFF4-4698-11DE-BEEB-45DA55D89593}
    Get Styles 1.0.22 true {6236BA26-C117-4007-928C-DE0716C7FA80}
    Usage Stat 1.0.2 true {6236BA26-C117-4007-928C-DE0716C7FA96}
    FBFan 1.0.1 true {6236BA26-C117-4007-928C-DE0716C7FA99}
    Better YouTube 0.4.3 true [email protected]
    Show my Password 2.0 true
    LastPass 1.69.1 true [email protected]
    Favicon Picker 3 0.5 true {446c03e0-2c35-11db-a98b-0800200c9a67}
    Glassy Urlbar 0.5.2 true tgrsc@glassyUrlbar
    RSS Ticker 3.2.2 true {1f91cde0-c040-11da-a94d-0800200c9a66}
    iMacros for Firefox 6.7.0.1 true {81BF1D23-5F17-408D-AC6B-BD6DF7CAF670}
    Amplify 3.0.0 true {8f5ce3f8-1735-4680-b15e-108f2f50e8ba}
    Tidy Favorites Online 6.23 true
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind true
    accessibility.typeaheadfind.flashBar 0
    browser.history_expire_days.mirror 180
    browser.link.open_newwindow.restriction 0
    browser.places.importBookmarksHTML false
    browser.places.smartBookmarksVersion 2
    browser.startup.homepage http://www.google.com/
    browser.startup.homepage_override.mstone rv:1.9.2.7
    browser.tabs.insertRelatedAfterCurrent false
    browser.tabs.warnOnClose false
    extensions.lastAppVersion 3.6.7
    keyword.URL http://search.conduit.com/ResultsExt.aspx?ctid=CT2383985&q=
    network.cookie.prefsMigrated true
    places.history.expiration.transient_current_max_pages 32166
    places.last_vacuum 1278789082
    privacy.clearOnShutdown.cookies false
    privacy.clearOnShutdown.downloads false
    privacy.clearOnShutdown.sessions false
    privacy.cpd.cookies false
    privacy.cpd.downloads false
    privacy.cpd.extensions-tabmix false
    privacy.cpd.history false
    privacy.cpd.sessions false
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.timeSpan 0
    security.warn_viewing_mixed false
    == Firefox version
    ==
    3.6.7
    == Operating system
    ==
    Windows 7
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7
    == Plugins installed
    ==
    *-Cooliris embedded in a tab
    *Office Plugin for Netscape Navigator
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.3"
    *Default Plug-in
    *Provides additional functionality on Facebook. See our web site for details.
    *Game Loader Plugin for Power Challenge Games
    *Unity Player 2.6.1f3
    *BrowserPlus -- Improve your browser! -- http://browserplus.yahoo.com/
    *Pando Web Plugin
    *Shockwave Flash 10.1 r53
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *GEPlugin
    *Yahoo Application State Plugin version 1.0.0.7
    *Google Update
    *Version 0.9.17, copyright 2008-2010 Veetle Inchttp://www.veetle.com/
    *Version 0.9.17, Copyright 2006-2009 Veetle Inchttp://www.veetle.com/
    *Version 0.9.17, copyright 2006-2010 Veetle Inchttp://www.veetle.com/
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers

    I have v. 3.6.8. It will display blank white pages at some site and not at others. I use safe mode and the access is reversed... what used to open doesn't and what didn't does. . .
    Is anyone trying to fix this problem - or are users just left to chasing their tails on this issue?
    Just curious ... in order to help me decide to wait for help or move on to something else...
    Until that time ... Earl J.

  • Status Bar and Title on Applet

    Hi,
    Is there any way I can get rid of the status bar from the applet that shows the form on the net ??? Also, I want to remove an oracle logo (title) which appears above the window. Anybody knows how to do it ???
    PJ.
    null

    If you remove console window name from your forms property, you can get rid of the status bar from the applet.
    Do you have web site using forms6i applet? If yes, please let me know the site name.
    null

Maybe you are looking for

  • Won't show firefox since last night

    It crashed. Tried to restart and it won't show. Did a full scan. Uninstalled and reinstalled over 6 times. It says that I must close firefox that is currently in use but it isn't. When I use explorer to download firefox, explorer will sometimes crash

  • Setting up a mail server on a 2010 MacMini Server

    Hi, I am having great difficulty in setting up my Mail server on my 2010 MM server.   Setup is as follows: 1.  Domain name hosted by dyndns.org with mail forwarding setup to forward incoming mail to my mail address <[email protected]> 2.  Outgoing ma

  • Parking document and relase document.

    Hi, we are using Ecc5.0 version, we need this process. 1. If user A has to park the all documents ( he should not get posting authorisation for these documents)and user B should post those documents. 2. If user B has to park the all documents ( he sh

  • Refresh BPS buffer

    Hi I need to refresh the BPS buffer in my planning folder, and then read data from the cube and show in a layout. For do this I develop an exit function. This exit refresh the buffer (API_SEMBPS_REFRESH), read data from the cube (API_SEMBPS_GETDATA)

  • My macbook pro keeps terminating the screen saver app!! Help plz!

    basically what happened the first time it crashed is this. i went into the screensaver settings and switched to the itunes art work screen saver. then i opened up the setting button. i switch the number of rows to 2. as soon as i moved the slider dow