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!

Java Applet window automatically getting closed...

skudFeb 2 2012 — edited Feb 3 2012
Hi guys,

i've using oracle 10g forms and internet explorer 6.

my problem is ' i have a button in a canvas, when run the form i want to display a sysdate on the button as well as disable the button '. So i write the below code for display sysdate on the button in when new form instance trigger. button name is B1
SET_ITEM_PROPERTY('B1',LABEL,'Current Date : '||to_char(sysdate,'dd-mm-yyyy'));
then i set the enable function No for that button(property palette) to disable.

After that i try to run the form, internet explorer running but java applet window is getting automatically closed, then i change the funtionality enabled to yes this time java applet windows is running.

How i disable the button without java applet window not getting closed.....?

Thanks in advance
This post has been answered by François Degrelle on Feb 2 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2012
Added on Feb 2 2012
3 comments
634 views