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".

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 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

  • 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

  • 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.

  • 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

  • Status bar for multiple preloaded levels (kglad are you there?)

    OK, ive been building a site for about a month now and slowly piecing it together- so far ive managed to get all my various different levels loading and unloading the way i want them to, but now id like a little status bar to load on screen as my multiple levels are loaded in the background.
    The way ive been accomplishing this without the load bar is like so:
    on first frame of main movie
    loadMovieNum("dl_web.swf", 3);
    loadMovieNum("dl_illustration.swf", 4);
    loadMovieNum("dl_retouching.swf", 5);
    (the first frame of each of those movies has a stop function on it)
    And i have buttons on the main movie that make each of those levels visible and play.
    NOW, ive just created a movie clip ive named "bar" which is a thin rectangle, and i would like to have that movie clip load lengthways as my multiple levels are loaded in the background. So, my question is how do i accomplish this? I've looked all over and it seems like all the good preload tutorials are loading into movieclips whereas i am loading into levels.
    Right now my site is technically working, but there will be pauses for people with slower internet connections and i need my bar graphic to pop up so they dont think they are dealing with a broken site....

    that code should be in a frame (like 1), that plays once.  the playhead should not return to that frame.
    oops, we also need:
    loadMovieNum("test.swf", 3);
    loadMovieNum("dl_illustration.swf",  4);
    loadMovieNum("dl_retouching.swf", 5);
    preloadI=setInterval(preloadF,200);
    function  preloadF(){
    var  bl:Number=0;
    var  bt:Number=0;
    if(_level3.getBytesTotal()>0){
    bl+=_level3.getBytesLoaded();
    bt+=_level3.getBytesTotal();
    if(_level4.getBytesTotal()>0){
    bl+=_level4.getBytesLoaded();
    bt+=_level4.getBytesTotal();
    if(_level5.getBytesTotal()>0){
    bl+=_level5.getBytesLoaded();
    bt+=_level5.getBytesTotal();
    if(bt>0){
    bar._xscale  = 100*bl/bt;  //<- adjust this to suit your needs.
    if(bl>0&&bl>=bt&&_level3.getBytesLoaded()>0&&_level4.getBytesLoaded()>0&&_level5.getBytesL oaded()>0){
    clearInterval(preloadI);

  • 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

  • Up next doesn't seem to work properly with multiple speakers over airplay. The status bar on the computer shows the song playing, but not over airplay. When I restart the song it plays, but the same thing happens when the next song cues up. Any ideas?

    Up next doesn't seem to work properly with multiple speakers over airplay. The status bar on the computer shows the song playing, but not over airplay. When I restart the song it plays, but the same thing happens when the next song cues up. Any ideas?

    Hey briannagrace96,
    Welcome to Apple Support Communities! I'd check out the following article, it looks like it applies to your situation:
    iPod: Appears in Windows but not in iTunes
    http://support.apple.com/kb/ts1363
    You'll want to go through the following troubleshooting steps, and for more detail on each step follow the link to the article above:
    Try the iPod troubleshooting assistant:
    If you have not already done so, try the steps in the iPod Troubleshooting Assistant (choose your iPod model from the list).
    If the issue remains after following your iPod's troubleshooting assistant, follow the steps below to continue troubleshooting your issue.
    Restart the iPod Service
    Restart the Apple Mobile Device Service
    Empty your Temp directory and restart
    Verify that the Apple Mobile Device USB Driver is installed
    Change your iPod's drive letter
    Remove and reinstall iTunes
    Disable conflicting System Services and Startup Items
    Update, Reconfigure, Disable, or Remove Security Software
    Deleting damaged or incorrect registry keys
    Take care,
    David

  • 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.
    ----------------------------------------------------------------------------------------------

  • 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

  • How can I use the same thread to display time in both JPanel & status bar

    Hi everyone!
    I'd like to ask for some assistance regarding the use of threads. I currently have an application that displays the current time, date & day on three separate JLabels on a JPanel by means of a thread class that I created and it's working fine.
    I wonder how would I be able to use the same thread in displaying the current time, date & day in the status bar of my JFrame. I'd like to be able to display the date & time in the JPanel and JFrame synchronously. I am developing my application in Netbeans 4.1 so I was able to add a status bar in just a few clicks and codes.
    I hope somebody would be able to help me on this one. A simple sample code would be greatly appreciated.
    Thanks in advance!

    As you're using Swing, using threads directly just for this kind of purpose would be silly. You might as well use javax.swing.Timer, which has done a lot of the work for you already.
    You would do it something like this...
        ActionListener timerUpdater = new ActionListener() {
            public void actionPerformed(ActionEvent evt) {
                // DateFormat would be better, but this is an example.
                String timeString = new Date().toString();
                statusBar.setText(timeString);
                someOtherLabel.setText(timeString);
        new Timer(1000, timerUpdater).start();That code will update the time once a second. If you aren't going to display seconds, you might as well increase the delay.
    The advantage of using a timer over using an explicit thread, is that multiple Swing timers will share a single thread. This way you don't blow out your thread count. :-)

  • 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.

Maybe you are looking for

  • Browser back button not working with ADF Application integrated with SSO

    I have integrated an adf application with Oracle SSO Authentication. Application is running fine. Though, while navigating between pages, using browser back button , it is not redirecting the url properly Should Redirect it to : http://<hostname>:<po

  • Process exited with exit code 1.

    Hi all, I am trying to run the XML Page .can you please help me how to resolve this type of issue? D:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config> D:\OAF\jdevbin\jdk\bin\javaw.exe -hotspot -classpath D:\OAF\jdevbin\j2ee\hom

  • Unit Conversion in Info Set Query

    Hello Experts I have create a query on infoset in which I want to show the qty field with the unit conversion factor . but I am not able to do so. It is giving an error message while saving the query 0Material is not a valid characteristics for Info

  • How to output from media encoder to camcorder via firewire?

    I am using CS5.5 media encoder to output edited hi def footage from premiere as DV widescreen to sony FX 1 camcorder via firewire. How do I route the output from media encoder to the firewire output? This is the same camera I use for acqusition & imp

  • Adobe flex with floor plan manage

    Hi, Can we be integrate ABAP floor plan manager with adobe flex ? Many artical says that ABAP web dynpro can be integrate with adobe flex. However I could not found any document related to floorplan manager with adobe flex. Thanks, Jennifer.