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