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');