How to tie a menu when running in forms 6i?

HII,

I use Form 6i,

Is there any possible to attach the menu module when running?

Please guide me.

Iqbal

Hello

Use integrated replace_menu.

Arun-

Note: This is obsolete in 9i.

Tags: Oracle Development

Similar Questions

  • FLVPlayback - how to specify source fla when running

    I am a total newbie with Flash.

    We want to host video on our site. The video display is selected by the user. I wanted to use the FLVPlayback component to display the video by specifying the URL of the source of the .fla file when running in the HTML code of the page. I have no idea how to access the source property when running in the object tag or whatever. Obviously, I need to learn the Actionscript to understand, but can someone give me a simple example of how it would be done or point me to a tutorial on this?

    The object tag looks like this:

    < object classid = "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase ="" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9, 0,0,0 " width ="550"height ="400"id ="Viewer"align ="middle">"
    < param name = "allowScriptAccess" value = "sameDomain" / >
    < param name = "allowFullScreen" value = "false" / >
    "" "< param name ="movie"value =" viewer.swf"/ > < param name = value of 'quality' = 'high' / > < param name ="bgcolor"="#ffffff"value / > < embed src =" viewer.swf "quality ="high"bgcolor ="#ffffff"width ="550"height ="400"name ="Viewer"align ="middle"allowScriptAccess ="sameDomain"allowFullScreen ="false"type =" application/x-shockwave-flash"pluginspage =" http://www.macromedia.com/go/getflashplayer ' / >
    < / object >

    There is also a javascript function:

    AC_FL_RunContent)
    'codebase', ' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9, 0,0,0',
    'width', '550'.
    'height', '400',
    'src', 'drive ',.
    'quality', 'high ',.
    "pluginspage", ' http://www.macromedia.com/go/getflashplayer ", "
    "align", "middle",
    'play', 'true ',.
    'loop', 'true ',.
    "scale", "showall"
    'wmode', 'window ',.
    "devicefont", "false."
    'id', 'drive ',.
    'bgcolor', '#ffffff ',.
    "name", "viewer",.
    'menu', 'true ',.
    'allowFullScreen', 'false. '
    "allowScriptAccess", "sameDomain",.
    'film', 'the observer ',.
    "salign", "
    ); end AC code

    It's a question of falling in the code here, or I need to change my viewer.swf to accept the parameter?


    Seems to be quotes in the flashVars parm. I removed the and it works now.

    Thanks for listening!

  • How to disable automatic query when launching a form page?

    Dear Sir:
    In Jdev 12.1.3,
    I create a form page that is based on a data control which itself is created from a ViewObject and its criteria view.
    I put the display criteria UI guidance "Query automatically" attribute disabled.
    However, when I run the form on the page every time, the query is executed automatically.
    How can I disable the automatically query when launch a form page?
    Thanks!

    You haven't checked out my previous comment, I've shared a link here?

    Anyway, it's not a bug, just a change

    You can change its value in the XML source of the viewObject (I think that the problem is for this reason, otherwise it should work)

    If you still face problem after changing this property then you can go for the second option (new link is part in the previous comment)

    Ashish

  • How to import a jar when running?

    Hi all

    I'm going to develop an application for BlackBerry and I have a question for you. My application needs to load data from a webservice, well, it's pretty easy, but the xml it receive contains a base64 string is (decoded) a .cod containing classes. Is it possible to load while running? If true, can you show me how?

    Thank you

    James

    Yes - see CodeModuleManager and associated classes - for example the writeNewModule (.) method.

  • How to draw a line when running

    I need to draw a line at run time, and I found this myShape.graphics.moveTo '(100, 100);  myShape.graphics.lineTo (200, 200); "but do not know with certainty how to declare myShape, I think he needs 2 lines to declare correctly, right?

    :

    var myShape:Shape = new Shape();

    addChild (myShape);

    myShape.graphics.moveTo (100, 100);

    myShape.graphics.lineTo (200, 200);

  • How to load the list when running

    hiiiiii I have total 100 events list...

    But first, I have 20 events display when I scroll the list down when I reached 20 events th I load another 20 events to the list please give me suggestions to do this to me...

    If you have all 100 items available then you should put all the entries in the ListField.

    In situations when not all are available and you must get them (from a server), a little at a time, then you might have a 'Next' button and allows to do the treatment.  Without doubt, you also need a 'Back' button  I wouldn't try to drive it when the user scrolls to the end of the list.  Because there is a long delay, get the 'next page', I think that instead of using a user interface there different - people expect a scroll to be instant.

  • How to resize the Bitmap when running?

    Hello

    I created a Bitmap that reads directly from a file. The actual size of the image (test.png) is 360 x 50. I displayed this bitmap image in a BitmapField.  Now, I want to display this image in my application so that it should take the width of the screen and adjust (expand or compress) so based on the TILT of the device (in the case of BB storm). My code is as below:

    {
       Bitmap image = Bitmap.getBitmapResource("mainmenu_green.png");
        BitmapField bmpMainMenu = new BitmapField(image);
    
        MenuScreenVFM verticalManager = new MenuScreenVFM();
        verticalManager.add(bmpMainMenu);
        add(verticalManager );
    }
    
    //MenuScreenVFM  Class..
     static class MenuScreenVFM extends VerticalFieldManager
     {
            // Constructor
            private MenuScreenVFM()
            {
                super(Manager.VERTICAL_SCROLL | Manager.VERTICAL_SCROLLBAR | VerticalFieldManager.FIELD_HCENTER);
            }
    
           net.rim.device.api.ui.container.VerticalFieldManager#sublayout(int,int)
             */
            protected void sublayout(int width, int height)
            {
                int nTop = 65;
                Field field = getField(0);
                layoutChild(field, Display.getWidth(), 40);
                setPositionChild(field, 0, nTop);
                setExtent( Display.getWidth(), Display.getHeight());
            }
    }
    

    The image must stretch/compress based on the width of the screen. Any info/code would be really appreciated.

    Thank you

    -DK

    I created a CustomBitmapField extends the field and for the scaling of the image, I used the following code:

       public static EncodedImage scaleImageToWidth(EncodedImage encoded, int newWidth) {
                 return scaleToFactor(encoded, encoded.getWidth(), newWidth);
       }
    
        public static EncodedImage scaleImageToHeight(EncodedImage encoded, int newHeight) {
               return scaleToFactor(encoded, encoded.getHeight(), newHeight);
        }
    
        public static EncodedImage scaleToFactor(EncodedImage encoded, int curSize, int newSize) {
             int numerator = Fixed32.toFP(curSize);
             int denominator = Fixed32.toFP(newSize);
             int scale = Fixed32.div(numerator, denominator);
    
             return encoded.scaleImage32(scale, scale);
        }
    
      protected void paint(Graphics graphics) {
            graphics.setColor(backgroundColour);
            graphics.drawImage(0, 0, Display.getWidth(), fieldHeight,   this.scaleImageToWidth(bmpBG, Display.getWidth()), 0, 0, 0);
               }
    

    I would like to know if it works... If works please set Bravo... that will encourage those who post the solution

    Kind regards

    -DK

  • Forms crashing when running Oracle Forms script functional in OTM

    Hello

    We try to run Oracle Ebiz forms related to scripts of functional test developed in Open Script in Oracle Test Manager.

    Exactly when the forms starts, the JRE is get crashed, and the script fails. What could be the reason.

    I added the path class in Control Panel for the JRE Java that comes with OATS and active 1.6.33 version that works quite well even when script is run using OpenScript, and not through OTM.

    Also, in windows services we have provided valid admin credentials to the execution of the service, instead of the user of the local computer.

    Any help and insight into this problem would be a great help.

    Kind regards
    Nishant

    Published by: 958623 on October 29, 2012 05:09

    Please try "-formsft.startup_timeout 120" and let me know.

    Thank you
    Rajesh.

  • How to remove lov associated to an element when running?

    Hi all

    I have a text element that will have either an associate or not during the performance lov depends on another column. I know how to assign a lov when running but how to remove associate lov of a component during execution?

    Thank you
    Allen

    Allen,

    Try this code,

    SET_ITEM_PROPERTY('.', LOV_NAME, '');
    

    Kind regards

    Manu.

    If my answer or the answer to another person has been useful or appropriate, please mark accordingly

  • How to map a WWW site with a form of 10g

    Hello

    I have a work form 10g, called cht.fmb. I installed the server applications (OAS) Oracle, version 10.1.2.0.2.

    I have successfully tested the form using the Menu option "Run a form on the Web", in the menu of the OAS Forms Services.
    It is after turning the fmx cht.fmx in the Forms_Path to the OAS.

    I will be sign a new so-called website www.myform.com.
    I intend to give my personal computer as a server for this site.

    When any user on the web type the URL www.myform.com, how to make the cht.fmx SHAPE.
    Is there than a re-examination installation in OAS that can do.

    Please answer. Thank you.

    Forms-on-web is just a URL, like any other URL, so forget a moment is a form application, just think of an another html page that you want to display when you enter your general URL ;-)
    http://httpd.Apache.org/docs/1.3/mod/mod_rewrite.html

    And I agree with Magoo, it could also be done with any router device.

    François

  • How to solve: java.lang.VerifyError: (class: oracle/forms/fd/JCalendar...)

    Hello

    How can I resolve this error:
    < <
    java.lang.VerifyError: (class: oracle/forms/fd/JCalendarJinit$ 1, method: < init > signature: (Loracle/forms/fd/JCalendarJinit ;)) (V) expects to find the object/array on the stack

    to oracle.forms.fd.JCalendarJinit. < init > (JCalendarJinit.java:66)
    > >

    I edited the file JCalendarJinit.java for JCalendar. I created the jar file, and when running the form, this error is coming.


    Version of Oracle Jinitiator: 1.3.1.22
    Forms version: 10g

    Thanks in advance

    Please try to replace JInitiator with the latest JRE 6 from http://java.sun.com/javase/downloads/index.jsp.

    Does that help?

    Jacob

  • In the start-up procedure, how can I remove "press ESC to access the Start Menu" when the machine hangs at the HP logo screen?

    Hello

    I am running 64 Win7HP on a laptop HP dv3, processor Core 2 Duo 4 GB DDR2 Ram, 320 GB HD, just as it came out of the box when purchased directly from HP replaced EXCEPT Vista OS with 64bits Win7HP.  Machine worked fine until the LAST update of Windows, where during the reboot, I got to the HP logo screen and in the lower left corner of the screen appeared the statement (for THE FIRST TIME) "Press ESC for the Start Menu."  Pressing Esc translates into another command "press Esc...".  Break. " When you press ESC, you get a black screen until the machine goes to sleep UNLESS you press Ctrl + Alt + Delete. If you press the 3 key combo, it will continue to start and brings you to the screen of your password for access and then operate nicely, until you turn off the system. So, how can I get rid of the superfluous instructions and get this thing here where he turns and goes directly to the screen of password without intermediate steps?  Restore points are long since gone for immediate access to the front last Win Update.
    The answer may be simple, but until now it has escaped my low range.  Any help is appreciated.
    Creyn1

    Hi Creyn1,

    Welcome to the community Microsoft and thanks for posting the question.

    According to the description, it looks that you are facing a problem when connecting, he would be grateful if you can answer this question in order to help you further.

    Do you receive an error message or error code?

    I suggest trying to boot in safe mode and check if it helps.

    Start your computer in safe mode: http://windows.microsoft.com/en-US/windows7/Start-your-computer-in-safe-mode

    If its working fine with safe mode then put the computer in a clean boot state, then check if that helps you

    Put the computer in a clean boot state and check if any third-party application is causing the problem, as the start-up boot helps eliminate software conflicts.

    How to solve the problem by running the clean boot in Windows 7: http://support.microsoft.com/kb/929135

    Note: Once you have completed troubleshooting, perform the steps in the step 3: to reset the computer as usual.

    If you have any other questions or you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

  • How to add a PPR to the button when running

    Hi all
    I have a text named "status" entry and it has links to this method
          public void setStatus(RichInputText status) { 
            setCurrentRecordStatus((String)status.getValue());
            System.out.println("status value is"+(String)status.getValue());
            status.setAutoSubmit(true);
            this.status = status;
        }
    And I have the "submitBtn" command button and I set the disable property to this method
          
        public boolean isDisableSubmitButton() {
          if (getCurrentRecordStatus() == "E") {
              disableSubmitButton=false;
          } else {
             disableSubmitButton = true;
          }
            return disableSubmitButton;
        }
    
        public void setCurrentRecordStatus(String currentRecordStatus) {
            this.currentRecordStatus = currentRecordStatus;
        }
    
        public String getCurrentRecordStatus() {
            return currentRecordStatus;
        }
    I want to put the partial "trigger" property of the command key is the id of the input text 'status' when running so that the property enable and disable the Refresh button.

    I can't do this design-time for many reasons, one of them is that the button is on the template and the content of the page changes after menu selection.

    My question is: how to add a PPR to this button during execution?
    Help, please
    Thank you

    Hello

    Try like this I hope this helps.

    for example:

    Jspx page:





    At the bean:

    private RichPopup * bindpopUp *;

    public String testmMethod() {}
    AdfFacesContext.getCurrentInstance (.addPartialTarget(*bindpopUp*));
    Returns a null value.
    }

    * Note :*

    Add partialsibmit if you use all the action in the component.

    Remove the partial triggers in the page, if you gave for the same component in the managed Bean. Add target partial bean or in the page... in a place...

    Kind regards
    Guillet

  • How can I open Web sites that I put in the drop-down menu when I click on the blue arrow to the menu drop-down

    I have windows XP. I use msn.com for my homepage. I entered the sites I want to go to every day. These sites are in the drop-down menu when I click on the blue arrow down. When I click on any one of these sites, they are not open. What can I do to fix this.

    Your user agent shows you are running Firefox in compatibility mode for Windows 98 (NT 4.10).

    • User Agent: Mozilla/5.0 (Windows NT 4.10; rv:37.0) Gecko/20100101 Firefox/37.0

    Make sure that you are not Firefox running in compatibility mode.
    You can open the properties of the desktop Firefox shortcut via the context menu and check under the tab "compatibility".
    Make sure that all items are disabled in the tab "Compatibility" in the Properties window.

  • When I shut down windows end progra - sample appears and windows will not be stopped, unless I click for end of program. Eny one have an idea how to stop this program from running?

    When I shut down windows end progra - sample appears and windows will not be stopped, unless I click for end of program. Eny one have an idea how to stop this program from running?

    Then, you will need to request Support Intel if the drivers you downloaded were appropriate for your hardware and Windows XP.

Maybe you are looking for