FRM - 30085 (Chart in Oracle 9i Forms)

I need to display charts based on conditions. but after i draw a chart and select the data block, X Y coordinates, when i try to compile it says FRM - 30085. problem with block based chart and cannot generate form. Please help on how to draw charts in forms 9i and display.

Hello Frank,
I was thinking the same but while going through the documentation related to 9i forms i came across folowing description.I have copied it from the 9inewfeatures.pdf,see below.
Using FBEAN, you can programmatically register a JavaBean at runtime, get and
set properties and execute methods, all from within PL/SQL, without having to
write any extra Java code! Even if your JavaBean is complex and uses data types
that cannot readily be translated from the basic PL/SQL types, the FBEAN
interface is extensible using Java and can be tailored to your requirements.
Now after going through this i tried to find out how it can be tailored for our requirements.but i could not find any explaination anywhere.
I posted he query thinking if any one who has worked on this earlier, could guide me ,it would be realy nice.
thanks for the reply
Regards
Sachin

Similar Messages

  • How to Develope Charts in Oracle 10G Forms

    hi
    i want to design charts in 10G forms DS. but i could not find chart builder in 10G.
    please help me how to design charts in 10G Forms.
    thanks.

    You would probably use a Java Bean for this. See otn.oracle.com/products/forms and under teh 9i sample code is a graphing bean demo which is part of the downloadable demos.
    Regards
    Grant Ronald
    Forms Product Management

  • :FRM-30085: Unable to adjust form for output.

    I have built a form on my laptop running Oracle Developer Suite 10g (10.1.2.0.2) and runs fine. I started having the message below
    :FRM-30085: Unable to adjust form for output.
    when I tried to open this form on another version of Forms running Oracle Developer Suite10g (9.0.4.2.0) on another computer.
    Could this be the reason - non-backward compatibility.
    If this is the reason, Is there a way to around it.
    Many thanks
    cube60

    Yes, you are correct - you cannot create a form in 10.1.2 then try to run it in 9.0.x. There is no way to avoid this.
    In order to go from an older version to a newer version, you must recompile the source code (FMB, MMB, PLL) in the version where you expect to run it. You cannot simply take an FMX file which was created in 9.0.4 and expect it to run in 10.1.2. This would fail. New executables would need to be created using the 10.1.2 compiler.

  • Form: FACTORY_ADDRESS :FRM-30085: Unable to adjust form for output.

    Hi there,
    I have Oracle Enterprise 9i and Developer 10g with Forms on my laptop. I have created a form which runs quite alright from my laptop, but on transferring this form to another computer running Oracle Enterprise 10g and Developer 10g with Forms and with exactly the same backend database schema, it gave me the following error and would not load.
    Form: FACTORY_ADDRESS
    FRM-30085: Unable to adjust form for output.
    What can be wrong?
    Many thanks in advance
    Cube60

    You need to recompile your fmb files to fmx when you redeploy your forms in a new major version. What exact version (all the 5 version digits you find when you show the About box in the builder) are running in the two installations?

  • Oracle Apps Forms errors out with FRM-40735 while running from Oracle D2K

    Hi
    Will anybody please provide me a solution on Oracle Apps Forms which errors out with FRM-40735 while running from Oracle D2K
    Regards
    Nakul Venkataraman

    Hello,
    certain trigger in your form is throwing an exception and its not being catched by the exception part for your block. check the code of your trigger and pur exception handling into your trigger code

  • Error while running Oracle 9i forms

    Dear
    First of all, let me know that Oracle 9i Forms is only for web application or we may use it for client server envirnoment.
    I installed Oracle 9i Database & Oracle 9i Forms on Windows XP. Connection between Database & forms works properly.
    But When I click to run a form, I'm receiving this error.
    FRM - 10142 The HTTP Listener is not running on Amfah (my Computer Name) at port 8888. Please start the listener or check your runtime preferences.
    Please Help me !!
    Waiting for an early reply

    When a report terminates with an error, REPORT_OBJECT_STATUS returns the value "TERMINATED_WITH_ERROR", which is 21 bytes of data, but rep_status is defined as 20 bytes. The 6502 error is due to the data not fitting the variable.
    I recommend wrapping the REPORT_OBJECT_STATUS function with a SUBSTR that limits the data returned to 20 bytes, which will ensure the results fit.
    For example:
    rep_status := SUBSTR(REPORT_OBJECT_STATUS(v_rep), 1, 20);

  • FRM-40209 Field must be of form . - for a non-based text item

    Hello,
    When I try querying using a VARCHAR2 non-based text item in a table-based block, setting dynamically in PRE-QUERY trigger the DEFAULT_WHERE property for its block, in case I use characters > or < (for bringing values greater or smaller than the one in the field, as in a standard Oracle query) error message is raised: 'FRM-40209 Field must be of form .' The issue has nothing to do with the error itself (usually related to erronated format mask of the field), and it is known as an Oracle Forms bug: I found it as bug 851153 - which appears on execute query if you enter in a non-base-table-item and the block has a pre-query trigger. The bug has been solved later in Oracle Developer Forms Builder 6i, or so I've been reading, problem is the application I'm working to requires Forms Builder 6.0.5.
    I am trying to find an workaround for this situation and these are the info I managed to discover myself on the topic:
    - if I fill the field with '>value instead of >value, query works fine, bringing only values greater than the specified value. (So far, this and inactivating the FRM-40209 error in ON-ERROR trigger seems like the best I can do)
    - if I only use > (without '), I cannot use an auxiliar variable/global in which to store the actual value written in the field, I also cannot print the value in a message, because trying to use the exact string, it is shown as null (even though when the error is raised, value is still shown on the screen in the text item).
    Maybe someone could help with an idea for an workaround in order to copy the content of the text field before it actually becomes null…
    Thank you in advance.

    I have already tried that... but for some reasons the field already appears as null, when I try to use it.

  • CONNECTING ORACLE 9I OR 10G DATABASE WITH ORACLE 10G FORMS AND REPORTS

    pls tell how to connect oracle 9i or 10g database with oracle developer suite 10g . though the forms are getting connected but not running with error as
    FRM-10142 the HTTP listner is not running on pls start the listner or check your runtime preferences.
    now pls tell how to start listner and how to chage runtime preferences.
    though i have worked with oracle 9i and forms 6i where we used to copy the tnsnames.ora from network/admin of oracle to forms 6i tnsnames.ora.
    thank you, you may be thinking such a long question.....

    sir
    By server i mean the computer where oc4j and backend database are running is one one of the client pc not a dedicated server..., these database and 10g dev suite are installed in one of the client machine,
    all the clients are using same internet explorer as browser.
    no message is being displyed on some of the client machine where these forms are not being uploaded on browser instead it displays as done in status bar without actually showing anything at all...
    sir so far as jinitiator or JRE is concered i have seen on the client machine (where my forms are running on internet explorer) a pop up is displyed telling one activex control is required to run this program and click to install it..
    after clicking it download jinitiator from server and after installing jinitiator my forms are loaded and start functioning...
    what i feel is as i said this machine where oc4j and database is running is one of the client machine so some other clients do not have acess to this machine, so this might be the reason why those clints are not able to run the said forms on the internet explorer.... can it be so... kindly tell..
    thank you for your patience for reading the question

  • Java class in oracle apps forms

    java class in oracle apps forms
    We developed a java class and its running perfectly on local machine (Over the web through java applet ) But when we deployed it in apps and run with the client machine its not running .so please suggest where we put our java class files and how to run it in apps? Is there any API's .
    regards,
    krishna

    Hi user;
    What is your Client Operayting system, what is your browser?
    This error happens for one client or for all? Did you try to login from one other machine(for instance XP) and dif. browser version?
    Please check below which could be helpful for your issue:
    FRM-92101:
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    FRM-92101: There Was a Failure in the Forms Server During Startup After Fresh R12 Installation [ID 429627.1]
    R12 fresh install FORMS DO NOT LAUNCH - FRM-92101/500 [ID 427714.1]
    FRM-92101: Forms Server oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process [ID 880088.1]
    Also check:
    http://onlineappsdba.com/index.php/2009/06/15/frm-92101-with-internet-explorer-8-how-to-uninstall-ie8/
    Re: R12 database and JRE Issue
    Regard
    Helios

  • Oracle 9i Forms Developer

    I built the form using oracle 9i forms developer, but when I tried to run the form, I am gettin an error "FRM-10142 THE HTTP LISTENER IS NOT RUNNING ON LOCAL MACHINE AT PORT 8888. PLEASE START THE LISTENER OR CHECK YOUR RUNTIME PREFERENCES"
    How do I solve this problem
    This is on Windows XP. Has this got anything to do with this problem? I have RAM of about 760 MB
    THANKS!

    Lots of posts on this - I had it too .
    Try :-
    start-->Programs --> Oracle9i Developer Suite --> Forms Developer --> Start OC4J instance

  • Error FRM-50027 returning during compiling a form on AIX 5.3

    Hello,
    We are using designer and generator (10.1.2.0.2) to generate the forms (Forms Version 10.1.2.0.2) on Windows XP SP2.
    On the windows environment everything, the generation and compilation, seems to be correct and running this form locally is no problem.
    After this the form is deployed to the IBM/IAX server and compiled using f90cmp amd athe below error is received:
    FRM-50027: Invalid format mask for given datatype.
    Edit Item: BLNG_DATINGANG
    Item: BLNG_DATINGANG
    Block: BLNG
    Form: RLBLNG1M
    FRM-30085: Unable to adjust form for output.
    Form not created
    The item indicated is defined as a DATE item witrh a format mask 'DD-MM-RRRR'. The initial value is $$date$$ .
    Can anybody give me a clue what is going wrong. Are there also some setting on the UNIX server which should be set of checked.
    regards
    Franc

    Hi,
    this was also the first thing i thought about. But setting NLS_LANG (AMERICAN_AMERICA.WE8ISO8859P15) to the same value of my client is no solution. Bye the way i'm using the frmcmp_batch.sh to compile.
    Regards,
    Geert

  • FRM-30041 / FRM-30085

    I am trying to convert some forms we built as stand-alone apps under Forms 6i (run as an app) to Forms 9i (run via a browser). Some of these forms have MANY buttons and MANY text boxes etc.
    When I try to compile a form, I get the following error:
    FRM-30041: Position of item places it off of canvas.
    Item: INS_TYPE
    Block: PROP_TABLE
    Form: INS_NAIC_DEF
    FRM-30085: Unable to adjust form for output.
    If I move the Item to a different position on the canvas, or simple delete it (and fix the related code), I will get the same error for another Item etc.
    Is there a way to get the forms to fit under 9i? I've tried playing around with scroll bars etc, but with no luck.
    TIA,
    Steve

    The issue is as simple as the error suggests. You have an item that is either partially or completed displayed off the canvas. Check the size of the window assigned to your canvas make sure it is large enough to include all of the items on your canvas. You could also try scrolling your canvas to see if there are any items not on your canvas area.
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • FRM-30085

    I keep getting error FRM-30085. Googling the error it seems that an incorrect version of forms builder was being used. However there are no other versions of forms builder installed and the form was previously opened, editied and compiled with zero problems. What else could the issue be?

    948165 wrote:
    I keep getting error FRM-30085. Googling the error it seems that an incorrect version of forms builder was being used. However there are no other versions of forms builder installed and the form was previously opened, editied and compiled with zero problems. What else could the issue be?How do you get this error? Please elaborate more.
    For 11i you need to use Developer 6i and for R12 you need to use Developer 10g
    Please also mention the details of your application release and the forms builder version you are using.
    Thanks,
    Hussein

  • How to install Oracle FM Forms 11g on client system.

    Problem 1.
    I have an weblogic server installed on a server, now i have to install oracle Forms 11g in client system. its ask me weblogic server path whatever i try, its ask weblogic on client. what is the solution how installation of Oracle 11g form connect with weblogic server."
    Problem 2.
    i have install 64-bit OS windows 7.
    1. I Installed JDK 6 (64bit).
    2. Installed Weblogic Server. (its work fine)
    3. Now i m installing Oracle forms 11g 64(-bit). its show me an error (INST-07407: Unable to detect machine platform or JVM bits)
    please help me out. waiting for your positive reply.

    3. Now i m installing Oracle forms 11g 64(-bit). its show me an error (INST-07407: Unable to detect machine platform or JVM bits)It looks like you are installing the 32-bit version of Oracle Fusion Middleware (FMw) 11g - not the 64-bit version. As a test, install the 32-bit JRE and run the FMw installer again. If it continues past this point - you've got the 32-bit installer and not the 64-bit installer. :)
    Craig...

  • How to run a report from oracle 10g form in .csv format

    dear all,
    how to run a report from oracle 10g form in .csv format? i've already run in pdf & excel format.
    i'm using
    SET_REPORT_OBJECT_PROPERTY (ro_report_id, report_desformat, 'PDF'); --for pdf
    SET_REPORT_OBJECT_PROPERTY (ro_report_id, report_desformat, 'SPREADSHEET'); ---for excel
    Please Help..

    i have already tried.
    but the report show in htm or html format. that file will not save into csv. please help.

Maybe you are looking for

  • Now that I'm a paid up supporter Maybe you will fix Firefox and return "Close File" to File on the menu toolbar.

    I just degraded from Firefox 3.6 to 9.0.1 and found that one of the most useful tools is missing. On the Menu toolbar under File, "Close File" has been eliminated. Why? Why do I have to close the site I was looking at and go back to my Firefox home p

  • How to get things working after External Hard Drive Died

    I had all of my iMovie videos (about 800 GB) on an external drive that died.  Fortunately it was backed up to another external drive using Time Machine.  I bought a new drive and couldn't figure out how to restore using Time Machine so i transfered t

  • How to open hyperlinks in a pdf with Adobe Reader 9?

    We publish a digital journal with hyperlinks to various sources. After installation of Adobe Reader version 9 we are not able anymore to open the hyperlinks. Looking to the discussion Fora we also followed the procedure to disable the PDF/A mode of v

  • Timecode break warnings upon capture

    Hello - I keep getting this msg. "WARNING: A timecode break was encountered while capturing 'name of clip'..." I had tried changing the setting to 'make new clip', instead of 'abort', and that didn't work, as I had a bunch of extremely short (1 frame

  • QUICK TIME PRO DISAPPEARED WITH THE UPDATE OF MAVERICKS

    QUICK TIME PRO DISAPPEARED WITH THE UPDATE OF MAVERICKS, WHERE TO DOWNLOAD IT AGAIN? THE ONLY OPTION I GET IS TO BUY IT. I KNOW THERE ARE OTHER OPTIONS FOR THIS TYPE OF SOFTWARE BUT SINCE I BOUGHT IT A WHILE AGO AND I PAID FOR IT I WANTED AGAIN. PLEA