Home » Developer & Programmer » Forms » Calendar in Forms (10g)
Calendar in Forms (10g) [message #148617] Fri, 25 November 2005 06:21 Go to next message
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 #148619 is a reply to message #148617] Fri, 25 November 2005 06:31 Go to previous messageGo to next message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
imrantoor wrote on Fri, 25 November 2005 13:21

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


Ask questions here, get replies here. No individual sessions. The purpose of the board is to learn from others.

Besides, what's wrong with OTN?

Look here:
http://www.oracle.com/technology/sample_code/products/forms/index9i.html

And in particular:
http://download.oracle.com/otn/other/general/forms9iDemos9_0_0_1.zip

Forms 10g is quite similar to 9i. There's a Calendar PJC included in the demo.

MHE
Re: Calendar in Forms (10g) [message #398132 is a reply to message #148619] Wed, 15 April 2009 05:48 Go to previous messageGo to next message
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
Re: Calendar in Forms (10g) [message #398135 is a reply to message #398132] Wed, 15 April 2009 05:53 Go to previous message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Why wouldn't you simply attach it to your message (if you really want to share the form)?
Previous Topic: changing Radio button value
Next Topic: FRM 41214 : Unable to run report
Goto Forum:
  


Current Time: Sat Feb 08 19:58:13 CST 2025