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!

Jcalendar Java Swing Calendar

sharpeApr 28 2010 — edited Apr 28 2010
I've implemented this into my application:

http://forms.pjc.bean.over-blog.com/article-14848846.html

Now suddenly the Calendar is no longer showing up on my canvas. I must have changed something that has stopped it from popping up? I click the button and the code fires without error, but no calendar is displayed. Has anyone else experienced this? Do you have any suggestions?

I have both the Calendar push button and the Bean object on seperate, non-base table control block and the item it populates is on my main base-table canvas.

The push button code is:

go_item('induction_info.drop_dt');
Set_Custom_Property('CTRL.BEAN',1, 'SET_PROPERTY','title,Drop Date');
Set_Custom_Property('CTRL.BEAN',1, 'SHOW_CALENDAR','50,50');


Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2010
Added on Apr 28 2010
2 comments
1,010 views