Dunno if this logically should work, but if you have a calender field and you set the Editable property to not checked, you can still edit the field.
If you script the field to be disabled, it does work.
Paul
Dunno if this logically should work, but if you have a calender field and you set the Editable property to not checked, you can still edit the field.
If you script the field to be disabled, it does work.
Paul
pbakker:
Dunno if this logically should work, but if you have a calender field and you set the Editable property to not checked, you can still edit the field.If you script the field to be disabled, it does work.
Paul
You can’t edit the field, you can still use a calendar popup. If you don’t want that set it’s display type to text-field. The behaviour is on purpose. Editable is the property that allows a user to type into a field.
Mmmm, ok, sounds logical.