textbox disable scrollbars enable

H

herb

Hello,

following situation:

i've a form in which reports can be created an viewed. this means,
reports from the past can be viewed but not changed (security
reason....).

by now i did it like this that a set textbox.enable=false.

this prevented any changes. but if the text exeeds the height of the
textbox, the lower part can be displayed because the scrollbars are
deactivated.

so, is there a possibilty to scroll through a past report without the
possibility to change?


thanks in advance,
herb
 
L

Leith Ross

Hello Herb,

Yes you can. Leave your ScrollBars Enabled and set the TextBox Locke
property to True.

Sincerely,
Leith Ros
 
H

herb

thanks for the response.....

i didn't know that the scrollbars also can be enabled or disabled

it is possible now to write some text into the textbox, but the changes
are not adopted...


thanks a lot,
herb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top