Forms Demos - BI Graph

I have looked at the graph90.html that came with the demos. I have a simple bar chart that is working.
My problem is that I want a pie chart and have been unable to get the chart to display with more than one slice (which is the first value added using addrow_data).
I assume the problem is the data I'm adding. I'm just not sure what it is expecting.
Is anyone using the BI graph bean from the demos.
Kelly

Kelly,
the syntax of addrow_data is
<column_label><delimiter><row_label><delimiter><value><delimiter><primaryKey>
For example:
set_custom_property('BeanArea',1,'ADD_ROWDATA','SAL,SMTITH,1200);
or if a primary key needs to be passed
set_custom_property('BeanArea',1,'ADD_ROWDATA','SAL,SMTITH,1200,7765);
To get a pie graph on The Salary of several employees you will have to pass the data as follows (this one does not pass the primary key)
set_custom_property('BeanArea',1,'ADD_ROWDATA','SAL,SMTITH,1200);
set_custom_property('BeanArea',1,'ADD_ROWDATA','SAL,MILLER,2000);
set_custom_property('BeanArea',1,'ADD_ROWDATA','SAL,JONES,1500);
Frank

Similar Messages

  • Forms demos problem / bigraph form unable to find javabean

    hi there,
    i've installed the developer suite 10g and the forms-demos with patches.
    i can call 127.0.0.1:8889/forms/formsdemos/demo.html, everything loads fine... beans, images (regering to the bigraph demo).
    but when i open the graph.fmb with forms developer, navigate to the PJC_canvas (second tab) ill get an error (frm 13008 bean not found oracle.forms.demos.bigraph.FormsGraph).
    nevertheless i can compile the form and run it (adding ?config=bigraph solves image related problems).
    to get rid of that error i tried to add the FormsGraph.jar to $ORACLE_HOME/forms/server/formsdemo.env (CLASSPATH) - didnt work.
    where are the parameters for forms-developer defining where to look for java-code?
    thanks in advance, cam.

    hi,
    sorry francois, that didnt solve the problem. while i'm now able to navigate the oracle.forms.demos.bigraph javapath in the <program>|<import java classes> dialog i still get the same error. (frm 13008 bean not found oracle.forms.demos.bigraph.FormsGraph)
    i've then tried to import the FormsGraph bean in said java tree - again an error (java.lang.NoClassDefFoundError: oracle/forms/ui/VBean).
    to my surprise another bean is visible in that tree: FormsGraph$1 - importing is successfull but useless regarding to the first error.

  • Forms demo for Oracle developer Suite 10.1.2.0.2

    Hello people,
    I have tried to follow the instructions for the form demo and have installed Oracle devleoper sute 10.1.2.0.2.
    In the instructions it instructs you to edit the
    %ORACLE_HOME%\forms\j2ee\formsapp\formsweb\WEB-INF\web.xml
    where %ORACLE_HOME% is the home directory of the devloper suite. Now then, when you goto the %ORACLE_FORMS%\forms\j2ee directory there is no formsapp directory, only three files,
    formsapp.ear
    formsoc4j.properties and
    orion-web.xml.
    When I run OC4J i get
    09/04/02 13:08:30 Error instantiating application at file:/G:/oracle/DevSuiteHom
    e_1/forms/j2ee/formsapp.ear: Unable to find/read assembly info for G:\oracle\Dev
    SuiteHome_1\forms\j2ee\formsapp (META-INF/application.xml)
    09/04/02 13:08:31 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)
    initialized
    At this point I don't know what to do!
    Any help would be greatly appreciated.
    Regards
    Wayne.

    Hi,
    I have had a look at my installation, and what I did was create two directories called disk1 and disk2, (for the two extracted zip files) and then ran setup in the disk 1 directory. So I don't know if it was aware of the disk 2 directory.
    I am re-installing it now. So I will get back to you.
    Thank you very much for getting back so quickly.
    Regards
    Wayne.

  • 9i forms demo problem with jinitiator 1.3.1.9

    I'm trying to install the 9i forms demo from http://www.oracle.com/technology/sample_code/products/forms/index9i.html
    The install says it uses jinitiator 1.3.1.9. If you want to use another version, edit the forms90demo.cfg file. We have 1.3.1.17 and I edited the cfg file, but none of the demos will come up. I get "The page cannot be displayed" error. Our port is 8889 and the launchdemo90.html file is looking for 8888. I changed it to 8889 in the IE address field but the pages still won't come up.
    Can anyone tell me how to fix this problem?
    Thanks in advance.
    Jan

    Thanks for the reply. I can't tell by looking at these files what the OC4J administration port and the administration password is.
    Portlist.ini
    Oracle Developer Suite HTTP port = 8889
    Oracle Developer Suite JMS port = 9240
    Oracle Developer Suite RMI port = 23910
    Oracle HTTP Server Diagnostic port = 7200
    <ORACLE_HOME>\j2ee\DevSuite\config\default-web-site.xml
    <?xml version="1.0" ?>
    <!DOCTYPE web-site (View Source for full doctype...)>
    - <web-site port="8889" display-name="Oracle Developer Suite 10g instance of Oracle Containers for J2EE Web Site" host="[ALL]" log-request-info="false" secure="false">
    <default-web-app application="default" name="defaultWebApp" root="/j2ee" load-on-startup="true" shared="false" />
    <web-app application="forms" name="forms90web" root="/forms90" load-on-startup="false" max-inactivity-time="no shutdown" shared="false" />
    <web-app application="reports" name="web" root="/reports" load-on-startup="false" max-inactivity-time="no shutdown" shared="false" />
    <web-app application="reports" name="demo" root="/repdemo" load-on-startup="false" max-inactivity-time="no shutdown" shared="false" />
    <web-app application="demowebservice" name="demowebservice" load-on-startup="true" root="/demowebservice" max-inactivity-time="no shutdown" shared="false" />
    <access-log path="../log/default-web-access.log" format="$ip - $user - [$time] '$request' $status $size" split="none" />
    </web-site>

  • Running 9.0.4 Forms Demos in 10.1.2.0.2 Developer Suite

    So, in my continuing adventures as the Oracle AS guy, I've been asked by the developers to install the Oracle Forms Demos so that they can use them. All of our developers have had Developer Suite 10.1.2.0.2 installed on their Windows machines, and the only link I've found to any Forms Demos by Oracle has been the 9.0.4 version.
    Needless to say, my installation attempts have been... troubled. Oracle decided to change the naming scheme of their directories and filenames, pretty much a global replace of all references to "f90" with "frm", and "forms90" to just "forms". The 9.0.4 demos don't respect this change, with many hard-coded references to files like "$ORACLE_HOME/forms90/classes/f90all_base.jar", which are broken on a 10.1.2.0.2 Developer Suite installation.
    We don't consider installing Developer Suite 9.0.4 to be an option because these guys are so Clingy (with a capital C) to the technologies they've learned that they were still developing on Forms 6i just a few weeks ago, until we showed that every piece of software they were working with was going to fail to deploy to any of our 10.1.2.0.2 Application Servers. 9.0.4 may be close enough for many purposes, but we don't want these guys to get used to 9.0.4 and have a big fight over getting up to 10.1.2.0.2, which we're planning to deploy on a large scale.
    Thus far, we've resolved all of the problems with the demos except that running the FMXs produces a FRM-40011 "Form was created by an old version of Forms Builder". And even though the FMBs are included, we can't simply recompile them with 10.1.2.0.2, either, because all of the libraries they depend on have changed similarly.
    Would we really need to go through and update all of the Oracle demos to make them run through the 10.1.2.0.2 Developer Suite, or is there a less time-consuming path?
    ...even better, is there a 10.1.2.0.2 version of the Forms demos?

    Yay! I can hardly wait! (Clingy and Impatient, these dev people are...)

  • Problem To install Forms Demo

    Hi
    I downloaded Forms Demo available on Sample code for Forms. This is what happened to me.
    1- When I m trying to install Demos in Forms 6i Home , it says that can't install in this Home.
    2- When i try to install in a new home, it ask for Form server to be installed before demos, When i do so, and again try to install Demo's, then it shows same problem as mentioned in (1).
    What's the exact way to install Demos ?
    One thing more , Is webdb available for download on oracle site ?
    Thanks in advance
    null

    One thing more , Is webdb available for
    download on oracle site ?WebDB has been replaced by Oracle9iAS Portal, which is available for download. If you really want information about the old WebDB, you can get it here.
    Regards,
    -rh
    null

  • How to install Forms Demos?

    Hi:
    I've downloaded the Forms Demos for NT but I cannot install it on my computer which I've installed Oracle 8i on it.
    The Installer said that "Oracle Forms Demos does not support multiple installations, and therefore cannot installed on 'DesDev6i'. It can only be installed on 'O8iEE'. In order to install Oracle Forms Demos, please run the Oracle Installer again, and select 'O8iEE' as the target location"
    where O8iEE is my Oracle's default home and DesDev6i is the location where I want to install the Forms Demos.
    After I run Installer again and selected the O8iEE as the target location for Forms Demos the Installer told me that "The location specified 'O8iEE' is already used as an Oracle home for 'Oracle 816 Production' It cannot be used as an Oracle home for NT".
    What should I do?
    null

    Hi:
    Thank you for your help. I tried and it worked for me. But what should be done if the 'DEFAULT_HOME' was used for the default home name already?

  • Regarding FORMS Demos...Might be simple to answer................

    Hi All,
    I have win xp as my os.
    database is oracle 9i
    Oracle Developer Suite 10g (10.1.2.0.2).
    I have downloaded the demos....and am following the instructions to install the same..
    in the below instruction
    3 Modify the OC4J Configuration
    3a Modify orion-web.xml
    Using a text editor, open the following file:
    %ORACLE_HOME%\j2ee\DevSuite\application-deployments\forms\formsweb\orion-web.xml
    Add the following lines within the <orion-web-app> tags, making sure to replace %ORACLE_HOME% with the correct value:
    <classpath path="%ORACLE_HOME%/forms/java/frmjdapi.jar" />
    <classpath path="%ORACLE_HOME%\forms\demos/metadatabrowser/classes" />
    <virtual-directory virtual-path="/formsdemo" real-path="%ORACLE_HOME%\forms\demos" />
    if my ORACLE_HOME is "C:\DevSuiteHome_1" .....for my 1st classpath above should it be
    <classpath path="C:\DevSuiteHome_1/forms/java/frmjdapi.jar" />
    OR
    <classpath path="C:/DevSuiteHome_1/forms/java/frmjdapi.jar" /> .....
    please keep in mind i am using windows xp as os
    rgds
    s

    >
    if my ORACLE_HOME is "C:\DevSuiteHome_1" .....for my
    1st classpath above should it be
    <classpath
    path="C:\DevSuiteHome_1/forms/java/frmjdapi.jar" />
    OR
    <classpath
    path="C:/DevSuiteHome_1/forms/java/frmjdapi.jar" />
    please keep in mind i am using windows xp as os
    rgds
    sThe %ORACLE_HOME% name should be the name you gave to the oracle home upon installation, usually it will be the directory name, but it can be different too.
    ie: C:/DevSuiteHome_1 DevSuiteHome_1 is your Home name.
    If you don't remember what you called the oracle home, you can always check your registry under ORACLE_HOME_NAME string value.
    Tony

  • 10g Forms Demo - Client side host command Jar file.

    Hi all,
    In the ORACLE 10g forms demo , client side host command jar is missing , atleast for me.
    Is that available at any link?
    Or anyone having it..?
    Please give me a clue..
    Or mail me, please([email protected])
    Thanks
    Jeneesh

    The deployment architecture is different between forms 10g and forms 6i.
    In Forms 6i HOST built-in command will run on the client machine since you are running as client/server, but in WebForms (Forms10g) the HOST built-in command will run on the middle tier which is your application server machine.
    In order to run hosts commands in WebForms you need to use webutil and use CLIENT_HOST in the webutil.
    check the [Forms 10g R2 Demo|http://download.oracle.com/otndocs/demos/Forms_Demos_10gr2.zip] for sample codes of webutil.
    You are using NO_SCREEN in your example, this will hide the window.
    Tony
    Edited by: Tony Garabedian on Nov 26, 2009 2:43 PM

  • Where can I download 6i Forms Demos? --PickList Demo

    Hi,
    Are 6i Developer Forms Demo's available for download.
    I need the PickList Demo in particular.
    Thanks

    Frank -
    This link seems to be broken, has the 6i Forms Demo download moved?
    Thanks,
    Mike Nicholas

  • 9i Forms Demos - Login Passwords

    I've just downloaded and isntalled the 9i Forms Demos from OTN and I am wondering where I can find a document telling me what the various passwords are to login and use the demos. I've searched through all the installation files and not yet found such a document. Please advise.
    Thank you.

    They are either based on scott/tiger or the oe8/oe8 sample schemas. Let me know if this get you working.
    Regards
    Grant ROnald
    Forms Product Management

  • Getting trouble while executing forms demos

    I tried to execute forms demo.some of those working properly .But In cookies demo, the cookie is not created and not able to read.. pla help me regarding this......

    Have you seen these?
    Re: Need a solution or Javabean to read cookie values in 9ir2 Forms
    Re: Cookie in Web Forms
    Re: Reading cookie via form10g
    Message was edited by:
    user505142

  • Smart Form Demo

    HI,
    I have some Demo on Smart Form, others can access it by this location
    http://www.4shared.com/dir/562143/f702c356/sharing.html
    Doubt is:
    In Page4, how to get that view on left side, becuase when i create a Table, it showing Header,Main Area & Footer. where as in demo slide its different
    and when i click 'Data' Tab for Table Properties, in the First Box 'LOOP loop', its showing Operand, where as in demo slide its Internal Table..
    Maybe something is missing(some steps) in slides and fist of all i am new to SmartForms as well.. suggest me how to proceed.. or if anybody have better document, please suggest me.
    thanks
    Jen

    hi Jen,
    Check these out
    <b>Smart Forms
    <b>Smartforms Step by Step:</b></b>
    http://www.allsaplinks.com/smartform_example.html
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    Regards,
    Santosh

  • Login problems to 10g forms demo

    hello,
    i've installed the Oracle Forms 10g (10.1.2.0.2) Demos.
    after starting a demo application (e.g. healthy living) the applet starts with the login window.
    when i try to login with the user hl and the password hl to my database (xe) then nothing happens. not even a message with the problem.
    this is my first post and iam a beginner with forms.
    it would be great if someone could help me with this problem.
    thanx very much
    tobias

    Tobias,
    Have you unlocked the "hl" user? By default, XE has almost all users accounts locked. You can use the Web interface to XE to manage accounts.
    Craig...

  • Looking for Interactive Forms Demo

    Hi all,
    I need to work on Interactive Smart Forms..
    Kindly do let me know if anybody have any kind of demo forms etc.
    Thanks!
    Dev

    you are talking about so-called web forms ? Look at [sap library - smart forms - Forms in Internet Applications|http://help.sap.com/saphelp_nw70/helpdata/EN/91/7af266066b11d5b66d006094192fe3/frameset.htm] for more information, there are also demos mentionned.

Maybe you are looking for

  • What is the difference between PSE 8 and 9

    I was wondering what is the difference between PSE 8 and 9 and are the enhancements worth upgrading to PSE 9?

  • Question on Whether to Check Frame Blending & Use Previews in AME

    Hi, When I export a project for transcoding, there are 3 boxes at the bottom of the menu selctions. One is "Use Maximum quality." I ckeck that. I am unsure as to whether I should check, "Use Previews," and of "Use Frame Blending?" I am encoding Mpeg

  • Create a print button to print one frame

    I am trying to create a print button on the last frame that will allow the user to print just that frame.  I've tried using the printjob object, but all that I can get to happen is print a blank sheet of paper.  Here is the code that I have so far: f

  • Is it possible to insert a PDF file into a PostScript file?

    I am the developer of several DB/400 to PostScript drivers for a specialty packaging print company. I would like to insert, size, and position, component files (graphics) that exist as PDF files without converting them to EPS files first. Are there a

  • Using the Billing Request Editor in Web Dynpro

    Billing Request Editor has a number of functions that defer some of the DP91 functionality (postpone/reject) to Web Dynpro user interface.  For example, WIP (Reject, Postpone) and Accrue.   On the WIP (reject and postpone) portion of the functionalit