Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use the FBean package?

GusoraJun 13 2007 — edited Jun 15 2007
I really haven't a clue what i am doing but using the online help i constructed the following code in my forms "when-new-form-instance" trigger. I then created a bean item in my control block called 'MyBeanArea'. I ran the form and nothing happened, the bean area remained blank. How do i get this thing to work?

Thanks
Gus
Forms 10.1.2 on XP (standalone)
-- Java Beans
FBean.Register_Bean('control.MyBeanArea', 1, 'sunw.demo.juggler.Juggler');
fBean.Set_Property('control.MyBeanArea',1,'animationRate',150);
FBEAN.INVOKE('control.MyBeanArea',1,'startJuggling');
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2007
Added on Jun 13 2007
13 comments
1,985 views