GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  General
Go To First  |  Previous Question  |  Next Question 
 General  |  Question 197 of 211    Print  
How to get a calender in date field in oracle forms?

  
Total Answers and Comments: 5 Last Update: July 09, 2008     Asked by: Prasad 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 14, 2006 02:41:16   #1  
Shirish muley        

RE: How to get a calender in date field in oracle form...

1)Set the LOV of the item for which calendar to be attached as ENABLE_LIST_LAMP LOV which is included in the TEMPLATE form.

2)Set Validate from List to 'No' in the property palette of that item .

3)Then in KEY LISTVAL trigger of that item write

calendar.show;


 
Is this answer useful? Yes | No
June 24, 2006 07:53:55   #2  
Sajid Ansari        

RE: How to get a calender in date field in oracle form...

If you are using Oracle forms 6i You can use the resuable component called calendar It will come along with the sample forms

Just write the Key list val trigger on a button to call this form


 
Is this answer useful? Yes | No
July 19, 2006 12:01:34   #3  
AVREDDY        

RE: How to get a calender in date field in oracle form...

I created a custom form using template.fmb. I used the ENABLE_LIST_LAMP

for a date field in a block with tab page and used everything as per your instructions. When I go to the

date field the calendar pops up out of my custom form and when I select the date it puts back in the current field. I don't want the calendar to popup outside of the custom form. Any thoughts will be appreciated.


 
Is this answer useful? Yes | No
January 05, 2007 15:38:29   #4  
mad_bu Member Since: January 2007   Contribution: 1    

RE: How to get a calender in date field in oracle form...
hi

I am a new member in this forum I tried your ans for attaching a calendar to an LOV field. But when i write a code in key-listval trigger it is giving me an error saying calendar.show must be declared.....

exact code is
begin
calendar.show;
end;

pls help me in succeeding this issue...

Thanks in Advance
Mad_bu.

 
Is this answer useful? Yes | No
July 09, 2008 07:05:05   #5  
Enamul Member Since: July 2008   Contribution: 1    

RE: How to get a calender in date field in oracle forms?
At first configure webconfig file that have in server folder.
 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape