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!

Calendar in oracle form 10g from CraigB example with the help of Francios ?

Asked to LearnJun 23 2012 — edited Aug 8 2013
Forms 10g version 10.1.2.3
OS windows flatform.
------------------------------------------
I try to implement the Java Calendar from CraigB's link [ https://sites.google.com/site/craigsoraclestuff/oracle-forms---how-to-s/forms-how-to-use-a-calendar-in-a-form ]

but faild. Normal calendar appers perfectly, But the Java Calendar didn't show when i click on the respective button.

I tryied to run the sample form supplied in the Link. then i look into reference link and found some configuration mismatch.

Like

*1.* Craig didn't say to edit formsweb.cfg file and add */forms/server/formsweb.cfg file to add these 3 JAR files (supplied in the zip file)*
*2.* Francios didn't say to edit default.env file and add CLASSPATH to include the full path to the FJCalendar.jar.
For example: C:\DevSuiteHome10g\forms\java\FJCalendar.jar
Ok. What i do ? i tried to build form newly and got Packages not exist in the Program unit named bl_cal_pkg used in different trigger. My investigation says it shoud be date_lov

What is my configuration ?
----------------------------------------
I added bellow code at default.env file at CLASSPATH
I:\DevSuiteHome_1\forms\java\FJCalendar.jar
Configure the formsweb.cfg file and added bellow code
archive=frmall.jar,icons.jar,FormsProperties.jar,looks-2.0.1,FJCalendar,jcalendar-1.3.2
copied the CALENDAR.olb into a forms_path folder.

i'm looking for the help in this form.....

thanks in advance

ask to learn
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2013
Added on Jun 23 2012
21 comments
2,867 views