|
|
Re: Oracle Forms (6i) Calendar [message #619248 is a reply to message #619164] |
Mon, 21 July 2014 00:32 |
|
azamkhan
Messages: 557 Registered: August 2005
|
Senior Member |
|
|
Did you run the form. What you have in my form, copy all to your desired form and Wa La... you have implemented Calender in your Forms 6i.
The Calender form should have following that you must copy in your form:
* Two Control blocks
1- Ctrl_Bk : This block is using the calender to input data so you don't have to copy this one but check its code because it helps you using my Calender.
2- Calendar_Ctrl1_Bk : Again this is another control block copy it as is in your form.
* Calendar_Canvas : Copy this canvas.
* Two Procedures
1- Calendar_Populate_Month_Pro
2- Calendar_Set_User_Date_Pro
Copy both procedures.
* Copy Calendar_Curr_Dt_Va visual attribute.
* Copy Calendar_Win window in your form.
These are the staff you need to copy to your form in order to get calender code work.
[Updated on: Mon, 21 July 2014 00:43] Report message to a moderator
|
|
|
Re: Oracle Forms (6i) Calendar [message #619275 is a reply to message #619248] |
Mon, 21 July 2014 03:31 |
kilimanjaro
Messages: 151 Registered: May 2009 Location: Tanzania
|
Senior Member |
|
|
Hi Azamkhan
Thank you very much for your quick reply.After doing so as you instructed above,How do I call the calendar to go/popup to a specific calendar field of my form?
Once again ,Thank you very much.
|
|
|
|
|
|
|
|
Re: Oracle Forms (6i) Calendar [message #620485 is a reply to message #620026] |
Sat, 02 August 2014 03:46 |
kilimanjaro
Messages: 151 Registered: May 2009 Location: Tanzania
|
Senior Member |
|
|
Hello Azamkhan .Thank you very much for your help.
The Tax_test.fmb you resend worked fine after compiling .I did as you did on another form but on runtime when I press the button i get that error 'FRM-41058 No such property for get item property '.How do you overcome this error so as I can proceed ?.
I have attached the employee_Test3.fmb and see how i'm doing it in the first block.
Thank you.
|
|
|
|
|
|