Wednesday, July 3, 2024

How To Add A Calendar LOV To A Date Field In Oracle Forms

How To Add A Calendar LOV To A Date Field In Oracle Forms

1. Come to the Layout Editor

2. Right click on the date text box and choose properties from the popup menu.

3. Choose Enable_list_lamp as value for the property named LOV

4. Set the property LOV for Validation to False

5. Close the property sheet

6. Right click on the Date Text box and choose PL/SQL Editor from thepop up menu.

7. Choose the trigger KEY_LISTVAL

8. Type the following as code


CALENDAR.SHOW;

No comments:

Post a Comment

EBS : Package Development Process

====================== Package Specification ================================== CREATE OR REPLACE PACKAGE xx_emp_package IS     PROCEDURE lo...