Default menu in forms 6i (patch 7)

something tell me that the default menu is 'menudef.mmb'.
I want view this menu, but I don't found it.
It's realy this name?.
How can I edit the default menu?

%ORACLE_HOME%\TOOLS\DEVDEM20\DEMO\FORMS\menudef.mmb
Save under a different name before edit.

Similar Messages

  • Default menu in forms 10.1.2.0.2

    Hi,
    I have created a form in 10g and am using the default oracle Menu for this form. It has all the needed icons except for LOV. Can somebody tell me how to add the LOV icon in the default menu. I dont want to create a whole new menu for one icon. Please suggest.
    Thanks in advance.

    The default menu is dynamically generated but there is a starter menu file that you can add to and use as your menu. It's called menudef.mmb. See this thread for how to get it: Forms6 : default menus menudef.mmb and menudefs.mmb

  • SMARTBAR in FORMS 9i without DEFAULT menu

    I need in my Forms 9i the SMARTBAR without DEFAULT menu.
    DEFAULT menu and DEFAULT&SMARTBAR menu is possible, why not a SMARTBAR menu (internal)?
    Regards
    Friedhold Matz

    The reason that there is no Smartbar on it's own is because the smartbar is driven off the menu - Menu Items can expose themselves on the smart bar if required, but any smartbar item has to be in the menu (but it can be invisible).
    So to only have smartbar would involve a menu full of only invisible items, but that would mean that peoplw would not be able to add their own menus to co-exist with the smartbar.
    You can always edit the menudefs.mmb file (it comes with the 6i demos which you can pull off OTN)

  • Oracle forms standard/default menu - Record Delete option

    Hi ,
    Oracle forms provides a standard menu with the below options.
    Action , Query , Block , Record , Help etc.
    Under each of these Menu options there are sub options.
    Eg: Under Record we have Previous , Next , Insert , Delete etc.
    Can someone please tell me how to control this menu item options for different forms.
    Eg: for 1 form i want to allow the Record - Delete option but for another form i dont want to give this option.
    How to do this ??
    Please help....
    I tried to search for the solution but couldnt get the right answer. Hope someone will help me out here.
    Regards,
    SRT

    Hello,
    The Oracle Forms documentation states:
    The Default menu is built-in to every form, and is not a separate menu module.
    You cannot change the structure of the Default menu or edit the menu items it
    displays.
    If your application requires
    unique menu functions, you must create a custom menu module and attach it to
    your form.
    If the internal default menu almost meets your needs, you can attach the
    "menudef.mmb" approximation of the default menu to the form. You can then
    rename and edit this menu.
    You can download the demo version for 10g R2 and menudefs_10g.mmb is included with the demos.
    http://download.oracle.com/otndocs/demos/Forms_Demos_10gr2.zip
    You will get menudef_10g.mmb and menudefs_10g.mmb.
    If needed check metalink note:
    Differences between menudef.mmb and menudefs.mmb menu files. [ID 1081136.1]
    Kind regards,
    Alex
    If someone's answer is helpful or correct please mark it accordingly.

  • Remove default menu bar

    Hi,
    I want to remove only the default menu and want to retain the smartbar.Is it possible or any other workarounds available.
    Is it possible to remove/hide the window header that appears at the top of each form.I want to increase the form area by eliminating the area occupied by this window header.
    Please help me.
    thanks and regards

    Madhu,
    for Forms9i using WebUtil this can be accomplished by the Browser package of WebUtil. You can use it to hide/show the Window menu bar.
    Frank

  • Show default menu as well as created menu..How?

    I have created a menu
    Now I want that when I execute a form for menu in this form default menu and menu which is made by me show.
    I define in form properties :-
    menu module = DEFAULT&SMARTBAR (it is default)
    I add
    menu module = DEFAULT&SMARTBAR&D:\ORACLE\ORDERINDEX\ORDERINDE
    ***D:\ORACLE\ORDERINDEX\ORDERINDE it is created by me.
    it is possible?

    Hello,
    <p>you can download menudef.mmb and menudefs.mmb, open them in Forms builder, apply your changes, then after use them in you forms modules.<p>
    Francois

  • Default menu file defmenu.mmb

    Hi,
    I am studying form builder, and as i read there should be
    a file containing the default menu called defmenu.mmb,
    but i searched all forms directory and CDROM by i couldn't find this file.
    so anyone can help me to find this file.
    Thanks,

    Hi,
    I have Forms 6i, but i searched the CDROM and the installation directory for any .mmb file I didn't find the default menu file.
    About the forms demo could you please tell me how and from where to install it.
    Thanks,

  • Default Menu Editing

    Hi,
    Hi,
    I'm using forms 10g, is it possible to modify the default menu, for example to disable the exit menuitem. I know this is possible on custom menus, and if so, how about the smartbar exit button?

    Hello,
    To play with the default menu, you have to modify and attach the menudef.mmb menu module, that is a "clone" of the internal Forms default menu.
    Francois

  • What DOES the default menu do?

    Hi,
    Scenario: sqlplus on scott/tiger schema and a 9i form running and linked
    to the EMP table.
    User on the form queries Blake's record and changes their salary by one unit
    (forms locks the record as the change takes place).
    Nip across to SQLplus and type in an UPDATE statement to set Blake's
    salary to zero (hangs on the lock).
    Back into the form: decide to ditch the change of Blake's salary by choosing
    Block->Clear from the menu (screen gets wiped).
    Back to sqlplus: no update on the sqlplus window (still hanging I guess on
    the lock).
    Back to the form - choose Action->Clear All and this allows sqlplus to
    work again.
    Question1: what does "Action->Clear All" do (if it just invokes a built-in where
    can I read words like "this calls clear_form(NO_COMMIT)" ?)
    Question2: why didn't Block->Clear discard the lock?
    I kindof think that there's something obvious I am missing, but am willing to
    sacrifice my pride for a good answer.
    Thanks in advance
    Mungo Henning :-)

    Hi Kranthi,
    Thanks for the reply.
    Hello
    The Clear All item in the default menu is
    functionally equivalent to executing the CLEAR_FORM
    M procedure with default parameters:
    CLEAR_FORM(ask_commit, to_savepoint);
    The block clear menu option removes all records from,
    or flushes the current block.You haven't said whether the block clear menu option calls "CLEAR_BLOCK".
    So what does it do with uncommitted changes - ask or ignore?
    >
    Refer to the online help for more details That's the overwhelming issue: I have gone to the on-line manual but I find
    it infuriating when it lacks vital details. I will happily stand corrected if someone
    can list some keywords or a web URL for the exact page I ought to be reading
    So I politely request that you indulge me: where in the manual does it discuss
    the functionality of the default menu in exact terms?
    Thanks again
    Mungo

  • How to change default value in form

    Hi,
    I want to change the default value in form..how can i do this?
    Fo exa...in purchasing when we go to auto create..in action tab we see create been defaulted whenever we open the form and also there is one more option called add to...so whenever i open this form..i want to see add to there..
    How can we get this?please advise?
    Thanks
    Mahendra

    You can do it using forms personalization.

  • What is the latest version of sql server has been supported by forms 6i (patch 2)

    I am trying to connect to sql server 2000 from forms 6i (patch
    2) using sql odbc drivers version msql odbc-03.80.0194 with
    oracle open client adapter version 6.0.5.29.0
    by using the following command at command prompt
    plus80 <username>/<password>@odbc:sqlserver
    But while connecting it gives following error:
    SQL*Plus: Release 8.0.6.0.0 - Production on Tue Oct 24 17:36:56
    2000
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ORA-00022: invalid session id; access denied
    ORA-00022: invalid session id; access denied
    ORA-00022: invalid session id; access denied
    Error accessing PRODUCT_USER_PROFILE
    Warning: Product user profile information not loaded!
    You may need to run PUPBLD.SQL as SYSTEM
    Server not available or version too low for this feature
    ORA-00022: invalid session id; access denied
    Connected to:
    Oracle Open Client Adapter for ODBC 6.0.5.29.0
    Microsoft SQL Server 08.00.0194
    anybody please suggest any solution for this.
    Thanks in advance
    yogesh

    refresh

  • Calling From Oracle Forms 11g patch set 2(11.1.1.3.0) to  Oracle Reports 1

    Hi
    While calling From Oracle Forms 11g patch set 2(11.1.1.3.0) to Oracle Reports 11g patch set 2(11.1.1.3.0) I found unable to run report error
    But its finely working in 10g. The Place of error is in find_report_object
    Is any solution to resolve this problem like any registry setting or patches to solve this problem
    Please guide me
    Regards
    Murali N S

    I was able to download it from this link:
    [http://download-llnw.oracle.com/otn/java/jdeveloper/11.1.1.3.0/jdevstudio11113install.exe]
    on the general 11g Fusion download page at:
    [http://www.oracle.com/technology/software/products/middleware/index.html]
    Although the site does appear to be having problems. I got intermittent errors of the page/server not being available.

  • Highlight Fields as default for PDF Forms

    Hello all,
         I've recently designed a PDF form with some required fields, which get marked in red as soon as you open the form. However, some Acrobat Reader users have to click first on "highlight fields" in order to see the required fields. Is there a way to set "highlight fields" as a default for this form?
    Cheers,
    David

    The suggested code didn't work for me with Adobe Reader 8.0.  However, since I am a novice at this, I may not be adding the code correctly -- can you please tell me if this JavaScript client code for layout:ready is correct or not?  I added the code in red.  (I am using LiveCycle Designer ES Version 8.2.1.4029.1.523496).  It seems to be in the right place because if I alter the code to unconditionally set app.runtimeHighlight to false, then when I open up the form with Reader 9.0, the highlighted fields are off.
    form1.#pageSet[0].Page1.CurrentPage::ready:layout - (JavaScript, client)
    this.rawValue
    =xfa.layout.page(this);
    // Turn on highlighted fields
    if 
    (!app.runtimeHighlight){
    app.runtimeHighlight
    = true;}
    form1.#pageSet[0].Page1.PageCount::ready:layout - (JavaScript, client)
    this.rawValue
    = xfa.layout.pageCount();
    // Turn on highlighted fields
    if 
    (!app.runtimeHighlight){
    app.runtimeHighlight
    = true;}

  • Set default File Export Form for Communication Medium?

    Hi,
    Does anyone know whether it's possible to set a default File Export Form for Communication Medium.
    For example, I created communication medium 'Direct Mailing'. Everytime when a user selects this communication medium in a Marketing Campaign, I would like the File Export Form 'Z_DIRECT_MAILING' to be selected automatically. Is this possible?
    Regards,
    Jeroen

    @ Rienk - That isn't my issue, what I was looking for was to have the last setting I selected (either in Batch Export or in QT Movie Export) "Stick" so when I go to do the next set I don't have to re-select all of my settings.
    @ Nick - Not a good thing in this case. I need to send out QTs that have the speed change "baked-in" and convert the format(to ProRes, so the Color Grading session using "Color" doesn't choke. I changed my Sequence: "Settings > QuickTime Video Settings > Compressor" to ProRes, but the "Current Setting" seems to stick to the original clip's capture format (XDCAM EX).

  • Here's a scripting VI for LVClass default menu

    I was asked this morning for a bit of functionality that has been in LV for years but not exposed as a standalone function: how to set or clear the default menu associated with a LabVIEW class. So I did a "create subVI", cleaned up the code a bit, and put an icon on it. Figured it might be useful to other folks, so I'm posting it here. It is saved for LV 2009 and there is no password on the VI.
    Solved!
    Go to Solution.
    Attachments:
    Set or Clear LVClass Default Menu.vi ‏33 KB

    Darin.K wrote:
    The real goal was to see how long a label would have to become before you resorted to a caption, free label, control description or VI description. 
    Oh, that's short for me. Ask anyone on LV R&D... as length of variable name/function name increases, the probability of it being written by me rises, hitting certainty somewhere around I think 40 characters. And that's in the text languages. In G, where I'm not typing the names? Oh, I've been known to put paragraphs in labels in my own personal code. I don't ship stuff like that out to you folks because I know it isn't kosher. :-)

Maybe you are looking for

  • Won't start up or crashes within minutes

    I have a Power PC G5 which up until this week worked fine. Now, it will start up but crashes within minutes, no matter what I do (check mail, open Safari, open Address Book). Sometimes it doesn't start up at all. I press the power button and it start

  • How can we handle dateformat from diff countries into india in bdc with out

    hi experts can u help me pz how can we handle dateformat from diff countries into india in bdc with out chnaging system parameters while uploading. i.e flatfile date is germanformat      target date is indianformat. thanks and regords.

  • Why don't my projects and designs save?

    I recently upgraded to multisim 10.  I opened a multisim 9 project and made changes to the design.  No matter if i save the design or the project, when I come back the next day none of my changes are saved - it always opens to the original design.  h

  • Bell on last or first record

    I have a last record button and a previous record button and I want when the user reaches the last or first record that a beep occurs. Is there a way to do this cause I put the bell before or after the last_record statement and it didn't work. Any su

  • String to hh:mm:ss and Check it

    I create a Jdialog that I wish that it could input time of someone entering in my house. I use jTextField2.getText() to get the String. How could I check if it is "hh:mm:ss" format? and would you like to tell me the standard method in Java to deal th