M
Maury Markowitz
I'm trying to make a read-only display of several data fields in a subform.
When double-clicked, information from that line is copied into the form it
sits in. So far so good.
The problem is I can't get the state right. If I leave it in the default
"enabled, non-locked", users can edit the text. That's not really a problem,
but it also means the text gets selected when they double click. That is a
problem.
So I tried "non-enabled, locked". However when you do that, it stops
accepting double-clicks. I don't know who thought THAT was a good idea.
And "non-enabled, non-locked" it puts it into the "greyed out" state, making
the text hard to read. Also a no-no.
So what's the trick? Is there some "non-selectable" bit?
Maury
When double-clicked, information from that line is copied into the form it
sits in. So far so good.
The problem is I can't get the state right. If I leave it in the default
"enabled, non-locked", users can edit the text. That's not really a problem,
but it also means the text gets selected when they double click. That is a
problem.
So I tried "non-enabled, locked". However when you do that, it stops
accepting double-clicks. I don't know who thought THAT was a good idea.
And "non-enabled, non-locked" it puts it into the "greyed out" state, making
the text hard to read. Also a no-no.
So what's the trick? Is there some "non-selectable" bit?
Maury