Arg81
Well-known member
Not sure whether this is one of those things you cannot get around, but here goes
When a user submits data from my data entry form, all fields become disabled (enabled=false). However, a couple of my textboxes are filled in with an amount of data, and so have vertical scrollbars.
When a textbox is disabled, the scrollbar doesn't work. It does when the textbox is readonly.
This to me isn't a problem, but the users can't see why they can click into that textbox but not enter any text (give them a colouring in book and crayons any day...
)
So my question is, is there;
a) A way to make a disabled textbox have an enabled scrollbar OR
b) Have a read-only textbox, but not be "clickable"
Regards,
Luke
When a user submits data from my data entry form, all fields become disabled (enabled=false). However, a couple of my textboxes are filled in with an amount of data, and so have vertical scrollbars.
When a textbox is disabled, the scrollbar doesn't work. It does when the textbox is readonly.
This to me isn't a problem, but the users can't see why they can click into that textbox but not enter any text (give them a colouring in book and crayons any day...
So my question is, is there;
a) A way to make a disabled textbox have an enabled scrollbar OR
b) Have a read-only textbox, but not be "clickable"
Regards,
Luke