Dependencys with .mmb

I have a menu M1 with 2 menu items that each call a form DEPT,
and a form EMP. The form DEPT has the menu module property set
to M1.
When I parse the DEPT form, I correctly get the dependecy to
M1.mmx.
However, when I parse the M1.mmb, I do not get any
dependencies. Shouldn't I get the dependencys for the forms
from the menu items with the pl/sql call_form statements? I was
expecting a dependency to the DEPT form and the EMP form.
Thanks.

Have you considered using the Oracle Forms Look and Feel java bean? Check out Francois Degrelle's web site. I don't know if you can change the look and feel of the menu module, but he has managed to create an API that allows you to change pretty much everything else. ;)
Hope this helps,
Craig B-)
If someone's response is helpful or correct, please mark it accordingly.

Similar Messages

  • Why can't I scroll or use MMB to open pages in new tab, when I have a PDF file opened in FF4?

    If I have a PDF file opened in firefox 4, I am for unknow reason unable to open pages in new tabs with MMB or scroll thepage up or down. The scroll function isn't working at all, and it seems like I'd be scrolling the PDF file, not the page of my current tab.

    Hi aK'
    Nice, memorable user name!
    -1712 is a timed out error. One reported cause (with other applications) is that the application is attempting to open a large number of files, or a file that no longer exists.
    Try holding down the shift key when launching preview. This prevents the application from attempting to open windows that were not closed before quitting the application.
    Regards,
    Barry

  • Maya 8.5 (UB) Impressions.

    Hi everyone, I also posted this on CGTalk but thought I would post it here as well.
    I only had a few minutes to mess around with Maya 8.5 last night. From what I've been able to test so far:
    Cons:
    - While holding down the 'v' key (and presumably and snapping hotkey) to snap align an object to a vertex, if you immediately try to move the camera around you end up moving the object you just moved instead. This could be a problem....
    - The split polygon tool works better than in version 8, althought it is still a little finnicky.
    Pros:
    - FASTER! From working on a 160k+ scene in Maya 7 that I've been doing for a while, usually a lot of layers are turned off - and even then there's a lot of lag from time to time trying to move the camera around, almost as though the coils need to warm up all the time. In 8.5 I have all layers on and everything is snappy.
    - The UV Texture editor now shows UVs. As far as stability goes, I haven't done much except to see whether or not they show up. (On a negative side, you still can't move them around with MMB).
    -=-=-=-
    So far though the pros far outweigh the cons for me at least. Keep in mind all I really do is modeling/texturing, so I'm not sure how it all fits in with everyone else's needs. My specs are a stock Mac Pro.
    respectfully,
    -rr
     Mac Pro 2.66,  30GB Video iPod, ★20.1 inch Dell Widescreen   Mac OS X (10.4.8)  

    Did you install Maya 8.5 using a root account or using the Administrator log-in/password? Reason for asking is that I've noticed some reports online of Maya 8.5 OS X users experiencing difficulty getting the license verification to work unless they install while logged in as root.

  • In Oracle 10g, How to call a report since an option of a menu (*.mmb)

    Hello
    In Oracle 10g, working since the browser, how to call a report since an option of a menu (*.mmb)? I know to call it in a form (*.fmb), therefore uses the fields bean area and the objects reports, but in a menu there is not neither canvas, neither fields, neither reports. Someone would be able to help me with that?
    Kisses. Thanks.
    Annie

    I understand that you had sent me everything,
    I sent for example to you that, no to insert it in your item's menu code,
    then,You have to modify it.
    ... but
    a menu (mmb) doesn't have to define him reports
    objects... then, what parameter I send to the
    function FIND_REPORT_OBJECT:
    This is not true
    Try out this, and then let me know
    You do not need to have a report object defined in the menu. It is enough to have it in forms.
    I tried to call a report from the menu in the folowing way:
    I created a menu and wrote the following code in one item:
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    BEGIN
    repid := find_report_object('report2');
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_EXECUTION_MODE, RUNTIME);
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'pdf');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'reportserver1');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'C:\p.pdf');
    v_rep := RUN_REPORT_OBJECT(repid);
    END;Then I created a form with a report object called report2.
    I attached the menu to this form and while running this form, I was able to successfully run the report.
    In your case, you have to make sure that you have the dummy report object in each form that will have this attached menu.
    You can replace by the actual report name as you have written in the code.
    Regards

  • IWeb video issues for Evo with Droid

    Here is my setup. I dragged a bunch of MP4's into IPhoto to make an album. Then I opened IWeb and created an album page. I then dragged the newly made album from IPhoto into the well on the IWeb page. Then I set the poster frame on each video and put the videos in order. I did not check auto play. Next I published to a folder and then FTP'd that to my Godaddy account.
    When I open the page with my desktop machine, I click the album, then a video and the video pops up with the control bar underneath. I hit play and all is beautiful. Now with my evo, I open the page, click the album, then a video. The poster frame of the video pops up but there is no control bar. There is no way to play the file. In the upper right is a small link that says download. When I click that, the video opens and plays fine.
    My question is that I am afraid people won't see this little download link. Is it supposed to work this way or will I need to somehow add a disclaimer to let people know they need to click this in order to play? It is really small and I don't think people will see it.
    Here is the link if there are any mobile viewers out there. http://www.texasmusicchannel.net/TMC_Beta/MMB/MMB.html
    Also, is there anyway to get the nicer looking controlbar from QT 10?
    Jeff

    Have you tried a restart from device info, reset options? This will resolve many problems and is the first thing I would try. I have not heard of any problems with the YouTube app. I have tested the YouTube app on my own Pre Plus an it is working without any issues. Have you installed any 3rd party (homebrew) apps? Some times this can cause a problem with installed apps.

  • Compile a menu with library attached - 10g

    I am trying to compile a menu with a library attached to it using 'frmcmp' in 10g .
    I am gettting these error messages
    Compiling procedure MENU_ACTION...
    Compilation error on procedure MENU_ACTION:
    PL/SQL ERROR 201 at line 80, column 24
    identifier 'MESSAGE_BOX' must be declared
    PL/SQL ERROR 0 at line 80, column 24
    Statement ignored
    PL/SQL ERROR 201 at line 89, column 17
    identifier 'MESSAGE_BOX' must be declared
    PL/SQL ERROR 0 at line 89, column 17
    Statement ignored
    PL/SQL ERROR 201 at line 112, column 8
    identifier 'MESSAGE_BOX' must be declared
    PL/SQL ERROR 0 at line 112, column 8
    Statement ignored
    PL/SQL ERROR 201 at line 119, column 19
    identifier 'MESSAGE_BOX' must be declaredThis is because procedure "Message_Box" is declared in the library attached to the Menu.
    Q) How to compile a menu file (MMB) with library (plx) attached to it?.
    I have already converted the PLL to PLX.
    thanks

    Hi,
    I have both the source (PLL) & Binary ( PLX) in FORMS_PATH. The MMB file is also in the same directory as the PLL. I still get the same error. Any idea why?
    Thanks

  • MMB Generation from XML

    Ive successfuly developed a PLSQL package to build a dynamic menu in XML which I then convert into a menu MMB file using the ifxml2f90 utility supplied with 9iDS. I can run all this locally on my PC.
    Now that its working I want to deploy it to our DB Unix server. Our DBAs are telling me that the ifxml2f90 utility requires an install of 9iDS on our unix server and that this is outwith our licensing agreement.
    Is there a way that I can do this without a full install of 9iDS on Unix?

    If you can use an XSLT engine in Java,
    we provide that today with the Oracle XML Parser V2.
    We do not presently have a C/C++
    implementation of the XSLT engine.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

  • I need help with one menu

    Hi evryone i created a menu in flash, the actionscript code
    is:
    // -- funciones
    MovieClip.prototype.TLonRollOver = function() {
    formato.color = 0x666666;
    this.texto.setTextFormat(formato);
    MovieClip.prototype.TLonRollOut = function() {
    formato.color = 0x666666;
    this.texto.setTextFormat(formato);
    MovieClip.prototype.TLonRelease = function() {
    // -- restaura todos los botones a su estado original
    for (i=0; i<menu.length; i++) {
    item = eval("boton_mc"+i);
    item.enabled = true;
    item.useHandCursor = true;
    formato.color = 0x666666;
    item.texto.setTextFormat(formato);
    // -- carga el clip de película en un clip contenedor
    holder_mc.loadMovie(this.pelicula);
    // -- deshabilita el botón pulsaso
    this.enabled = false;
    // -- desahbilita el cursdor en forma de mano
    this.useHandCursor = false;
    // -- para indicar que el botón se encuentra
    desahbilitado
    // -- se cambia el color de texto por uno más tenue.
    formato.color = 0xCCCCCC;
    this.texto.setTextFormat(formato);
    // -- Formato
    formato = new TextFormat();
    formato.font = "Verdana";
    formato.size = 18.5;
    formato.color = 0x000000;
    // -- Menú
    menu = new Array();
    menu[0] = {titulo:"Inicio", pelicula:"inicio.swf"};
    menu[1] = {titulo:"Terapias", pelicula:"terapias.swf"};
    menu[2] = {titulo:"Terapeutas", pelicula:"terapeutas.swf"};
    menu[3] = {titulo:"Tienda", pelicula:"tienda.swf"};
    menu[4] = {titulo:"Noticias", pelicula:"news.swf"};
    // -- clip contenedor
    this.createEmptyMovieClip("holder_mc",
    this.getNextHighestDepth());
    holder_mc._x = 0;
    holder_mc._y = 0;
    // -- Montar Menú
    formato.color = 0x666666;
    for (i=0; i<menu.length; i++) {
    // --se crean nuevas instancias del clip vinculado
    attachMovie("boton_mc", "boton_mc"+i,
    this.getNextHighestDepth());
    anterior = eval("boton_mc"+(i-1));
    item = eval("boton_mc"+i);
    item.pelicula = menu
    .pelicula;
    item.texto.autoSize = true;
    item.texto.text = menu.titulo;
    item.texto.setTextFormat(formato);
    // -- posicionamiento x-y
    item._y = 10;
    if (i == 0) {
    item._x = 10;
    } else {
    item._x = anterior._x+anterior._width;
    // -- eventos de botón
    item.onRollOver = this.TLonRollOver;
    item.onRollOut = this.TLonRollOut;
    item.onRelease = this.TLonRelease;
    well, i need to know how i can link each option with an URL
    and the target is in other frame
    Please help me!!!!

    hi
    still i am not sure what do u want to achieve?
    if u wanna create u r own toolbar then try something like this, but while creating buttons then u have to use codes too.
    There is an easier way to get the "toolbar" you want to have.
    1. Build a mmb with all the functions you want to have both in the menu and in the toolbar.
    2. For each menuitem, you can define in the properties
    - If it should be shown in the menu, then set "Visible In Menu" to Yes
    - If it should be shon in the horizontal toolbar (or vertical toolbar), then set "Visible In Horizontal Menu Toolbar" ("Visible In Vertical Menu Toolbar") to Yes
    - For showing an item in a toolbar, you will have to set the property "Icon Name" additionally to the name of an existing icon (the same way you do for buttons)
    3. Compile and generate the menu
    4. Build a form and attach your menu as Menu-Module in the properties of the form.sarah

  • Problem with national settings on DS9i

    Hi all,
    I just installed Forms Developer 902 on Windows NT.
    In registry my NLS_LANG=POLISH_POLAND.EE8WIN1250.
    The Form i Menu module support my national settings
    and don't have any problem with polish font.
    My destination platform for OAS 902 is SUSE80 Linux.
    I maked ftp binary copy *.fmb and *.mmb files from NT
    to destination platform and compile everything.
    But Form and Menu module not support my national settings.
    Where is problem? Maybe any idea?
    In {ORACLE_HOME}/bin/f90genm.sh
    is NLS_LANG=POLISH_POLAND.EE8MSWIN1250 and
    in {ORACLE_HOME}/forms90/server/default.env
    is NLS_LANG=POLISH_POLAND.EE8MSWIN1250

    Hi Billhp49,
    Here are the first things I would try for being unable to send mail:
    iOS: Unable to send or receive email
    http://support.apple.com/kb/ts3899
    Cheers!
    - Ari

  • Migration of Unix Forms fmb/pll/mmb code to Windows 2000 platform

    Hi, I am now runnning a forms 4.5 application on a COMPAQ TRUE 64-bit OS platform. However, as I have decided to switch to a Windows 2000 platform, may I know whether are the Unix fmb/pll/mmb source code that I have be re-usable in the Windows environment ? If it is not just copy and recompile, then what must I do to re-use the Unix code?
    Thank you very much.
    Regards.
    Isaac Tan

    Hi,
    I did port our forms application from Sparc Solaris to NT/2000 2 years ago. Porting from unix to windows is easier than windows to unix (no dll's to worry).
    You will need to compile the pll files first, then the mmb files and then your forms. You can create a batch file to do this (there are related postings on OTN and Metalink regarding such .bat files).
    You might have problems with your icons and fixing it is easy. Also, if your application is for client/server, then on windows it will use the MDI screen - but this is not a problem at all - it will (especially menus) will be displayed on this MDI screen instead of the individual client/server form.
    regards
    Zafer AKTAN
    Oracle DBA/Developer

  • Problem with Reports Server on Fusion Middleware 11g

    Hi,
    We recently installed a new Weblogic Fusion Middleware Server 11g and I'm trying to get the reports server to start. When I issue the opmnctl command to start the standalone report server it says it is unable to do so but does not explain why. Our old 10g reports server was on Windows Server 2003 and the new 11g one is on Linux RHEL 4 so there are some differences, I'm hoping someone can give me a hand to find out what the problem is - at the moment I'm flying blind.
    Thanks
    Adam

    In the documentation that Shail pointed to, take a look at the Migration Assistant part:
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e10394/migtool.htm#i1004902
    *"The Oracle Forms Migration Assistant updates obsolete usage in your PL/SQL code in order to upgrade your Forms 6i applications to Oracle Forms 11g."*
    I think it is clear that you can upgrade from 6i to 11g in one step... you need to upgrade to 10g first if you are coming from pre 6i versions ...
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e10394/plsqlconv.htm#i1007147
    *"If you are upgrading from releases of Forms before Forms 6i to Oracle Forms 11g, you must first upgrade your applications to Forms 10g, and then upgrade* them to Oracle Forms 11g."+
    You can also decide not to use the Migration assistant and open the 6i objects (.fmb, .mmb, etc) with the Forms Builder 11g and they would be upgraded to 11g by simply saving the object.
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e10394/fmbfmt.htm#i1008219

  • V4 - After reloading all tabs, scrolling with mouse stops working

    Multiple tabs open, right click on a tab and hit reload all tabs. The tab you are on wont scroll up and down with the mouse anymore until you click on another tab and come back.

    $ sudo echo -1 >/sys/module/usbcore/parameters/autosuspend
    bash: /sys/module/usbcore/parameters/autosuspend: Permission denied
    ditto for $sudo for i in /sys/bus/usb/devices/*/power/autosuspend; do echo -1 > $i; done
    #for i in /sys/bus/usb/devices/*/power/autosuspend; do echo -1 > $i; done
    does execute without error but it changes nothing.
    the buttons do not wake the mouse which is why this is such a problem (well, the dpi button and LMB, RMB and MMB don't, there are two other buttons but I can't recall if I tested them)
    Physically unplugging and re-inserting the mouse and keyboard fixes the problem regardless of any changes. The thing is that I would like it to be working from boot, and not having to replug them.
    Obviously not working on my end though seeing I have to replug it every time it dies.
    thanks for linking the post though (I had already read it but going through it a second time at least proves it wasn't just a one off that I didn't do it right or something but that it actually doesn't work. Odd that root doesn't have permission to do some things though, seeing that root should have ultimate power).

  • Can you please email me MENUDEF.mmb for Forms9i

    Could someone in the Oracle community please email me a copy of the Oracle standard MENUDEF.mmb for forms 9i r2.
    I am unable to download anything from my work account so I would be very grateful to anyone who can help.
    On a separate note what has happened to the quality of the Metalink forums. I thought they were supposed to be the best place for customers with fully paid up Oracle licenses to get information and advice about their products. We probably pay tens of thousands of pounds per year for a support contract yet struggle to get answers to Metalink forum questions. You can raise a TAR to get a better response time but shouldn't have to for simpler questions. The majority of posts on their are seemingly ignored and where there are responses they rarely come from Oracle employees (when they do appear its usually for the basic been answered before questions!). Anyone can create an account here at OTN and will receive a quick response from Frank and the rest of the team.

    Hi Tim,
    I'll send you the template menu definition: OFGMNUT.MMB, but I think that you have it allready. Do take a look in \oracle\Oradev10_Home\cgenf61\ADMIN
    Regards,
    Hans van Baal

  • Replace Oracle Logo with client logo

    Oracle Forms wizard created a form with "Oracle" logo at the upper-right corner.
    How do I replace the "Oracle" logo with another logo?

    create your own menu in forms, save it as lety say MYMENU.mmb, generate it and then assign MYMENU in the menu-property of your form-module (the mmx-file of the menu must be in your forms-path)

  • A problem with threads

    I am trying to implement some kind of a server listening for requests. The listener part of the app, is a daemon thread that listens for connections and instantiates a handling daemon thread once it gets some. However, my problem is that i must be able to kill the listening thread at the user's will (say via a sto button). I have done this via the Sun's proposed way, by testing a boolean flag in the loop, which is set to false when i wish to kill the thread. The problem with this thing is the following...
    Once the thread starts excecuting, it will test the flag, find it true and enter the loop. At some point it will LOCK on the server socket waiting for connection. Unless some client actually connects, it will keep on listening indefinatelly whithought ever bothering to check for the flag again (no matter how many times you set the damn thing to false).
    My question is this: Is there any real, non-theoretical, applied way to stop thread in java safely?
    Thank you in advance,
    Lefty

    This was one solution from the socket programming forum, have you tried this??
    public Thread MyThread extends Thread{
         boolean active = true;          
         public void run(){
              ss.setSoTimeout(90);               
              while (active){                   
                   try{                       
                        serverSocket = ss.accept();
                   catch (SocketTimeoutException ste){
                   // do nothing                   
         // interrupt thread           
         public void deactivate(){               
              active = false;
              // you gotta sleep for a time longer than the               
              // accept() timeout to make sure that timeout is finished.               
              try{
                   sleep(91);               
              }catch (InterruptedException ie){            
              interrupt();
    }

Maybe you are looking for

  • How to tweet your screen as a pic

    I'f seen often pics like this on twitter. But how do people tweet pics of what they see on the screen? I realy want to know!

  • SAP Design Studio Bookmark security

    We like the new feature in 1.3 which allow us to save bookmark / navigation state in SAP Design Studio application. However it looks like it require Administrator rights for users to be able to save or delete it. We were not able to locate what secur

  • Best compression for iWeb movies

    I am building a web site with many short movies I edited in iMovie and Final Cut Express. The movies are about 30-90 seconds each. I would like to use the most trouble free compression method available. By trouble free, I mean for the web site visito

  • Spanish characters in English keyboard?

    Hi all, I have both British and Spanish language inputs from System Preferences so I can switch between them. This constrains me to use the character palette. when typing Spanish. Does anyone know the keystrokes for accented vowels in Spanish, using

  • Blank / partially blank export result from Motion via Compressor

    Hi all! Final Cut Studio 3 / Mac OS 10.6.8 I have a set up of two semi-old iMacs. One is a white 2006 iMac, the other is a 2007 iMac. I work with the 2006 iMac because the screen is better, but as it is slower I would like to send processing jobs to