Can anyone help how to call JavaBeans from Forms 6i (Urgent !!!!)

Hi,
I'm working on Forms 6i and oracle 8.1.6 database in Client-Server Environment. In forms 6i how to use bean area button. I could able to write a bean program and save it in jar file. But when I attach that to 'bean area', it's not reflecting. Could any one help in this.
Thanks in advance.
Murali.

Hi,
I'm working on Forms 6i and oracle 8.1.6 database in Client-Server Environment. In forms 6i how to use bean area button. I could able to write a bean program and save it in jar file. But when I attach that to 'bean area', it's not reflecting. Could any one help in this.
Thanks in advance.
Murali.

Similar Messages

  • Can anyone explain how to download videos from iPhoto to view on my apple tv?

    can anyone explain how to download videos from iPhoto to view on my apple tv?

    Welcome to the Apple Community TKBsr.
    Add them to iTunes and view them through Computers > Home Video.

  • Can anyone help how to print stack trace messages using log4j?

    Can anyone help how to print stack trace messages using log4j?

    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
    <log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'>
    <appender name="STDOUT" class="org.apache.log4j.ConsoleAppender">
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    </appender>
    <appender name="DEBUG" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-debug.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="DEBUG" />
    <param name="LevelMax" value="DEBUG" />
    </filter>
    </appender>
    <appender name="INFO" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-info.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="INFO" />
    <param name="LevelMax" value="INFO" />
    </filter>
    </appender>
    <appender name="WARN" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-warn.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="WARN" />
    <param name="LevelMax" value="WARN" />
    </filter>
    </appender>
    <appender name="ERROR" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="/usr/local/dice/d2jbin/cmdToNetJobs/app-error.log"/>
    <param name="Append" value="true"/>
    <param name="MaxFileSize" value="1000KB"/>
    <param name="MaxBackupIndex" value="5"/>
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d %-5p %m%n"/>
    </layout>
    <filter class="org.apache.log4j.varia.LevelRangeFilter">
    <param name="LevelMin" value="ERROR" />
    <param name="LevelMax" value="ERROR" />
    </filter>
    </appender>
    <root>
    <priority value="debug"/>
    <!--<appender-ref ref="STDOUT"/>
    --><appender-ref ref="DEBUG"/>
    <appender-ref ref="INFO"/>
    <appender-ref ref="WARN"/>
    <appender-ref ref="ERROR"/>
    </root>
    </log4j:configuration>
    I ve written like this
    and to print stack trace I used
    log.error(Throwable(e))
    but does nt display printstacktrace how to do it

  • Can anyone help me with deleting folders from Appleworks?

    I have an older computer that I am giving to a friend and I want to export and remove all of my personal folders in Appleworks (6.2.9). I have not been able to export info and I have also not been able to delete any folders from Appleworks. I can delete all the info in the individual file (ss or wp) but cannot remove the file itself. I don't know what I'm missing but I cannot find info on how to handle this problem. Can anyone help me with this?

    Search for the file's name in the Finder, throw it away, and empty the Trash; the Finder is the item in the Dock with the smiling face.
    (38373)

  • Can anyone help me find my movies from my old PC?

    Can anyone help me find my movies on my MacBook Pro from my old PC? I am on Mac OS X, Lion version 10.7.5, use iPhoto, and have a  2.4 GHz Intel Core i5 processor from late 2011. I had the geniuses transfer my old hard drive to the MacBook Pro a couple of years ago and now I don't know where they ended up. They are not in iMovies since today was the first day I ever opened that App!
    I have searched through Finder but I only find a few of them. I am certain they are there somewhere, however. I read another discussion and it said to go to you HOME folder in finder. But I don't see a way to do that. So I have been searching by MOV in "All my files." Unfortunately just a few of them are showing up. Any  new suggestions?

    Thanks for helping out.
    Yes, I should have mentioned that before. I have been searching This Mac too. In fact, I have been trying all kinds of queries to find them, hoping that I'll happen upon the kind of file they are. I tried .mp4 and found a lot of music stuff but not the family movies I am looking for.
    Maybe you are right. Maybe they were some weird Windows only kind of file and they didn't transfer to Mac. The good news is that I have them all on the PC, which is still working. I just need to figure out a place to keep them that's secure so we don't lose them...

  • Help how to Call a New Form

    Anyone there that can help me how to call a new form...
    Actually I have 3 forms.... the Parent, and 2 child...
    child a
    child b
    I extend JFrame to the Parent...
    I extend JDialog to the child....
    I want to know how to call child a by the child b.....
    this is my code in calling them....
    when i'm in the form_b, i used this code to show form_a....
    form_a a = new form_a();
    a.setVisible(true);
    when i'm in the form_a, i used this code to show form_b....
    form_b b = new form_b();
    b.setVisible(true);
    but the problem is when i call either of the two, there's always a new form for form_a and also for form_b....
    I want to call the form without opening a new form... that form also will be visible... is there anyways i can do this.... any help will do.... tenks....

    One way would be to have the parent maintain instances of A & B and have public methods for accessing A & B. Something like this. You would have to pass a reference to the parent class to A & B so that they can call the access methods.
    public class form_a extends JDialog{
       public form_a (Parent parent){
    public class Parent extends JFrame{
       form_a a;
       form_b b;
       public Parent(){
          a = new form_a (this);
          b = new form_b (this);
       public form_a getFormA(){
            return form_a;
       public form_b getFormB(){
           return form_b;
    }

  • 6280 Can anyone help with Loudspeaker Call Waiting...

    Hi, When I am talking on the phone and somebody calls me, the call waitng function puts the person I was talking to on loudspeaker, is there a way of changing that so that you just get a beep in your ear?

    It's probably a dodgy firmware!
    Give your mobile operator a call (if it's Three, no supprise!! - it should be 5.92 or similar, then call 333 from your handset) and ask them what the most up to date firmware is. You can find out what version you are on by pressing *#0000# on your handset. Make a note of it when you call as they may say you should send it in (should be free) for flashing. Don't forget EVERYTHING will be wiped so make a backup and keep the SIM & memory card!
    Hope this helps.
    Aubs

  • Can anyone explain how data is stored from Oracle GL Summary Accounts?

    Sorry if this is posted in the wrong forum but I wasn't sure which one was more appropriate....
    Basically I would like to know what Oracle does in the background with summary accounts for it to slow down the period close process. I have been told it's because Oracle applies summary balances to (temporary?) tables, which means Oracle GL is multiplying the number of processes it has to run when you close a period.
    Can anyone provide any further info on this?
    Thanks

    Try your chance in one of the more appropriate forum of eBusiness Suite :
    http://forums.oracle.com/forums/category.jspa?categoryID=28
    Nicolas.

  • Help: how to send emails from FORMS?

    Are there simple steps to send emails from FORMS?
    Thank you in advance.
    Jimmy

    I'm sure there are many ways to send emails from Forms. Personally I never had to do this, but I can imagine following ways.
    a) use UTL_SMTP-Package to send the email via your database
    b) use a Java-Call
    Peter

  • Can anyone help me transfer the music from my ipod onto itunes

    i just recently got a new computer and all my music is on my ipod. is there anyway i can transfer the music and pictures from my ipod onto my comptuer. i have alot of stuff on there i cant get back and i really dont want to loose it.
    thanks.

    Copying from iPod to Computer threads...
    http://discussions.apple.com/thread.jspa?threadID=776996&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=805256&tstart=0
    http://discussions.apple.com/thread.jspa?messageID=797432&#797432
    Also these useful internet articles...
    http://www.engadget.com/2004/11/02/how-to-get-music-off-your-ipod/
    http://playlistmag.com/help/2005/01/2waystreet/
    iPod: Frequently Asked Questions
    http://docs.info.apple.com/article.html?artnum=60920
    Patrick

  • Can anyone explain how we create Choose from list for profit center in sap b1

    Hello ALL ,
    Can any body suggest me how we create the CFL for profit Center .
    I am creating add -on using sdk and create a screen form using screen Painter .
    In my form there is matrix that contain the profit center column just like in sale order screen .
    In this field (Profit Center ) I want to attach the CFL of profit center just like in sales Order screen .
    but I am unable to find out the object type ID for profit center so please give me any idea

    Hi Arvind,
    Object type for the Profit Center is
    <ChooseFromList UniqueID="CFL_1" ObjectType="61" MultiSelection="0" IsSystem="0"/>
    and for the Distribution Rule
    <ChooseFromList UniqueID="CFL_2" ObjectType="62" MultiSelection="0" IsSystem="0"/>
    Hope it helps.
    D.

  • Can anyone help, how do I get sound?

    In a nut shell, I am using my TV as a monitor for my Mac Mini. It works great and I've been using it like this for some time. My problem is... I'm having a hard time working out what I need to connect my computer to my TV so sound will come out of my TV speakers.
    At the moment I have a cable coming out of my Mac to the TV so I get a picture. I can only assume a second wire is needed to carry the sound.
    Currently I am using a normal computer speaker system (2 speakers and 1 subwoofer)... It's just a cheap set up, but works fine. But it makes no sense for me to have separate speakers when my TV has some built in.... can any one help?
    What cable should I look for?

    Hello,
    Well, if you are connecting your Mac Mini to your TV
    using this cable, then I recommend purchasing
    this cable for the audio. One end connects to
    your Mac Mini's optical digital audio
    output/headphone out port and other to your TV. I
    believe this will work, but the type of Mac MIni and
    TV model would help.
    Jason
    I'm connecting it at the moment from the mac to the TV using something like this cable:-
    http://store.apple.com/Apple/WebObjects/ukstore.woa/wa/RSLID?mco=6C04E07A&nplm=T 9560
    There was a small adapter that came with the mac so it can be plugged into the mac and into the wire that I just showed you. When I was setting up my mac agers ago, I had a box full of extra wires that have accumulated over the years. I had the same idea of connecting one of those cables with 1 end yellow red blue and the other into the headphone socket when I found it in the box. But I'm shaw it didn't work. Maybe it was because it wasn't a mac one or it did actually work and it's just me being thick again. lol. If you guys are faily shaw that would work, then I'll be more than happy to go and buy one, but like I say, I'm pretty shaw it didn't work...

  • Can anyone help to REMOVE iOS4.0 from my Iphone3G? I want my old 3.1.3!!!

    DO NOT upgrade to the 4.0 for your 3G or 3GS phone if you already haven't!
    My phone has been completely screwed up since I did for my 3G! I did the full restore, and it's still HORRIBLE! Any application now takes 3-4 seconds to open. Applications either freeze or quit sporadically. MMS typing is really slow. My iTunes function will only work with headsets. When I attach to hardline for iTunes/car stereo, it now no longer functions. Also, with my other car, the cig adapter/FM transmitter (for iTunes) no longer works with this phone.
    If anyone can help me with a link on instructions to REMOVE this POS operating system (4.0) please share.
    The fact that Apple has done this to loyal customers of previous iPhones is shameful. This operating software was NEVER intended to work with the 3G or 3GS!
    Typical fashion just like the Genius Bar (idiot central) at the local Apple Stores. "Oh, that can't be fixed. You really need to buy a new system..."

    There is no approved/sanctioned/official way to downgrade the OS.

  • Help: How to call go_block from an item level trigger?

    I am working on a form it needs to call go_block('blk_name') after a text item filled in data.
    I tried post_item and when_validate trigger, it gave me error:
    Illegal restricted procedure GO_BLOCK in POST_ITEM trigger, etc.
    Any suggestions?
    Thank you in advance.
    Jimmy

    Thanks Francois.
    I read Re: problems with GO_BLOCK from  post-text, when-validate-  triggers
    The form that I am working on requires that user put in an ID through a control item. Once the form see the ID changes, it conducts a query through a stored procedure to get the customer information need. User can make as many changes as s/he wants. Will timer_expires work?
    Thank you again.
    Jimmy

  • Can anyone help me understand this output from Console?

    My Macbook Pro freezes and I have to manually shut it down and restart it.  This is the error output from Console after I restart the Mac and find the time that the Mac froze.
    Here is the error code again, if it was too hard to read from the image above:

    Hi, did you find any answer to this? I have the same problem with globeinvestor.com gold tracker program. It stops to run from very beginning and give me a 23 code error.
    Their supprot can not fix this. Actually i have tried this in three different computers and all of them are same.

Maybe you are looking for

  • Salary too low for programmers

    I think that salaries are too low. After deductions I get 1.500 Euro on my bank. Okay, I'm a junior programmer. But programming is hard and one needs a lot of knowledge. I don't think that I earn enough money. If I count the learning which I do in my

  • Why can't I add narration now ?

    I have added narration in the past on previous versions of Premiere elements and on Pre 10 but in the last 2 weeks I get an error when I click on the red record button I get a error message that my audio hardware selection does not have any input cha

  • HT5037 Iphoto Still wont open even after installed the prepare file

    Still wont open even after installed the prepare file. I haven't felt this frostation since window 5 

  • ServletExec: failed to parse servletexec.xml

    Hello One of my users reported the BLS editor not displaying correctly, so after a quick investigation I figured it was a java problem and stopped the ServletExec-xMII service.  1.  Now double-clicking StartServletExec.bat to start it up works, java.

  • KYB probs: end/home/pgup/pgdn in mc/mutt etc. kbdoptions?

    [ISSUE: on laptop home/PgUp/PgDn/End etc. don't do what's expected] urxvt/screen running apps, with NumLk OFF the full numeric keypad on the laptop types: Home types: U End types: \ PgUp types: Z PgDn types:  [ Del types:  _  the other keys on the nu