Calendar in Forms (10g) [message #148617] |
Fri, 25 November 2005 06:21  |
imrantoor
Messages: 1 Registered: November 2005
|
Junior Member |
|
|
hi all!
how i implement Calendar in Forms (10g). i searched here but all are using Forms 6i or less versions.
if you please specify steps (how to), i will be much thankful.
i am looking ur positive response if u have any form like this then please send me an this (iatoor73@hotmail.com) thank u very much
|
|
|
|
Re: Calendar in Forms (10g) [message #398132 is a reply to message #148619] |
Wed, 15 April 2009 05:48   |
shabbihshah
Messages: 1 Registered: April 2009 Location: Liverpool
|
Junior Member |
|
|
I know, the reply is too late. But I am replying for the people who might be still in trouble for using a calendar control in their oracle forms at their date fields.
I have designed a very nice calendar control and it is a single form, no need to add any library things. you simply have to place the file in c: drive and have to create the following trigger on your date fields
On-Mouse-Click
---then paste the following code into trigger body
Select_all;
Copy_all;
Call_form('c:\calendar.fmx', no_hide,no_repalce);
select_all;
paste_region;
To get the free copy of calendar.fmx, please email me at
shabbihshah@hotmail.com
Regards
Shabbih
|
|
|
|