Sometimes one of my controls, or a browse window, will give this message to
a user. This means that the data showing in it can be read, but not changed.
What are some common reasons for this to happen? For example, a table could
have the read-only attribute - but that's not the case here. Anything else?

Re: The Control is Read Only by Fred

Fred
Tue Sep 21 20:54:15 CDT 2004

Your control source could also be from a SQL SELECT cursor, which is by
default read-only, or it could be a calculated field.

Fred
Microsoft Visual FoxPro MVP

"Peter Rooney" <magnetix@ix.netcom.com> wrote in message
news:%944d.9135$n16.4632@newsread2.news.atl.earthlink.net...
> Sometimes one of my controls, or a browse window, will give this message
to
> a user. This means that the data showing in it can be read, but not
changed.
> What are some common reasons for this to happen? For example, a table
could
> have the read-only attribute - but that's not the case here. Anything
else?
>
>