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

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

  • The status bar is pushed up at about 3/4 of the screen, so I can view onlu firefox at about 1/4, good thing there is a scroll bar, but below the status bar is white display? can u please help me, I want to drag down the status bar so I can have a full vi

    The status bar is pushed up at about 3/4 of the screen, so I can view only Firefox at about 1/4, good thing there is a scroll bar, but below the status bar is white display? can u please help me, I want to drag down the status bar so I can have a full view
    == This happened ==
    Every time Firefox opened

    Your code is absolutely unreadable - even if someone was willing to
    help, it's simply impossible. I do give you a few tips, though: If you
    understand your code (i.e. if it really is YOUR code), you should be
    able to realize that your minimum and maximum never get set (thus they
    are both 0) and your exam 3 is set with the wrong value. SEE where
    those should get set and figure out why they're not. Chances are you
    are doing something to them that makes one 'if' fail or you just
    erroneously assign a wrong variable!

  • I can't see the show status bar option in iTunes 11

    I can't find the 'show status bar' option in the View Option section, it simply isn't there. Also, every time I go to the store, iTunes crashes.

    Are you working with Pretest Questions?
    Is it happening with specific sldie, can you chekc the slide type and verify again.
    Pretest do not allow skin-playbar to appear.
    Thanks,
    Anjaneai

  • Safari status bar disappears.  I have tried clicking on show status bar and it will only appear when I move the cursor to the top of the screen.  I can not minimize the open page only full screen or close the browser.  Any idea how the rectify this

    Safari status bar disappears. I have tried clicking on show status bar, under the View tab and it will only appear when I move the cursor to the top of the screen. I can not minimize the open page, only full screen or close the browser. Any idea how the rectify this issue?

    One enters and exits full-screen with control+command+F keys. This is on the View menu in Safari. Optionally, the green traffic light in your browser title bar, if you roll over it, has the full-screen control it it. While in full-screen mode with Safari, moving your mouse pointer virtually up, and off-screen reveals the Safari title bar again, and you can click the green traffic light to exit full-screen mode.
    You can hide/show the status bar by simply typing command+/. This too, is on the Safari View menu. and in 10.10.1 — it works reliably for me.

  • 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') ) ;

  • 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 no longer being displayed in browser

    I am running an Oracle Application Server 10g (Forms and Reports services). When a form is displayed, it use to have the "default menu" displayed (action, edit,query...) and the "status bar" below the form. The status bar is no longer being displayed. I don't remember changing the configuration files (formsweb.cfg...) in anyway that would cause this.
    Does anyone have an idea?

    Tiago,
    Are you refering to the browser status bar?
    I'm referring to the oracle forms status bar which would display a frm-xxxxx error message should it occur. It was being displayed with all my forms, and now it is not.
    Thanks.

  • How to show the progress bar on forms?

    Hello ALL,
    How should we show the progress bar in our forms screen so we can see how much work is remaining?
    For example if we are performing some task through forms, what code and on which trigger we placed this code in order to show the progress bar that inform us about the task in progress.
    Thanks
    malan

    Hi,
    Shouldn't the oracle forms' support the progress
    bar?
    I prefer to have a code which shows progress bar on
    forms.
    Can some one have this code ?
    ThanksPJC progress bars are shown on the form and forms support progress bar and coding itit's relatively easy.
    If I were you I would take Francois' advice and type in "progress bar" in the lil search box :)
    It's a wonder what a lil search can show you
    Tony

  • My iTunes 11 Mac Install is Missing "View- Show/Hide Status Bar" Options

    All:
    Okay...this is weird.  I did an upgrade from iTunes 10 to 11 on my Snow Leopard MacBook Air.   Under the "View" menu, it has the "Show Sidebar" option.  However, it does NOT have the "Show Status Bar" or "Hide Status Bar" options at all (screen shot below).  What gives???
    - Billish

    Our two Macs also lack the "Show/Hide Status Bar" View menu item. This is a giant fail on Apple's part— I am being inundated with support calls about this. I have found a link to iTunes 10.7 and am advising all upset clients to dump iTunes 11 and download and re-install iTunes 10.7 until the issues are fixed.
    Among other issues: iTunes 11 no longer automatically imports mp3 optical disks into its library as it did in iTunes 10.7.
    Now, when we want to import mp3s from an optical disk, we have to do it manually:
    1) insert optical disk
    2) select File>Add to Library (or Command-O)
    3) click on the optical disk in in the Devices sidebar of the dialog box that opens
    4) select the tracks to install
    5) click "Okay" or hit the Return key
    5 steps to accomplish what once happened upon just inserting the disk!
    If my clients are any indication, this is a pretty big deal. Apple would be well-advised to fix this fast.
    Our Macs:
    2006 Core Duo Mini, 1.66 gHz, 2Gb RAM, 256 Gb Sandisk SSD, OS X 10.6.8
    2008 MBP OS X 10.6.8
    2002 iBook OS X 10.5.x

  • NEED HELP ON HOW TO TURN STATUS BAR OF A JSF PAGE OFF

    I need a pop-up within my application where a staff can select his HOD(An hyperlink named HODNAME with text SELECT ) and on click it shows a pop up of a page (allstafflist.jsp) which has table and contains all staff. It has Select link which return name of the HOD to the parent page. My problem is that if I set the url of HODNAME (allstafflist.jsp) and set target to (new window), it shows the page as a pop up and if I select anything it returns what I want but I don�t WANT IT TO HAVE /SEE STATUS BAR.
    So I thought of writing a javascript and call the function below on click i.e
    ui:hyperlink binding="#{page1now.hodname}" id="hodname"
    style="color: blue; left: 480px; top: 1128px; position: absolute; width: 94px" onClick=�searchpage()� text=" SELECT STAFF" >
    <script >
    function searchpage() {
    window.open( "http://wghjhc-1016:8000/appraisal/faces/allstafflist.jsp" , "sfafflist" , "status = 1, height=900,width=900 , resizable = 0" )
    </script>
    but my problem is that it shows the pop up with no status bar but it display it at the back of the parent page, so if I don�t minimize the parent page I won�t see it.
    So my problem is
    1.     how can I make javascript run first on a page so as to disable the status bar.(i.e if it run first on allstafflist and disable its status bar) or
    2.     how can I make the pop up from the javasript above not to be disappearing(i.e to appear as pop up and not to appear at the back of the current page)or
    3.     how can I set the property or the url to be displayed not to have status bar(i.e if I set the property of hodname i.e url = "/faces/allstafflist.jsp", target="_blank")

    This might help: http://blogs.sun.com/divas/entry/adding_a_popup_window_to

  • How to increase the length of message in status bar

    Hi all,
    I need to show an error message in the status bar of the ABAP editor when an error occurs in the program. But the error message is not fully getting displayed, it is getting truncated. Is there any way to increase the length of the message in the status bar.

    You can display upto 73 charcters ,if you need more than this then create one text element .
    here you can have 132 charcters.
    parameters p_matnr like mara-matnr.
    start-of-selection.
    message s999(z01) with text-005.
    Create message class with & & & & & & ( Message short text ).
    This way you can show maximum 132 charcters.
    Thanks
    Seshu

  • Status Bar Disappears in Mail App

    Vonage sends me email attachments containing my voicemails in WAV (G.711) format. Although, G.711 encoded WAV's are very popular in telecom I understand they are not supported on the iPhone. I now convert these WAVs to MP3 and forward as an email attachment to the iPhone.
    When I try to play the WAV attachment from the email app, the status bar disappears (only when in the mail app).
    When I play the MP3 attachment from the mail app, the status bar no longer displays correctly (only when in the mail app).
    I must power off and power on my iPhone for the status bar to return when in the mail app. I've restored by iPhone multiple times and the problem still occurs.
    Email me, [email protected] and I'll forward the email containing the attachments.
    How can I fix this?

    This blog post discusses when support for MP3 and WAV email attachments was added by Apple. The supported was added in 1.1.1.
    http://www.boygeniusreport.com/2007/09/27/iphone-now-supports-mp3-and-wav-attach ments/
    The screen shot even shows what the email attachment looks like.
    It also appears that the status bar may have disappeared in that screen shot too.
    So, MP3 and WAV email attachments are supported.
    Message was edited by: Bog

Maybe you are looking for

  • How to add an e-mail address from a message into a chosen address-book?

    I have no use for "Personal Address Book": I imported my e-mail addresses from my Eudora address-books. As it is, it is quite cumbersome to add that address to the address-book that I want. In Eudora this was easy

  • How to download microsoft Word 2011

    Hello! Can you please help me how to donload microsoft word document 2011 on Macbook pro i7 for free.

  • Portal Reports & url links

    I have a report from SQL query built that displays data in a table based on a parameter passed to the report. I have a web site field that changes based on organization passed to this from the database and I would like this to link to the web site. I

  • 1.1.4 - Photo Albums title overshadows first album name?

    Hmm. Is this just me? After the update, when I click Photos, it shows the list of albums, starting with the overall "Photo Library" item, as usual, followed by my own folders. But the Title "Photo Albums", now is laid on top of that first item. In fa

  • IPhone 5s rfresh Circle Keeps Turning

    Hi, I just bought a brand new 5s and when I log into it the little circle on the upper end of the screen keeps turning and turning as if it is looking for something. I have two concerns: 1) battery consumption, 2) is there a software inside that trie