How do you create calender value set?

All are known creating of date,number,varchar2 by using we can create lov's. similar that can we create& attach calender ?

Questions by sreeraghava.nara

Showing Answers 1 - 6 of 6 Answers

manveshv

  • Jan 11th, 2010
 

We can do this in Apps Forms.


Prerequisite: We need to load all the predefined plls for example, APPDAYPK for calendars.

Once we have all the dll's required, 

Assign the key list lamb LOV to the textfield.
Validate from list (property) : No
Key list val trigger of that field, --> calendar.show;

You will get the calendar LOV whenever you enter into that text field...!

  Was this answer useful?  Yes

jith_in

  • Feb 26th, 2010
 

Field must be DATE type.
In the KEY_LIST_VAL trigger you must add the code:
CALENDAR.SHOW;

In the properties of the field, you should set "Validate from List" to 'No'.

  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