How to get a calender in date field in oracle forms?

Showing Answers 1 - 12 of 12 Answers

Shirish muley

  • Mar 14th, 2006
 

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;

Sajid Ansari

  • Jun 24th, 2006
 

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

  Was this answer useful?  Yes

AVREDDY

  • Jul 19th, 2006
 

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.

mad_bu

  • Jan 5th, 2007
 

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.

  Was this answer useful?  Yes

ANURAG

  • Oct 22nd, 2016
 

How do we configure that? Any help would be appreciated...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions