Implementing JFreeCharts instead of FormsGraph.jar ?

Given that FormsGraph.jar file is not officially supported by Oracle (Frank is the only one who maintains and updates it - when he has time) , is it possible for some Forms/Java developers to create a wrapper project for implementing JFreeCharts instead of FormsGraph.jar. Oracle is not going to implement the charting capability with Forms 11, and given the support for FormsGraph.jar is very limited (to 1 person at Oracle), this might be a feasible option? What do you guys (especially the Java/Forms experts) think ?
note: I am not a Java programmer, I have implemented FormsGraph.jar and some other PJC's that Francois created (trying to learn Java to write some custom PJC's but I will never be a good Java programmer like Francois ;), otherwise I would give it a shot.
I don't know if this will be a good Forms Developer community effort ?
* arguably (what I saw from the demos and what I know from my implementation of FormsGraph.jar), JFreeCharts (in my opinion) is superior to FormsGraph.jar implementation (the version available on OTN is dated 2005).
V/R

Hello,
Please, don't ask question about the LAF on this forum. Ask them on the dedicated mail address : [email protected]
Thanks,
Francois

Similar Messages

  • Error using compiled FormsGraph.jar

    Hi,
    I need to modify the "SCROLLBAR" found in the FormsGraph.java therefore, i did the following:
    I was able to compile FormsGraph.java by using setTabularData() instead of the setLocalRelationalData() method. (Compilation was done on JRE1.3)
    After this modification, i directly exported my java project to a FormsGraph.jar and placed it under forms/java.
    After running the form got the following error in the Java console :
    java.lang.NoSuchMethodError: java.lang.NoClassDefFoundError.initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
    Knowing that the provided FormsGraph.java works perfectly, Can anyone advice what's the problem
    thanks
    Lanlani

    Hi,
    The mismatch is the problem. Please get the latest files from Struts 1.2.x and update your project.
    http://struts.apache.org/downloads.html
    Then it would work.
    cheers
    babu

  • What is the difference between FormsGraph.jar and formsgraph-522400.jar?

    hello,
    There are two jars FormsGraph.jar(dowloaded with the demo_11g) and formsgraph-522400 (separate link).
    I want to create grahps to my form but im confuse of this two jars.There are no document that i can found about this formsgraph-522400.jar. Is this an upgrade?
    thank you

    I'm sure I've provided an answer for this before -- try searching this forum and see if its there.
    In short: admin.jar is old and uses a bunch of internal APIs.
    admin_client.jar is a new implementation in 10.1.3.x and it uses JMX/JSR77/JSR88 APIs as its basis. It supports config/deployment operations against ALL the OC4J variants -- standalone, OracleAS single instance or OracleAS groups. We've tried to ensure that admin_client.jar has all the necessary coverage from admin.jar -- the syntax is very similar and all the relevant commands are carried forward.
    If you are making a choice, choose admin_client.jar.
    -steve-

  • Error compiling FormsGraph.jar

    Hi,
    I am trying to compile FormsGraph.java. I am getting the following error:
    "method setLocalRelationalData(java.util.ArrayList) not found in class oracle.dss.graph.Graph. "
    The reason for this is the probably version mismatch of bigraphbean.jar. I am trying to locate the bigraphbean.jar in the Forms10gDemo pack. I am unable to find the jar file in the Forms10GDemo pack. I downloaded
    the 9iDS version, but the directory C:\forms9idemos_ep1\bigraph\src\oracle\dss\graph is empty..
    Can some one let me know the location of bigraphbean.jar file (used in the FormsGraph.jar) so that I can download the file???
    Thanks,
    Purush

    You need to post this on the Forms forum.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Formsgraph.jar and 'SET_BARGRAPH_MARKERS'

    Hi All,
    Re: FormsGraph - display value label for bar chart
    I was looking at this thread where it talks about a version of formsgraph.jar that supports the 'SET_BARGRAPH_MARKERS' facility (puts the number value on top of the bar)
    eg
    SET_CUSTOM_PROPERTY('GRAPH.BIGRAPH',1,'SET_BARGRAPH_MARKERS','true');
    I need a version that supports this that will work with Java version 1.3 for JInitiator.
    It seems that the base version on the Oracle Forms demo 10gR2 and also the 2005 patch upgrade to this do not have this facility.
    Thanks for any help.
    cheers
    Tony

    ???

  • Signing a class instead of a jar

    Would be possible to sign a .class file instead of a .jar file?
    Dani

    I am not explaining very well.
    I have a architecture who has a JSP file. This JSP loads an applet and I need the applet to be signed for a correct execution, but the applet is not a jar, it's a class. The JSP file uses a <jsp:plugin> in order to import an applet, but I wanted to avoid changing the code (it works properly) and uses an JAR as applet.
    <jsp:plugin type="applet"
              code="myApplet.class"
                   codebase="/idp"
                   name="pinApplet"
    width="300"
    height="300">
              <jsp:fallback>
                        Authentication Form is not supported by the browser
                   </jsp:fallback>
    </jsp:plugin>
    I need myApplet.class to be signed, but I am obliged to change the code to include the applet as a JAR if I want a signed applet.
    Edited by: 805978 on 12-ene-2011 8:27

  • ClassCastException when using formsgraph.jar

    We are using Bean areas using oracle.forms.demos.bigraph.FormsGraph as the Implementation Class. But we get this excpetion always.
    java.lang.ClassCastException: java.lang.Boolean
         at oracle.forms.demos.bigraph.FormsGraph.setProperty(FormsGraph.java:1824)
         at oracle.forms.handler.ComponentItem.setCustomProperty(Unknown Source)
         at oracle.forms.handler.ComponentItem.onUpdate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(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.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Any ideas?

    We are using Bean areas using oracle.forms.demos.bigraph.FormsGraph as the Implementation Class. But we get this excpetion always.
    java.lang.ClassCastException: java.lang.Boolean
         at oracle.forms.demos.bigraph.FormsGraph.setProperty(FormsGraph.java:1824)
         at oracle.forms.handler.ComponentItem.setCustomProperty(Unknown Source)
         at oracle.forms.handler.ComponentItem.onUpdate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(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.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Any ideas?

  • 11g FormsGraph.jar

    Hi,
    Does anyone know if there is a version of the 11g ForsGraph.jar (from the demos) with the BI graph demo patch in?
    We want to use the SET_SERIES_COLOR property that was added to the BI Graph demo patch but that hasn't been included in the 11g demos
    I've tried using the jar file from the patch and it "seems" to work ok except that the SET_SERIES_COLOR property doesn't seem to do anything (I followed the advice from the thread Forms 10G - Chart PJC Colors
    Although one person in that thread mentioned they had to recompile the source and re-assemble the jar file which I haven't actually tried
    Cheers
    Paul

    Thanks Francois,
    I tried adding a synchronize but the colors are still just the default.
    In debug mode it looks like the command is being accepted, and I've also tried using ADD_INDEX_LINE which was another new command and that works fine so it's definitely picking up the right JAR file.
    I've added the SET_SERIES_COLOR command all over my code now, at the beginning, after each ADD_ROWDATA and before and after the ADD_DATA_TO_GRAPH but it doesn't seem to have any effect.
    The end of the debug file shows:
    Property SET_SERIES_COLOR: setting red as a new series color
    SET_LINEGRAPH_MARKER: received true as an argument
    GRAPH_TYPE: trying to set graph type
    getInternalGraphType(): type returned for VERTICAL_STACKED_BAR = 18
    Setting Y_TITLE to 'CALLS'
    ENABLE_TOOLTIPS: setting all tooltips
    ENABLE_TOOLTIPS: No valid attribute passed. Use ALL, LABELS,VALUES or NONE
    POSITION_LEGEN: position legend to RIGHT
    ADD_INDEX_LINE - Arguments received: Green line,true,y-axis,0,10,green,2
    ADD_INDEX_LINE - Tokens: 7
    ADD_INDEX_LINE: Show index line
    Property SET_SERIES_COLOR: setting red as a new series color
    ADD_DATA_TO_GRAPH - setting data for display
    Property SET_SERIES_COLOR: setting red as a new series color
    But the graph isn't showing any red at all!

  • Set_x_decimal_digits set_series_color in formsgraph.jar (11g) not working

    Dear all,
    if you have any idea regarding set_x_decimal_digits or set series color in formsgraph 11g_demo, kindly provide me with it.
    i have searched too much but with no use.
    regards
    Wael Amar

    it seems there is some differences between the version of FormsGraph I have and this version
    http://code.google.com/p/forms-dvc-wrapper/source/browse/trunk/src/oracle/forms/demos/bigraph/FormsGraph.java?r=3
    what i have is
    * ================================
    * Forms BI Bean Graph Integration
    * ================================
    * @author Frank Nimphius
    * @version 1.1
    * history of changes
    * ================================
    * 1. November 2002 initial creation
    * 1. December 2002 added getProperty() method for property GET_DELIMITER to obtain the delimiter
    * string from a get_custom_property() call
    * 18. December , bug fixes 2708349,2708328
    * added getProperty() method for property COLUMNCOUNT to obtain the number of
    * columns from a get_custom_property() call
    and the version which i found seems newer regarding to the date of january 2005 but version number is 1.0.2 the other one is 1.1 I am really confused (what i know is 1.1 is coming after 1.0.2 or am i wrong)
    * ======================================================
    * Oracle Forms Wrapper for Data Visualization Components
    * ======================================================
    * Author: Bincsoft
    * based on the work by Frank Nimphius (version: 9.0.4 - January 2005)
    * FormsGraph.java Version 1.0.2 - December 12th 2010
    Now, I don't know how to replace only that class inside the package of bigraph.
    regards,
    wael amar

  • Principals set empty when wlclient.jar used instead of weblogic.jar

    Hi,
    I have a swing client that makes use of JAAS for security.
    When I use weblogic.jar in classpath the client works perfectly. But if I use wlclient.jar in classpath the LoginContext.login() is working fine, loginContext.getSubject() is working fine, but subject.getPrincipals() is returning a empty set. I will be using this principals to display different screens for different principals. Does any one what the solution is?
    Thanks in advance
    Danny

    With the thin client jars there is no current programmatic way that a client could ever retrieve the principals.
    Thin client uses IIOP internally and so this is currently not possible

  • Forms 10 - Using FormsGraph.jar JavaBeans

    Hi,
    I'm trying to use Javabeans from within a Form, in order to display the EMP Salaries in an histogram, but I can't find the Howto.
    At the moment it's filed at this location:
    D:\DevSuiteHome_1\forms\java\forms10gdemos9_0_4_2\demos\bigraph\classes
    I wonder if I should move all the .jars directly under the \java subdirectory.
    I thought maybe I could inspect that Jar with Jarexeplorer.jar, in order to have an idea of the classes and methods calls, but googlesearch yields no result for this howto either.
    Many thanks for your help :-)
    P.S.
    I have found a presentation at this address:
    http://www.oracle.com/technology/sample_code/products/forms/demo/9i/javabeans_pjc_samples/bi_bean/viewlet/FormsGraph_viewlet.html
    Just 142 slides to go...
    Message was edited by:
    JeanParis

    Hi again,
    JarExplorer howto:
    - Make a shortcut on the desktop
    - right click the shortcut
    - Open With.... Java(TM) Platform Se Binary
    - File ... Open
    --- Navigate to the .jar

  • Adding java projects in eclipse instead of jar files

    I have 2 java projects, one is in C:/test/ProjectA and another is C:/test/ProjectB
    Under projectA and ProjectB i have sub projects.
    I mainly work on ProjectB and import the jar of ProjectA in eclipse.
    Now I have removed jar file of ProjectA reference through eclipse and import projects to workspace, added projects under java build path. clean and build project. no compilation error in eclipse.
    when i do this, one of the class file is not getting loaded while server startup:
    07-Sep-2011 09:28:03 org.apache.catalina.loader.WebappClassLoader validateJarFile
        INFO: validateJarFile(C:\project\europa\NOS-OCT-TEST\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\ESW\WEB-INF\lib\javaee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
        NOS 0    [main] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/ESW]  - Error configuring application listener of class com.bgc.ecm.core.web.listener.Log4jRemappingListener
        java.lang.ClassNotFoundException: com.bgc.ecm.core.web.listener.Log4jRemappingListener
             at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1386)
             at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1232)
    when i add relevant jar file to the project and do a clean build server is getting started as expected.
    But my changes are not reflecting since it is referring old jar file.
    I am using Tomcat server as development environment.
    What i want is instead of refering jar file in eclipse, add projects so that the new changes should reflect the changes without ant build for creating jar file and instead only with eclipse build with source code of the dependent project and run the application.

    847389 wrote:
    I have 2 java projects, one is in C:/test/ProjectA and another is C:/test/ProjectB
    Under projectA and ProjectB i have sub projects.
    I mainly work on ProjectB and import the jar of ProjectA in eclipse.
    Now I have removed jar file of ProjectA reference through eclipse and import projects to workspace, added projects under java build path. clean and build project. no compilation error in eclipse.If you have imported the depended jar, and if its a java project. the eclipse by default refer these while compiling. I mean before using either of the ant script the or build project option in eclipse. And because of this it is not giving error.
    >
    when i do this, one of the class file is not getting loaded while server startup:
    07-Sep-2011 09:28:03 org.apache.catalina.loader.WebappClassLoader validateJarFile
    INFO: validateJarFile(C:\project\europa\NOS-OCT-TEST\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\ESW\WEB-INF\lib\javaee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    NOS 0    [main] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/ESW]  - Error configuring application listener of class com.bgc.ecm.core.web.listener.Log4jRemappingListener
    java.lang.ClassNotFoundException: com.bgc.ecm.core.web.listener.Log4jRemappingListener
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1386)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1232)
    And when you deploy the build app in tomcat it looks for the dependent jar/classes in lib or classses folder, and as it is not there the error is thrown.
    If you are using ant script then please specify which jar files to load in lib folder.
    when i add relevant jar file to the project and do a clean build server is getting started as expected.
    But my changes are not reflecting since it is referring old jar file.
    I am using Tomcat server as development environment.
    What i want is instead of refering jar file in eclipse, add projects so that the new changes should reflect the changes without ant build for creating jar file and instead only with eclipse build with source code of the dependent project and run the application.If you want this, then write ant script compatible of loading both the jar's.
    Or you can make the ant to prompt the user which jars to be loaded, while building (I suggest this option, rather than loading all the jar's of project A and project B).

  • URGENT ! Forms (jar file vs directory and classes)

    Hi,
    Our java developper has made an applet that we have to integrate with Forms.
    I said that I need a jar file that I will put in the forms90/java directory.
    The java developper want's to deploy instead of a jar file the whole directory and sub directory and all classes under the forms90/java.
    My question is, are both deployement giving the same result in term of performance on the client side when downloading the classes or the jar file.
    I always tought that jar file was better in performance.
    What is the best way to deploy our applet?
    Thanks for quick answer.
    Jean-Yves

    If you choose jar file client JVM will probably cache your jar. This will increase speed of application loading.
    Another benefit is that when you use jar file there is lazy/on demand loading option available (in my experience on demand loading doesn't work out of the box - jar file and all referenced jar files must be indexed). In other words: users that don't use forms that use your applet will not download that jar file (I have used this for FormsGraph example and some custom java application) and they don't have to download all of the jars your jar file references.

  • Problems importing Jar files

    Hi
    I have tried to implement a sample version of jfreechart which is a component for graphing but unfortunatly there is an error with importing some of the libraries i have added all the . jar files to the Class Path and i have opened the .jar file in net beans so i dont know what the problem is
    Problem is with the lines
    import org.jfree.ui.ApplicationFrame;
    import org.jfree.ui.RefineryUtilities;
    It tells me that org/jfree/chart/demo/LineChartDemo1.java [60:1] package org.jfree.ui does not exist
    C:\j2sdk1.4.2_03\lib\jfreechart-0.9.16\jfreechart-0.9.16.jar;
    C:\j2sdk1.4.2_03\lib\jfreechart-0.9.16\lib\jcommon-0.9.1.jar;
    C:\j2sdk1.4.2_03\lib\jfreechart-0.9.16\lib\servlet.jar;C:\j2sdk1.4.2_03\lib\jfreechart-0.9.16\lib\gnujaxp.jar
    Refereence at http://www.jfree.org/jfreechart/index.html

    Check to make sure that the jar files have the above mentioned classes.
    Do a jar -tvf to find the contents of the JAR file.
    Next check your classpath entries again. Also adding these libraries to the JDK lib directory will not automatically add them to the classpath. So check to make sure they are added and if you are using an IDE, check the command line the IDE produces (most IDE's do that) to make sure your classes are there in the -classpath option.
    Vijay

  • FormsGraph: open HTTP connection failed

    I have the forms 9i demos installed and they work fine. However when I put my own form into the bigraph\forms directory and try to run it, the form itself runs but I have no chart. The implementation class is the same as in the FormsGraph demo.
    I have copied the [bigraph] config information in forms90demo.cfg to my own config, changing only the fmx name and the userid. However, the java console shows
    ..java.lang....open HTTP connection failed
    followed by a number of java classes.
    What could be going wrong?
    Adrian

    Frank, this is from the java console
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 90290
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    and this is the forms90demo.cfg, which I have
    modified to make sure I hadn't missed anything
    for FormsGraph capabilities
    (I have stripped out the other named configs)
    # Forms 9i Samples and Demos Configurations
    # Generic settings for the Demos and Samples
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overriden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    baseHTML=demo90base.html
    baseHTMLie=demo90baseie.html
    baseHTMLJInitiator=demo90basejini.html
    HTMLdelimiter=%
    # WorkingDirectory defaults to <oracle_home>/forms90 if unset.
    workingDirectory=
    envFile=forms90demo.env
    # The next parameter specifies how to execute the Forms applet under
    # Microsoft Internet Explorer 5.x.
    # The Demos want to use JInitiator as we ahve many demos that need a 1.3 JVM
    IE=JInitiator
    # These settings support running and debugging a form from the Builder:
    otherparams=debug=%debug% buffer_records=%buffer% debug_messages=%debug_messages% array=%array% query_only=%query_only% quiet=%quiet% render=%render% host=%host% port=%port% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    debug=no
    buffer=no
    debug_messages=no
    array=no
    query_only=no
    quiet=yes
    render=no
    host=
    port=
    record=
    tracegroup=
    log=
    term=
    # Values for the Forms applet parameters:
    serverURL=/forms90demo/l90servlet
    codebase=/forms90demo/java
    imageBase=DocumentBase
    formsMessageListener=
    recordFileName=
    serverApp=default
    # General Shared settings which define the Look and feel of the Demos
    width=675
    height=480
    separateFrame=false
    splashScreen=no
    lookAndFeel=oracle
    colorScheme=blue
    background=/forms90demo/images/blue.gif
    logo=/forms90demo/images/Forms9i.gif
    # Other settings
    scripting=false
    # Default JARs
    archive=f90all.jar,/forms90demo/jars/demo90.jar
    archive_jini=f90all_jinit.jar,/forms90demo/jars/demo90.jar
    archive_ie=f90all.cab,/forms90demo/jars/demo90.cab
    # Jinitiator and iAS general settings
    # Number of times client should retry if a network failure occurs. Only
    # change after having read the documentation.
    networkRetries=0
    # 4) Parameters for JInitiator (used with Windows clients)
    # Page displayed to Netscape users to allow them to download JInitiator.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms90demo/jinitiator/us/jinit_download.htm
    # Parameters related to the version of JInitiator.
    jinit_classid=clsid:CAFECAFE-0013-0001-0013-ABCDEFABCDEF
    jinit_exename=jinit.exe#Version=1,3,1,13
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.13
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    [qt]
    userid=capel/james@bond
    form=portfoliomanager.fmx
    #width=960
    #height=1200
    #baseHTML=qtbase.htm
    #baseHTMLjinitiator=qtbasejini.htm
    #baseHTMLjpi=qtbasejpi.htm
    #baseHTMLie=qtbaseie.htm
    archive=f90all_jinit.jar,/forms90demo/jars/demo90.jar,/forms90demo/jars/FormsGraph.jar
    archive_jini=f90all_jinit.jar,/forms90demo/jars/demo90.jar,/forms90demo/jars/FormsGraph.jar
    #background=NO
    #look-and-feel=Generic
    #logo=NO
    imagebase=codebase
    # End
    Even when I replace graph90.fmx in the [bigraph] named configuration with my portfoliomanager.fmx I still get these errors. This leads me to think there is something wrong with the form itself. The demos work fine.

Maybe you are looking for

  • F110 Automatic Payment: Create payment file and create remittance

    Hello, I'd like to know the steps to create payment file and remittances in Automatic payment process (F110). Thanks in advance

  • How to make a header in a table non-scrollable even when u use scollbar

    i'm adding the table to scrollpane and this scrollpane is added to the container using border layout in Center and using .gettableHeader() i'm adding this to the container in north.now the problem is when ever i scroll table data using scrollbar(vert

  • Cannot load or install iTunes

    Had iTunes 11.2.2   Was prompted to download 12.1 which I attempted but would not load. Got the message "Key not valid for use in specific state". Since I already uninstalled my copy of iTunes, I now have NOTHING! Please someone, get me out of this m

  • Bulk orchestration fail on trusted recon

    Hi Experts, I have a post process event handler which triggers on trusted recon which is working fine. I also have the logic for updating the email id in the same event handler, it is working fine while creating the user from admin console but fails

  • Perl problems

    Just upgraded to OSX Lion and trying to get my Perl install running again: sudo /usr/bin/perl -MCPAN -e 'install "MODULENAME"' with any value of MODULENAME that I tried (e.g. JSON) produces: Checking if your kit is complete... Looks good Writing Make