Date Field in Lotus Notes

Hi,I want to customize a Date Field in Lotus Notes. I’ve two Date Fields in a form which are set to use the Date Picker. Form is used only on Notes client and not on web.

Now i want to disable input from user i.e Date Picker must be used to change the date and the user cannot key in the date. And i want to set “Today” as the minimum value for the first Date Field so that user cannot pick a date prior to that day from the date picker. Also once the date is selected in the first Date Field, i want to set it as the minimum value for the second field.

This can be easily done if i use a date picker from a JS library(like Ext JS) on web. But i don’t know whether its possible in Notes or not?

Any suggesstions?

Thanks

Subject: Input enabled

Try setting the “Input Enabled” option (event) to evaluate to false. That way, you still have contents in the field, but they can’t be changed.

Subject: It Works…but…

Hi Steven,Thanks for your response. It disables the input but i want to disable only the keyboard input and the date picker should be enabled.

Can it be done?