HOW TO HIDE MDI WINDOW INFORMS 9I WHEN THEY RUN IN WEB BROWSER

Hi. Will any body tell me how to hide the default MDI window title in Forms 9i when it run in Web Browser. I am using the "Look and feel" property as "Generic" in Formsweb.cfg file. I tried the RESIZE,POSITION,MINIMIZE,VISIBLE FALSE properties of SET_WINDOW_PROPERTY FUNCTION, But the horizontal Bar at the top displaying "Window" on it, is displayed. OR some time form is not displayed at all. So plz help me. This kindness of any one will be appriciated.
Regards
Inayat Qazi

Hi Inayat,
To remove the ORACLE icon, change the line "logo=" to "logo=x" in file formsweb.cfg.
I am not sure if it is possible to remove the standard-menu (horizontal bar with word Window, as you describe it), because as far as I know it is inheritance for the Windows OS. In other words, removing the standard menu can only be achieved if you run on another OS.
Kind regards.

Similar Messages

  • When I run a web browser immediately loaded two blank tabs. How to make the browser load the only one?

    when I run a web browser immediately loaded two blank tabs. How to make the browser load the only one?

    Did you check the home page setting to make sure that if doesn't have pipe (|) symbols?
    See these articles for some suggestions:
    *https://support.mozilla.org/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    *https://support.mozilla.org/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    *http://kb.mozillazine.org/Preferences_not_saved

  • How to hide a window in smartforms

    Hi experts,
              How to hide a window in smartforms depends on the conditions. The condition is the window how a hard coded values + fields. if the condition satisfies i want to display in form if its fails no need to display in the form... plz, its urgent.
    Regards.
    Gowrisankar

    hi,
    inside the window, you can create a condition.
    right click on the window, CREATE>FLOWLOGIC>ALTERNATIVE.
    you can give your condition there
    thx
    pavan

  • How to hide main window in JavaFX 2.0

    I want to hide application window in JavaFX 2.0, calling hide() on Stage object terminate application. How to hide main window and left application running?
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.layout.BorderPane;
    import javafx.stage.Stage;
    public class SysTray extends Application {
         public static void main(String[] args) {
              Application.launch(SysTray.class, args);
         @Override
         public void start(final Stage s) throws Exception {
              Group rootGroup=new Group();
              Scene scene=new Scene(rootGroup, 800, 600);
              s.setScene(scene);
              Button hide=new Button("hide");
              hide.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent paramT) {
                        s.hide();
              BorderPane mainPane=new BorderPane();
              mainPane.setCenter(hide);
              scene.setRoot(mainPane);
              s.setVisible(true);
    }

    That's interesting. I just checked and it looks like http://download.oracle.com/javafx/2.0/api/javafx/stage/Stage.html#close%28%29 is also an alias for setVisible(false);
    A little weird that they would have two aliases for such a thing. I'm guessing that setVisible isn't supposed to end the application, but what with JavaFX still being in Beta, the given functionality is acting as a placeholder. Maybe you should check [url http://javafx-jira.kenai.com/]Jira to see if this is already an issue. If not, you should probably file it to make sure.

  • How can i delete songs from iPhone when they are grayed out

    how can i delete songs from iPhone when they are grayed out. It doesnt let me delete from itunes either and its just taking up space on my iphone and i cant even listen to the song that are grayed out

    I did this with about 100 songs, and the problem is everytime I connect my iphone with itunes, It will automatically sync back every single song I did delete on the phone by swiping.
    I did search on google and found out that serveral people has this problem. The songs wont delete from itunes library.
    So why do they even make this function if it only deletes the songs for a short time?
    Best regards PelleRPG.

  • How to make adobe flash player content on websites run on safari browser of my ipad?

    How to make adobe flash player content on websites run on safari browser of my ipad?do I have to install adobe flash player on my ipad ?

    The flash add-on is not available for Safari on iOS. Never has been and in fact Adobe has ceased support for flash for mobile devices in general. Your options, depending on the specific sites:
    See if the site or sites in question have their own apps availabel in teh app store
    Look into some browsers such as Puffin adn iSwifter (there are others, I beleive). These browsers use a third server site to translate the flsh content into a form that the iPAd can use and restreams them to you. They may not work with all content.
    Use a computer capable of running flash.
    Seek a source of the conent that is designed for non flash use.

  • How to hide the window of Runtime Parameter Form?

    I have a form and I call a report from this form.I have passed some parameters to this report.Before the browser of reports appear the window of Runtime Parameter Form.I want to hide this window of Runtime Parameter Form but I don't know how.
    Please help me!

    When calling the report, set the property PARAMFORM to NO. IF you using parameter list to pass values to report you can do as follows:
    ADD_PARAMETER(pl_id,'PARAMFORM',TEXT_PARAMETER,'NO');

  • How to disable 'Remove Hidden Information' popup when closing PDF in Acrobat X on Mac?

    How do I disable the function that causes the 'Remove Hidden Information' popup when closing PDFs in Acrobat X? I'm using OS X 10.9.4 on a Mac?
    I've searched online and was directed to Preferences>>Security (enhanced) to uncheck 'Unable Enhanced Security', but it wasn't checked.
    This box (see screen shot) opens each time I close a PDF. I'm forced to select an option before closing.
    Please help.
    Thanks.

    Go to the menu Acrobat>Preferences
    In the Preferences window's "Categories" pane, select "Document"
    In the "Hidden Information" section deselect both check boxes
    Click the OK button
    You should be good now.

  • How to Maximize MDI window in Dev-10g

    Buddies....How can we maximize MDI window (Browser's window) in Dev-10g while calling a form or report?

    hi
    try this
    when-new-form-instance trigger.
    declare
    fm_id formModule;
    begin
    fm_id :=find_form ( :system.current_form);
    set_form_property(fm_id,defer_required_enforcement,property_true);
    set_window_property(forms_Mdi_window,window_state,Maximise);
    set_window_Property(forms_Mdi_window,title,'MDI title');
    set_window_property('window1',window_state,Maximise);
    set_window_property('Window1',Title, 'Form title');
    end;
    sarah

  • How to hide a window ???

    When I use hide_window and show_window to hide a window and show a new window, the new window is showed on the top of the old window. The old window is behide the new window, not disappeared from the screen.
    How can make a window disappeared from the screen. Thanks.

    I got it. Thanks.
    Blake
    null

  • How to avoid the windows "dialog box" when we use flexprintjob class

    in the print segment
    http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf65381-7ffc.html
    it says
       printJob.start();
    This causes the operating system to display a Print dialog box.
    this  windows "dialog box" which is used to set the page size, page index, or some other page settings.
    but in my case , i can't let user see this dialog box.
        how can i avoid this "dialog box" when i call   printJob.start();
    it is my big issue ,please help to give a suggestion

      hi   how can i set the "ie" "internet explorer"  to avoid the "dialog box."  if i have to do it .
    thank you very much !

  • How can I hide the main front panel when I run from the executable?

    Hopefully this is an easy question. I have an application where the front panel is not the main GUI and I would like to hide it when the program runs, but only when it runs from the executable. How can I do this?

    NIquist wrote:
    Yeah, don't do that. Executables built in LV require at least one front panel to be open. If it isn't, the run-time engine automatically closes the executable. I haven't checked recently, but I assume this is still the case.
    Instead, you can set the FP state to minimized (as suggested earlier) or (better) to hidden.
    P.S. one side point - the property and invoke nodes have a shortcut - if you use the Application or VI classes and don't connect a reference, they default to the current app or VI. That means you don't have to open the reference.
    Try to take over the world!

  • How can I get reliable information on when faults ...

    How can I get reliable, helpful information on when the faults with my phone line and broad band will be fixed?
    My provider (talktalk) upgraded us to fibre on 17/11/13  but we only got 2MB (instead of 36MB).  Openreach were put onto it and things got progressively worse.  As from 17/12/13 we have had NO land line and NO broadband.  I have spent hours chasing talktalk on the phone (they promise to give me updates in 48hrs but never do) but am getting nowhere.  I am gven inaccurate conflicting infirmation on each call to talktalk.  I am told that openreach have dug a hole but there is no evidence of this between our house and the fibre cabinet in the village.  I am told thay are out again digging a hole but this appears to be completely ficticious.  I am continually promised an update in 48 hrs but nothing changes.
    It is not clear why we have lost ALL connection.  There are several lines in the cable coming to our property but it seems that they have cut us off ompletely.  This is VERY inconvenient and VERY frustrating.  We have to rely on poor mobile phone signals for emergency calls.  I am about the cancel the direct debit to talktalk in absence of any reliable information or prospects of the faults being fixed.
    I want to communicate directly with wheover is working on this to get accurate, reliable information on what the problem is and when (or if) it is likely to be fixed.

    Thank you for this information.  I had thought that this forum covered any issues that related to BT or one of their companies, ie Openreach.  Indeed, the reson for trying this forum was that I am getting nowhere with Talktalk and there is no other way for me to deal with Openreach.  A total catch 22 situation!
    If anyone has any otjher suggestions beside keep on banging away at Talktalk, please let me know.  Ihave used up my mobile allowance calling them.  They just blame Openreach (although also giving conflicting information/reassurances on the status of the fault/repair) so I am stuck in a never ending loop.
    I fear that the solution to the problem may be the replacement of a 1000m of cable leading to my property and Openreach do not wish to do this.  They even had the cheek a couple of week ago to send a text saying the fault had been fixed even though we were quite clearly still without any landline or internet connection!
    All I can do is stop paying but I am simply left with no service.

  • How to hide iplanet Version information

    Hello,
    I want to hide, iPlanet Server Information i.e Version/Build/Hotfix information from the Header Message.
    Also i want to hide information when i do
    telnet localhost 25, It gives me iPlanet version/Build/ Hotfix
    I dont want this information to be get display,
    Can any one update me on this .... is it possiable.
    Thank You
    Regards
    Devendra

    You have to add your own ServerString to magnus.conf, see: http://docs.sun.com/source/817-1834-10/crmagnus.html#wp1004737

  • Acrobat XI full screen mode: how to hide the window control frame

    i mainly use Acrobat to prepare full screen presentations and training, and it is annoying not being able to hide the window control
    i previous versions the window control frame was always hidden / please bring this option back

    Thanks, but my ID CS6 is already set to open as a "normal window".  What I'm trying to resolve is the sizing and positioning of that "normal window".
    I found one older post (http://forums.adobe.com/message/4609791) from someone who has the same problem, and it looks as if their question was never resolved, either.  I haven't tried the script mentioned in the other message that has a link from that one.  Btw, I've never seen a Window > Application Frame option within InDesign CSx for Microsoft Windows.

Maybe you are looking for

  • Floating Licence

    Does Adobe Acrobat offer any type of floating licence? We are trying to incorporate digital signatures that can only be done in reader if the pdf is saved in Acrobat with the "extend features in adobe reader" function turned on. We don't/aren't going

  • How to call a session variable into sql?

    for example, I have a coldfusion session variable - session.testvar I am writing a Stored procedure in sql server 2000. The query within my stored procedure needs to insert a value into a table. The value needs to be my CF session variable. I have no

  • Adapter Engine NOT in the drop-down list - RFC adapter, Communication Chan

    Hello XI Experts, I recently installed IDES (ERP2005) along with XI (NW2004s). I carried out the post installation steps for XI. I set up XI (technical systems, business systems, etc). I have started to create an RFC to File XI interface. I have carr

  • Very simple mp3 player

    What is an easy way to create a very simple flash mp3 player in DW CS3? I tried the DW mp3 plugin, but that caused confusion for visitors who did not know how or want to install a plugin. I googled "flash mp3 player" and there are many available, but

  • Screensave​r with music

    I purchased my laptop in February of this year and shortly after, a screensaver appeared that I had not set up.  It included pictures from the sample file and also played music in the background.  The music selections were also from a sample file.  I