Hi,
Is there a way to disable typing in the date in WEBDATECHOOSER control? I tried setting EDITABLE=false and I get a javascript error.
any idea?
Thanks,
Thanks for the response. Yes, I have tried it.
What I'm trying to achieve is to prevent the user to type in a date in the cell, forcing them to open up the dropdown calendar to pick a date. The problem only occurs when the cell is empty. If the cell has a value, it works fine.
thanks,
Chris
Have you tried setting .Enabled = false?