Hello,
When you use AllowEdits = False on a form, is there any way of disabling the cursor?
It's slightly pedantic, but it is slightly annoying and gives the wrong indication in that it implies the control can still be changed as the cursor is accepted but it's not until you type that you realise the control is not editable and this can be too late!!
I had thought that it might be possible to just deselect the control when it is clicked on and AllowEdits = False but I cannot see anyway to do this.
Any thoughts on this?
Thank you.
When you use AllowEdits = False on a form, is there any way of disabling the cursor?
It's slightly pedantic, but it is slightly annoying and gives the wrong indication in that it implies the control can still be changed as the cursor is accepted but it's not until you type that you realise the control is not editable and this can be too late!!
I had thought that it might be possible to just deselect the control when it is clicked on and AllowEdits = False but I cannot see anyway to do this.
Any thoughts on this?
Thank you.