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