Help with Calendar LOV
59948Nov 24 2010 — edited Jul 24 2012Hi,
I have searched this board and made recommended changes to my form to add a calendar to a date field. I have two issues, see below.
Field = from_date. Type = Date. Length = 11.
1. I added the enable_list_lamp LOV to from_date. The validate_from_list property is 'No'. When I run the Form, there is no list lamp button displayed. I got around this by creating my own LOV which mirrors the enable_list_lamp LOV.
2. In the key-listval trigger for from_date, I coded "calendar.show;". The form compiles fine on both the client and the app server. When I run the form, the calendar does not show up. However, as a test, I copied all the calendar procedures from the library APPDAYPK into my Form. I then re-compiled my form, re-ran it and the calendar shows up. Go figure. Note, I also tried "day_picker.show" and that didn't work either.
I must be missing something for the calendar to not show up. I would appreciate your support.
Thanks.