Forms applet parameter

Forms applet parameter colorScheme=teal
how much color scheme can we add in parameter.

You can see here on documentation:
http://download.oracle.com/docs/cd/B19375_07/doc/frs/forms/B14032_03/toc.htm
You must check in section 4.3.4.4 Applet or Object Parameter
Hope it helps you,
Fabrizio
If this answer is helpful or correct, please mark it. Thanks.

Similar Messages

  • Window/Form/Applet Size

    I've recently upgraded a project from Forms 6i to 10g. However the sizes of the window, form and servlet vary and seem to be form specific. I've tried setting the forms applet parameter in the formsweb.cfg but each form seems to revert to its own form specific width.
    How do i globally set the height and width of all of the forms, window and applets within my project?

    Hello,
    You would have thought of that since the application startup. You have PL/SQL library and object libraries to help you making the more reusable code as you can.
    If this works is not done from the very beginning, the last solution is to use the JDAPI tool to apply massive changes to the source modules in a single shot.
    Francois

  • How to change the parameter's value of Oracle Forms Applet?

    Hello,
    I'm working with Oracle Forms 10.1.2.3.0 and JRE 1.6.0_14, we got some performance issues and we think are related with Java, so we enabled Java trace and we realized that every time user moves the cursor from one item to another, the applet sends a request to the server. This is the request.
    network: Connecting http://server/forms/lservlet;jsessionid=e53bb50b2f95ecb357451bf21a291367cc1747d2d9956b3ba1c4a05916d87d34.e34LaheTahaLai0LaxyLbN4ObxqTe6fznA5Pp7ftolbGmkTy with proxy=DIRECT
    I want to disable these connections as Sun states that sometimes they are not needed (not sure if this is the case but we want to test it).
    I got a possible answer from a Sun forum, the possible fix is to set the following property to false:
    <APPLET ...>
    <PARAM name="codebase_lookup" value="false">
    </APPLET>
    But I don't know how to pass that parameter to Oracle Forms applet.
    Does anybody know?
    Thanks.

    You can try passing the parameter in the HTML template file ... for example in the $ORACLE_HOME/forms/server/basejpi.htm
    i.e.
    <PARAM NAME="TYPE" VALUE="%jpi_mimetype%">
    <PARAM NAME="CODEBASE" VALUE="%codebase%">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="ARCHIVE" VALUE="%archive%" >
    <PARAM name="codebase_lookup" value="false">
    I have never done it myself so I do not know if it would be recognized though.

  • How to call a form from one form to another form with parameter..

    i'm having a from that will shows the info about the orders that the client has. and i want to show the information of the client. for that i have created one form and i want to call the form from my current form with the given client name as a parameter. then the client_info form has to query with the given parameter. so im passing the :client_order_info.client_name as parameter to the call_form('client_info.fmx',:client_order_info.client_name); but my question is how to access that parameter in the client_info form.. plz help me.. i tried a lot ..

    Create a parameter (object navigator -> parameters) with the name client_name and you can access that value in your client info form using :PARAMETER.client_name.
    P.S. while calling you can pass parameter using 'cilent_name =>' to make sure that the correct parameter is getting assigned to the value.

  • Forms applets are not openig in Linux

    hi all,
    we are installed Oracle ERP 12.1.1(Vision) on RHEL 5.3, I would like to use the Linux as Desktop tier also, so when i am clicking forms applet based item then it is promting me to install j2se plugin version 1.6.0_07 , as i have jre1.6.0_18 already on my machine. but when i am issuing " java -version" command it is showing
    ============================
    [root@vis java]# java -version
    java version "1.4.2"
    gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-44)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    =============================================
    i have created link for libjavaplugin_oji.so (from /usr/java/jre1.6.0_18/plugin/i386/ns7/) into Mozilla/plugin
    still it is not working ..
    what should i do ???( As i am new to Apps)
    please update.
    Regards
    MMU

    Hi,
    Linux o/s is not supported fro connection to EBIZ,Any ways u can follow the below to get connection from linux o/s
    Accessing R12 from oracle enterprize linux 4
    Regards

  • How to disable Query for single controls in a Form Applet?

    Hi All,
    this should be so simple, but seems like I don't get it at the moment.
    I have a Form Applet in HI Mode and want to disable the possibility to Query on certain fields. these are Calculated fields and querying will most likely crash the application due to heavy performance impact. They should be for displaying only. How to do that? I have searched for Applet Control User Properties and such stuff but couldn't find one.
    Thx

    Hi Siebelade thanks for your reply,
    in the meantime I managed to do it using a BusComp Field User Property called "DisableSearch". If you set this to "TRUE" for the desired fields, the user will receive an error message when trying to query for these fields.
    Benny

  • How to display HTML content in Siebel form applet

    Hi All
    I have a requirement where I send data from external webservice to be displayed in a siebel form applet. The control which displays this data is a textarea but the problem is my data is with HTML tags in it like
    <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META
    I need siebel to not show these tags but to show normal data after encoding the tags. I selected HTML Display Mode as 'EncodeData' but it is not removing the HTML tags.
    Please Help!
    Thanks
    Shweta

    Hello Shweta,
    From what I have observed, TextArea do not allow HTML formatting. This is because they are dependant on the Siebel ActiveX component unlike the Textbox.
    So in case you want to try to remove the HTML tags:
    1. Try with a text box instead of a text area.
    2. In the form applet map the control and try with HTML Display Mode as DontEncodeData if not successful.
    3. Also set the HTML Type to Field.
    Warm Regards,
    Tanmay Jain

  • Forms applet does not load when request forwarded from custom servlet

    I have an existing forms app that I wish to call from a newly-developed servlet. The servlet determines which form to call and then forwards the request to the forms servlet using RequestDispatcher.forward().
    The request is forwarded correctly but when it is done all I see is a blank browser (IE7) window. When I View Source I see all the correct HTML code (from basejpi.htm) but it seems my browser does not attempt to load the forms applet. No messages are displayed in the Java Console. This is the same HTML that comes back if I run the forms app directly, e.g. click a link that goes straight to the forms servlet URL, only in that case the forms app starts up fine.
    Anyone know why this does not work?

    Figured out what is going on:
    In basejpi.htm there is "<SCRIPT LANGUAGE=JavaScript SRC=java/forms_ie.js>" that creates an OBJECT tag to load the forms applet. I believe since the context of my custom servlet is different than that of the forms servlet, forms_ie.js is not found when the request is forwarded from my servlet.
    One question answered raises another. There is also an OBJECT tag inside a NOSCRIPT tag for machines where scripting has been disabled:
    <!-- Forms applet definition (start) -->
    <NOSCRIPT>
    <OBJECT name=FormsApplet
    type="application/x-java-applet"
    ...>
    </NOSCRIPT>
    <SCRIPT LANGUAGE="JavaScript" SRC="java/forms_ie.js"></SCRIPT>
    My thinking is to remove the NOSCRIPT tag, and also the SCRIPT tag mentioned above, so all machines will simply see the OBJECT tag, like so:
    <!-- Forms applet definition (start) -->
    <OBJECT name=FormsApplet
    type="application/x-java-applet"
    ...>
    This makes me wonder why the SCRIPT option is there to begin with. Anyone see a downside to this approach?
    Kevin

  • How to create a popup form applet to create a new record

    Hi,
    I have a requirement where on button click a popup form applet should open in new record mode by default. I will then enter details in that popup applet & on clicking the "Submit" button on that applet, the data gets saved to the corresponding table.
    I tried following options:
    1. Created a new control(button) on parent applet & specified the popup applet detail in its user property.
    Mode - Edit
    Popup - <name of the new popup applet>
    Popup Dimension - 500*300
    This configuration opens the new popup applet on button click but its in edit mode with the data of parent applet showing in it.
    2. modified the configuration to -
    changed the mode to "New".
    In the applet definition web template for the Edit web template,chosen mode type as New and for Edit list web template chosen the mode type as edit list.
    However, couldn't achieve what is intended. pls help.
    Thanks

    On Click on New button , you can invoke an applet based on VBC using showpopup and when the ok button is pressed , you can insert the record to the base bc.
    Regards,
    Vinod Nair

  • Error while invoking infobus form applet

    Hi,
    Iam trying to deploy a InfoBus form applet created using JDeveloper 3.0 to IIS server in windows NT. I deployed the applet as follows.
    1) I created EmpTest.jar file which consists of InfoBus form applet code files which I created using JDeveloper 3.0 as instructed in the online help.
    2) I created two virtual directories in IIS one for holding the base html file and other for holding the Java archive files.
    if_code -- Virtual directory for Java Archive files
    if_html -- Virtual directory for the Base Html File
    3) I copied the Base Html file to "if_html" virtual directory
    4) I copied the following classes to the "if_code" virtual directory
    EmpTest.jar
    jdev-rt.zip
    classes111.zip (Oracle 8i v8.1.5)
    connectionmanager.zip
    jbodatum.zip
    jbomt.zip
    jboremote.zip
    jndi.jar
    xmlparserv2.jar
    javax_ejb.zip
    dacf.zip
    infobus.jar
    swingall.jar
    LW_pfjbean.jar
    classes.zip
    Now when I invoke the Base html file in Netscape navigator I get the following messages in the Java Console.
    Java(TM) Plug-in
    Using JRE version 1.2.1
    User home directory = C:\WINNT\Profiles\Administrator
    Proxy Configuration: no proxy
    JAR cache enabled.
    Opening http://sairam/if_code/EmpTest.jar no proxy
    No holding
    CacheHandler trying caching. http://sairam/if_code/EmpTest.jar
    CacheHandler file name: c:\Program Files\Netscape\Users\srinioj\cache\MUBVHFDO.JAR
    Got cached copy
    Opening http://sairam/if_code/jdev-rt.zip no proxy
    Opening http://sairam/if_code/classes111.zip no proxy
    Opening http://sairam/if_code/connectionmanager.zip no proxy
    Opening http://sairam/if_code/jbodatum.zip no proxy
    Opening http://sairam/if_code/jbomt.zip no proxy
    Opening http://sairam/if_code/jboremote.zip no proxy
    Opening http://sairam/if_code/jndi.jar no proxy
    No holding
    CacheHandler trying caching. http://sairam/if_code/jndi.jar
    CacheHandler file name: c:\Program Files\Netscape\Users\srinioj\cache\MU9IQQ75.JAR
    Got cached copy
    Opening http://sairam/if_code/xmlparserv2.jar no proxy
    No holding
    CacheHandler trying caching. http://sairam/if_code/xmlparserv2.jar
    CacheHandler file name: c:\Program Files\Netscape\Users\srinioj\cache\M01S0B5S.JAR
    Got cached copy
    Opening http://sairam/if_code/javax_ejb.zip no proxy
    Opening http://sairam/if_code/dacf.zip no proxy
    Opening http://sairam/if_code/infobus.jar no proxy
    No holding
    CacheHandler trying caching. http://sairam/if_code/infobus.jar
    CacheHandler file name: c:\Program Files\Netscape\Users\srinioj\cache\M187DFUA.JAR
    Got cached copy
    Opening http://sairam/if_code/swingall.jar no proxy
    No holding
    CacheHandler trying caching. http://sairam/if_code/swingall.jar
    CacheHandler file name: c:\Program Files\Netscape\Users\srinioj\cache\M0HHIU2J.JAR
    Got cached copy
    Opening http://sairam/if_code/LW_pfjbean.jar no proxy
    No holding
    CacheHandler trying caching. http://sairam/if_code/LW_pfjbean.jar
    CacheHandler file name: c:\Program Files\Netscape\Users\srinioj\cache\M0CG0F19.JAR
    Got cached copy
    Opening http://sairam/if_code/classes.zip no proxy
    Opening http://sairam/if_code/oracle/dacf/dataset/ResTable_en_US.class no proxy
    No holding
    CacheHandler trying caching. http://sairam/if_code/oracle/dacf/dataset/ResTable_en_US.class
    CacheHandler file name: null
    No cache available, using remote copy
    Opening http://sairam/if_code/oracle/dacf/dataset/ResTable_en_US.class no proxy
    java.lang.ClassFormatError: oracle/dacf/dataset/ResTable_en_US (Bad magic number)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(Compiled Code)
    at java.security.SecureClassLoader.defineClass(Compiled Code)
    at sun.applet.AppletClassLoader.findClass(Compiled Code)
    at java.lang.ClassLoader.loadClass(Compiled Code)
    at sun.applet.AppletClassLoader.loadClass(Compiled Code)
    at java.lang.ClassLoader.loadClass(Compiled Code)
    at java.util.ResourceBundle.findBundle(Compiled Code)
    at java.util.ResourceBundle.getBundle(Compiled Code)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:334)
    at oracle.dacf.dataset.Res.<clinit>(Res.java:16)
    at oracle.dacf.dataset.SessionInfo.<clinit>(SessionInfo.java:65)
    at EmpPackage.EmpApplet.<init>(EmpApplet.java:213)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Compiled Code)
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:532)
    at sun.plugin.AppletViewer.createApplet(AppletViewer.java:759)
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:468)
    at sun.applet.AppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:479)
    The same program when run inside the Jdeveloper runs fine.
    Can anyone show a light on this? Appreciate any kind of help in this.
    OS - Windows NT service pack 5
    Browser - Netscape Navigator v 4.51
    JRE - V1.2
    Database - Oracle 8i v 8.1.5
    My Email Id is [email protected]
    Warm Regards,
    Srini.

    Another thing I want to mention is if I run my process2 independently it works fine. So my guess is that the way I'm calling Process2 from Process1 maynot be correct. I'm not even sure if this thing will actually work or not.
    Process1 has a webservice that has http binding to call an outside servlet. I need to have another layer in between (Process2) that will call the Outside servlet. So it's Process1 calling Process2 and Process2 calling the outside servlet.
    My hands are tied that I can't change the webservice in Process1 or modify Process1 directly (I don't own this and it's shipped as standard functionality) which calls the servlet and has http binding. How can I call Process2 from the same binding and what endpoint should I use for my process ?
    Any help is highly appreciated.
    Thanks,
    Megha

  • Forms applet doesn't respond anymore

    Hi,
    Migrating to SunJVM 1.6.0_07 (JPI) our forms application sometimes crashes. It happens when dragging the mouse over the value displayed in a text field. About once a month on a normal PC and a couple of times a day on a virtual client. It never occurred in the old MS-JVM.
    - No ORA- or FRM- error message
    - Forms applet does not respond anymore to anything. But it's still running
    - Java Console shows stacktrace below 12 times
    - Running JVM gets corrupted. Subsequent Forms sessions have the same problem. Closing all browser windows resets JVM
    We are running Forms 9.0.2.11.0 = 9iAS + patchset 2 (Yes, I know it's not supported anymore :-( )
    Does anyone have a clue, what might be causing it?
    Regards,
    Roel
    Exception in thread "AWT-EventQueue-5" java.lang.IllegalThreadStateException
         at java.lang.ThreadGroup.add(Unknown Source)
         at java.lang.Thread.start(Unknown Source)
         at oracle.ewt.timer.Timer.schedule(Unknown Source)
         at oracle.ewt.lwAWT.lwText.AutoScroller.schedule(Unknown Source)
         at oracle.ewt.lwAWT.lwText.LWTextField.processMouseMotionEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwText.LWTextComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwText.LWTextField.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mouseDragged(Unknown Source)
         at java.awt.Component.processMouseMotionEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

    no luck, still needs to be clicked several times to make it start...
    Is it browser/computer specific ? On one pc, I first get the 'click to activate and use this control' message, and then it takes several clicks afterwards until it recognises the key input. On a different pc I don't get the message, and it generally only takes one or two clicks.
    Any other tips/suggestions ?
    Cheers,
    Stu

  • Is it possible to create a bean that will generate (fill up) applet paramet

    Hi all,
    As a newbie I was asking myself is it possible to create a bean that will fill up applet parameter or directly generate the applet ??
    And I can I create it ?
    I mean : Having a jsp page that make reference to the bean, the bean shall generatehtml applet parameter values.
    Some samples will be welcome or a template.
    Thanks in advance
    Shamann

    Thanks a lot for your reply siv viv,
    I've posted this thread because I'm a little bit disappointed with Applet and jsp according to lot of thread about this subject (it seems that communication between applet and jsp is not easy : bug reported).
    The basic thing i want to do is to create a dynamic Pie Chart as applet or bean so i need to set applet parameter thanks to variables.
    See the http://forums.java.sun.com/thread.jsp?forum=45&thread=80250 this one is putting me in the dark.
    regards
    Shamann

  • Is it possible to hide a forms user parameter in the wrapper HTML page?

    Is it possible to hide a forms user parameter in the wrapper HTML page? I.E I want to start my form with MODULE=myForm userid=scott/tiger@db myParameter=SECRET.
    The http://myserver/servlet/f60servlet?config=myconfig successfully starts the application (after update of the basejini.htm and adding this section to the formsweb.cfg
    [myconfig]
    userid=scot/tiger@db
    myParameter=SECRET)
    However, when looking at the source of the wrapper html page one can see MODULE=myForm userid= myParameter=SECRET.
    As you can see the userid is nicely hidden by my secret parameter is not.
    Thanks in advance for ideas for solving this…

    We logged a similar issue through Oracle support recently (hiding the password) and we did get a very unsatisfactory response :
    ====
    View source is the functionality for browser . So that can't be done.
    You have two possible workaround for your problem.
    1.
    Invoke Registry & move to HKEY_LOCAL_MACHINES &gt;&gt; SOFTWARE &gt;&gt; ORACLE. Here create a new string value with the name LOCAL & value as the connect string you want. Now when you run the form on web, just give user name & password, the form picks the connect string from Registry.
    Note : You need to make registry entry in a machine where Forms Server is running.
    2.
    You can hardcode the username, password & connect string in the form's ON-LOGON trigger. To do this use LOGON built-in.
    ====
    Should you receive a better response : we are also interested.

  • Form Applet on Home Screen

    Hi,
    I am using Siebel 7.7.2.6.
    I have a requirement where I need to include a form Applet on Siebel ePharma Life Sciences Home Screen.
    Usually I have seen only list Applet being displayed there. Has anybody ever config. a form Applet on the Home Screen. If Yes, then could you please share the steps to follow to get this right on the Home Screen.
    I think we have to use some specific class of which I am not sure.
    Please Help !
    Thanks :-)

    Hi,
    Thanks for the Help.
    The problems that I am facing with the Form Applet on the Home Screen Are :
    1. The Home Screen View is in the List Mode, so even though I am adding the Form Applet in the Edit Mode I am not able enter values to the fields i.e. the Applet is in ReadOnly.
    2. On the Home Screen There is a button called Edit Layout where one can choose to hide or display the Applet on the Home Screen, however I am not able to see my Form applet under Edit Layout.
    Pleae help.
    Thanks :)

  • Applet Parameter Reference

    Excuse the stupid question, but does anyone know of a list describing the various parameters that can be passed to the forms applet at runtime? Among other things, I'm looking for one that lets me change the icon and title of the window that forms display in when I run with separateframe=true.
    Thanks,
    Alex Valys

    Looks like you are going to have to sign your applet.
    It looks as if that ORB object is trying to modify something with threading that the default Security Manager in Applets won't permit to happen.
    To be honest I am more than a little suspicious of code that feels it needs to fiddle with thread things but whatever. You are going to have to sign and your applet
    and get the permission you need for the ORB to do it's thing.
    If you have more questions about this you should post them into the [_Signed Applet Forum_|http://forum.java.sun.com/forum.jspa?forumID=63]

Maybe you are looking for

  • Unresponsive Keyboard and Trackpad problem AT STARTUP + Sleep problem

    When I turn on my computer it boots the OS and everything works except for the trackpad and the keyboard. I wait for about 5-7 minutes and then the trackpad and the keyboard start working. Additional problems: If I try to sleep my computer, the scree

  • Oracle 8.1.7 setup fails

    When I try to start the Oracle 8.1.7 install (On an NT4 platform), I get a Java error in jrew.RPT as follows: Exception code: C0000005 ACCESS_VIOLATION Is this an Oracle issue?

  • Where can I get a battery replacement?

    My macbook battery needs to be replaced, I have had it four years and its now causing problems. My macbook is an old model so I was wondering does anyone know where I can get a replacement battery asap? Battery is A1280, 10.8V 45Wh

  • Adworker fails with "Error calling FNDLOAD function" for patch 7303033

    hi, we have some problems applying patch 7303033 (12.1.2) for EBS: 1. installed ebs R12 12.1.1 with 11.0.7 database; 2. applied patch R12.AD.B.DELTA.2 Patch 8502056 3. trying to apply patch 7303033 after ~6 hours of runnig one of worker failed. worke

  • No 'country' field in EQUI_ADDR

    Hi All, I am using the following code in my program and I am getting the error that Country field does not exist in EQUI_ADDR. In 4.6c this field was present but in 6.0 this has been omitted.Can Anybody please tell some alternative to this. Thanks in