How to open color selection diaglog in 10g forms   Plz help

Hi Everybody
I'm new to oracle 10g forms
I want to open color selection dialog in 10g forms
I've configured demos...nd they r working well....
Now i want to use code in my forms.......But I tried to see it from the source.. But I couldn't understand...
Plz help....If anybody knows...
Thanx in advance

I've added
# Forms applet archive setting for JInitiator
archive_jini=frmall_jinit.jar,colorPicker.jar
# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=frmall.jar,colorPicker.jar
java.io.IOException: Caching not supported for http://192.168.0.106:8890/forms/java/frmall_jinit.jar
     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)
     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
     at sun.misc.URLClassPath$2.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at sun.misc.URLClassPath.getLoader(Unknown Source)
     at sun.misc.URLClassPath.getLoader(Unknown Source)
     at sun.misc.URLClassPath.getResource(Unknown Source)
     at java.net.URLClassLoader$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(Unknown Source)
     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 sun.applet.AppletClassLoader.loadCode(Unknown Source)
     at sun.applet.AppletPanel.createApplet(Unknown Source)
     at sun.plugin.AppletViewer.createApplet(Unknown Source)
     at sun.applet.AppletPanel.runLoader(Unknown Source)
     at sun.applet.AppletPanel.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
WARNING: Unable to cache http://192.168.0.106:8890/forms/java/frmall_jinit.jar
java.io.IOException: Caching not supported for http://192.168.0.106:8890/forms/java/colorPicker.jar
     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)
     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
     at sun.misc.URLClassPath$2.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at sun.misc.URLClassPath.getLoader(Unknown Source)
     at sun.misc.URLClassPath.getLoader(Unknown Source)
     at sun.misc.URLClassPath.getResource(Unknown Source)
     at java.net.URLClassLoader$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(Unknown Source)
     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.ewt.util.FocusUtils.<clinit>(Unknown Source)
     at oracle.ewt.lwAWT.LWComponent.<clinit>(Unknown Source)
     at oracle.ewt.laf.oracle.OracleLookAndFeel._initCommonFixedDefaults(Unknown Source)
     at oracle.ewt.laf.oracle.OracleLookAndFeel._getCommonDefaults(Unknown Source)
     at oracle.ewt.laf.oracle.OracleLookAndFeel._getIndexedDefaults(Unknown Source)
     at oracle.ewt.laf.oracle.OracleLookAndFeel.getDefaults(Unknown Source)
     at oracle.ewt.lwAWT.BufferedApplet.getUIDefaults(Unknown Source)
     at oracle.ewt.lwAWT.BufferedApplet.<init>(Unknown Source)
     at oracle.ewt.swing.JBufferedApplet.<init>(Unknown Source)
     at oracle.forms.engine.Main.<init>(Unknown Source)
     at java.lang.Class.newInstance0(Native Method)
     at java.lang.Class.newInstance(Unknown Source)
     at sun.applet.AppletPanel.createApplet(Unknown Source)
     at sun.plugin.AppletViewer.createApplet(Unknown Source)
     at sun.applet.AppletPanel.runLoader(Unknown Source)
     at sun.applet.AppletPanel.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
WARNING: Unable to cache http://192.168.0.106:8890/forms/java/colorPicker.jar
proxyHost=null
proxyPort=0
connectMode=HTTP, native.
Forms Applet version is : 10.1.2.0
*** VBean Setting debugMode to ALL
*** VBean Setting beanName to oracle.forms.demos.beans.ColorPicker
*** VBean Failed to instantiate class: oracle.forms.demos.beans.ColorPicker java.lang.ClassNotFoundException: oracle.forms.demos.beans.ColorPicker

Similar Messages

  • How to open and navigate between human task forms in a same page?

    Hi
    I use Oracle BPM 11.1.1.5
    I have a question about taskflows in BPM Application.
    In ADF web application, I create a sipmle task flow and insert view id and bind these to jspx pages, my pages are opend in same page when
    return an outcome.
    For exapmle I have three pages like A,B,C.
    In task flow, insert three view ids and bind to A,B,C.
    My first pages is A, and when outcome is B navigate to B, when my outcome is C then navigate to C in a same page not separate pages.
    But my problem is here.. in BPM Application when create task forms, every task has a separate task flow that there exist a single view id and a wild card flow in it.
    In BPM workspace when initiate human task form is closed, I should press refresh button to see next human task form in task list table.
    I tried to create a simple task flow and insert human task forms in it and navigate between these.. but show human task form in wrong display and don`t show some component and human task payload.
    Now, my question : How to open and navigate between human task forms in a same page like software installation?

    Having a separate Data Control for each human task is normally the case. There is a way to assign multiple human tasks to a single data control (and one task flow), but I don't think that this is going to help you with what I think you're trying to do.
    If your human task is called "EmployeeDetail", then you'd use the data control associated with this for the UI pages in the task flow diagram that is associated with this human task. For example, you might have a first page that has just the basic employee information - the fields (at least the ID field) would come from the EmployeeDetail data control. When the end user clicks "Next", you might have this UI page flow to a second UI page in the task flow diagram that has the employee's address information. You might place the address fields from the EmployeeDetail data control onto this second UI page.
    You might be asking how the work item instance can automatically flow to the next interactive activity in the process while staying inside the first interactive activity's human task's task flow diagram. This is not how it works - the task flow diagram models the end user interaction while inside a single human task that is tied to a specific interactive activity in the process. If you want a the end user to be able to move the instance through multiple interactive activities in the process in one interaction, look at "Activity Guides". Activity Guides do a nice job of this.
    Dan

  • 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.

  • How to show web layout reports from 10g forms

    Hi all ! When I try to open a report file with extension .jsp from a Form using web.show document() or run_report_object() only paper layout is showing on the screen so how I display a web layout from a form with proper documentation or design. Again why only data is showing on the screen without line,ractangle and other documentation but when I run the same report from report builder It is showing all on the screen.Please help how to resolve this. Please provide some proper code or way to solve this.
    Thanks & regards
    Sanjit

    Well,
    Web layout means that in place of (or in addition to) the paper layout, you get the report designed in JSP code. So all the frames, repeating frames etc will be expressed in JSP code using the Oracle Reports custom tags. Since it is code-based, you can insert your HTML or Java code in here to customize the output. You can in fact start with the HTML template, open it in reports builder, and start inserting the data using Reports custom JSP tags. In web layout, there are no "page breaks". So your report will be a JSP file, and can be deployed along with your J2EE application.
    and see http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    Regards

  • How to open a JSP page from a form ??? plz help

    hi ..
    i want to know how to open a jsp page from a oracle apps form using a button .
    the requirement is that whenever we click on the button created on the form, it opens a jsp page.
    plz help me ..its urgent !! :-(

    In portlet project, to navigate between pages, you should not use the URL property to link to a page. Instead, portlets use navigation via action handling. You use the Page Navigation editor to set up links to pages; that is, the navigation editor sets the action property.
    Here is an example to hyperlink ans button to open a new page:
    # From within the IDE, create a new portlet project. This action creates the project and one page, PortletPage1.jsp.
    # Create a second portlet page, called PortletPage2.jsp, for the project.
    # Drop a Hyperlink component onto the first portlet page, PortletPage1. (You can drop the Hyperlink on the page in the Design window or on the PortletPage1 node in the Outline window.) Change the Hyperlink's text property to Next Page.
    # Drop a Button component (found in the Basic section of the Palette) onto the second portlet page, PortletPage2.
    # Open the Page Navigation Editor. It displays the two pages (PortletPage1.jsp and PortletPage2.jsp) of the application.
    # Click the PortletPage1.jsp icon in the Navigation window to expand it, and then drag a connector from hyperlink1 to PortletPage2.jsp. Change the name of the connector from case1 to Page2.
    # Click the PortletPage2.jsp icon in the Navigation window to expand it, and then drag a connector from button1 to PortletPage1.jsp. Change the name of the connector from case1 to Page1.
    # Run and deploy the portlet. The browser displays PortletPage1 and you should see the Next Page hyperlink. When you click the Next Page hyperlink, the Apache Pluto Portal server displays PortletPage2. Click the Page2 button to return to PortletPage1.
    Sherry
    Creator Team

  • How to change transport request to local object again--plz help

    Hi all,
    By mistake I saved my FM in transport request.It is not released yet.I want it to be back in local object.Issue is that,when i deleted subrequest and that object from se09,package is not getting changed because the Function group is SAP standard,and not allowing changes.
    Plz help.....I am in real problem..
    Thanks in advance
    Meena

    Hi,
    Goto SE01,
    enter the TR number
    DISPLAY
    Expand the TR object list
    Place cursor on the object & right click & select DELETE object
    You will get a popup asking the object is locked..do u want to proceed.. say YES
    This will remove the object from the TR..
    Now you can delete the TR if it doesnt hv any other objects. If you delete the TR then object wud authomatically come under local objects.
    else...
    Open the object & goto attributes.. change the class & save.
    Best regards,
    Prashant

  • Firefox 3.6.11 / 3.6.12 is not being installed / not opening in my Mac 10.6.4 Plz Help.

    Firefox 3.6.11 / 3.6.12 is not being installed / not opening in my Mac 10.6.4
    Please Help.
    - Bhavesh

    Firefox 3.6.x versions are still updated with security patches (Firefox 3.6.18 is due in about two weeks).
    You are unfortunately out of luck with an Intel Mac and OS X 10.4.11.<br />
    There is a compatible version from for a PowerPC Mac, but no alternative for an Intel Mac.

  • I have forgotten my security questions and would like to reset them... My reset email is an old email and I no longer have it. How do I change this reset email? Someone plz help! 

    I have forgotten my security question answers and would like to reset them. My reset email I no longer have because I have gotten a new email. How do I change my reset email to my new email? Some one plz help! 

    You need to ask Apple to reset your security questions; this can be done by phoning AppleCare and asking for the Account Security team, or clicking here and picking a method, or if your country isn't listed in either article, filling out and submitting this form.
    Changing the rescue email address requires supplying two of the answers. They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (105770)

  • How to open a selected text link from the keyboard

    I'd like to be able to search for some text on a screen, and then open the link that it connects to. The catch is that I want to do so via the keyboard, i.e. without moving the mouse. It seems there should be a way to do this. I've tried every combination of <meta-key> + Return, and every combination of <meta-key> + Down Arrow I can think of, since that seems like a natural place to hide such a shortcut, but to no avail. Anyone know how to do this?

    select link =shift+arrow then=>the key next to start and besides cnrtl!

  • How to open videos in Quick Time Player form my website

    Hi guys and girls,
    I hope everyone is good. I was surching this forums for a while trying to find the answer. I didn't find a complete so I thought I'd post a question and hope someone could give me a complete step-by-step guide.
    Here is what I'm trying to do.
    Here is my site (one of them)
    http://web.mac.com/yuriyork/iWeb/720Neighbourhoodcircle/Welcome.html
    if you go to video page you will see a QT movie loads and if you click play it starts to play. What I want is to make it play movie automatically once the page is open. I'd like to make this page the same way apple has done their video adds here http://www.apple.com/iphone/ads/ad2/ You have a button for small, medium large and HD formates and they all open in the same window. How did they do it?
    Also, how can I make a movie open in new quick time player window outside of the safari browser.
    Thank you in advance for all of your help with this.
    Sincerely,
    Yuri

    do you know HTML? if you really do not know some important basics, then i suggest you forget this!
    secondly, if you want to offer people a small, medium ,etc., version of your movie, that is gonna take up lots of space! you might just offer one version. 90% of the people watch only the large version.
    if you do want to really really integrate this - then i guess you will have to use frames - or some kind of script (someone correct me if im wrong).
    max

  • How to open the layout of a D2K Form in oracle apps

    Hi All,
    Greetings.
    I am on a task to find out the formula column used to get the value of a column in the report. For this, I have the RDF with me and it is a D2K report and I have no other information with me.
    The column should actually show the Tax% to the particular total. But, the column is showing .... in place of the tax% amount. And also the issue is with a particular Invoice alone and all other invoices are fetching the exact output.
    What I think is that, I need a layout to know the formula column used so that we can make changes to it.
    Please help me resolve the issue as I am struck with it from the past one week.
    Thanks in advance,
    Bhaskar.

    Bhaskar,
    What is your application release?
    Is the issue with opening a form or with opening a report? From the title, you mentioned it's a form while in your post you are referring to an RDF file.
    How To Determine Table and Column Name from a Field in a Form in 11i (Doc ID 259722.1) -- Applicable to R12 as well.
    Thanks,
    Hussein

  • How to run Net Configuration Assistant on 10g Forms and Reports server

    I have a Windows 2000 server with Forms and Reports Services installed from AS 10g v. 9.0.4 (just the Forms and Reports install). According to the OUI, Net Configuration Assistant 9.0.4 is also installed. However I cannot figure out how to run the Net CA. There is no shorcut that I can find. Can anyone help?

    Thanks for the reply Frank. I have looked all through the Start menu but see no "Configuration and Migration". I assume it's because I only installed the Forms and Reports option, so I only have Forms Services, Reports Services, and the Universal Installer. No big deal - I've already setup tnsnames manually. I just like to use the Net Assistant when I can.

  • How to open,view pdf document in a form with zoom in and zoom out functionality Please urgent

    Hi
    Anybody can help me with a sample code in c# to open a pdf document using forms and to give the functionality   zoom in and zoom out   with verticall and horizontal scroll bar. Please help
    Regards
    Pol
    polachan

    Hello polachan,
    you can find two sample projects with code at
    [1] and
    [2].
    [1]
    http://www.codeproject.com/Articles/579878/MoonPdfPanel-A-WPF-based-PDF-viewer-control
    [2]
    http://www.gnostice.com/nl_article.asp?id=159&t=How_To_Create_A_PDF_Viewer_in_PDFOne_NET_v2_x
    Regards,
    Bo Liu
    Developer-Hotline for MSDN Online Germany
    Disclaimer:
    Please take into consideration, that further inquiries cannot or will be answered with delay.
    For further information please contact us per telephone through the MSDN-Entwickler-Hotline:
    http://www.msdn-online.de/Hotline
    For this post by the MSDN-Entwickler-Hotline the following terms and conditions
    apply: Trademarks,
    Privacy
    as well as the separate
    terms of use for the MSDN-Entwickler-Hotline .

  • How to open a Word Document from Developer Forms

    Hi Buddies,
    Can anybody help me out in this regard.
    My requirement is like this.
    In my developer Forms Screen i have one button named resume.
    if i click that button then that particular persons resume has to be opened which is MsWord file(.DOC)located in server(Which is the database server).
    So we have to launch the word with the required document using the Forms built-ins. The document path will be stored in my database.
    Quick response will be appreciated.
    Thanks in Anticipation
    Regards
    Kiran Kumar Jasti

    Hi Kiran,
    host('winword.exe <pass ur resume path>');
    hope this could work out....just try...good luck
    Regards
    Thobula Rakesh

  • How to Open  a Word document using Developer Forms

    Hi Buddies,
    Can anybody help me out in this regard.
    My requirement is like this.
    In my developer Forms Screen i have one button named resume.
    if i click that button then that particular persons resume has to be opened which is MsWord file(.DOC)located in server(Which is the database server).
    So we have to launch the word with the required document using the Forms built-ins. The document path will be stored in my database.
    Quick response will be appreciated.
    Thanks in Anticipation
    Regards
    Kiran Kumar Jasti

    This is a confused and confusing issue. There are no quick fixes. Bear in mind the following points:
    Word is a client program. It can only open documents that can be seen from a client PC. If you cannot see your database server's directories from a client PC (and I would hope you can't) you cannot open that document.
    what you are left with is creating a copy of that document, transporting it to the client realm, and then overwriting it back on the server after your user has finished with it (if they're editing).
    there are many different ways of doing this, but they will probably involve writing an API in VisualBasic or Java. Alternatively you might look at Oracle's IFS.
    This is not the right forum for a detailed solution - try the Developer forum (or IFS if that floats your boat).
    Good luck, APC

Maybe you are looking for

  • ICloud on OSX Mavericks is problematic

    I just downloaded OS X Mavericks, and the iCloud window contines to show "Loading." I can't quit it; and after turning the Mac off, it came back up. What can I do to speed it up or quit it?

  • Airport Express (n) signal issues with Powerbook G4

    Here is my setup: 1 Airport Express (n) 1 Cradlepoint CTR500 router 1 Lenovo PC Laptop 1 Powerbook G4 12" I have a printer hooked up to the Airport Express as well as my stereo. I have the AX set to 802.11n (b/g compatible) for the Powerbook. My lapt

  • Aperture RAID plan - any thoughts?

    I'm about to setup a RAID for Aperture and wanted to see if anyone had any thoughts about my plan. I need to build a system that will take care of my ever expanding storage needs for a long time. Currently using both a PowerMac G5 and a MacBookPro. I

  • LBWE question

    I am working on the following datasources: 0CO_OM_NAE_1, 0CO_OM_NTW_1 and 0CO_PC_ACT_03, but i cannot locate them in Transaction LBWE. Can you please tell me what the problem could be or what i am doing wrong? Thanks in advance.

  • E-50 connection error

    Hi, I am trying to backup my e50 using my usb cable, but the connections fails. Could anyone help? I have uninstalled the software, yet it did not work.