Dear All,
I'm using oracle forms 10g, I have a simple screen which is developed.
It is one block, it will allow to insert, delete records. It only have an option to update the only one column this is date.
For this I should have query for one record, record will appear in the form, and user needs to update only date only with latest timestamp and save the record.
In the property_pallete, i have used list_of_values : ENABLE_LIST_LAMP
And in the trigger (KEY-LISTVAL): calendar.show;
But is not working as per as want I want.
Please help me.
Thanks