A
Atlas
I've been tryng multiple configs of a textbox to avoid user input, avoid
dimming, enable events handling but it looks like it's impossible:
- .enabled = no & .locked = yes gives readability, no blinking cursor but
prevents events handling (like doubleclick)
- .enabled = yes & .locked = yes gives readability, blinking cursor, events
handling (like doubleclick)
- .enabled = no & .locked = no gives unreadability (dimmed), no blinking
cursor, no events handling
- .enabled = yes & .locked = no gives readability, blinking cursor, events
handling (like doubleclick) and unwanted user input
Is there a simple way to make a field readonly, without cursor blinking,
with events handling?
Bye
Rookie running Access 2003 * A Smart by Design product *
dimming, enable events handling but it looks like it's impossible:
- .enabled = no & .locked = yes gives readability, no blinking cursor but
prevents events handling (like doubleclick)
- .enabled = yes & .locked = yes gives readability, blinking cursor, events
handling (like doubleclick)
- .enabled = no & .locked = no gives unreadability (dimmed), no blinking
cursor, no events handling
- .enabled = yes & .locked = no gives readability, blinking cursor, events
handling (like doubleclick) and unwanted user input
Is there a simple way to make a field readonly, without cursor blinking,
with events handling?
Bye
Rookie running Access 2003 * A Smart by Design product *