zelarra821
Registered User.
- Local time
- Today, 10:12
- Joined
- Jan 14, 2019
- Messages
- 840
I am creating a class module to manage mouse movements in a textbox and the ribbons that should appear in rich texts.
I have some questions:
1. How can I use VBA to set the option to place the cursor at the end of the text that can be set in the Access options (Client Settings)? This way, I wouldn't have to worry about the configuration that each user had.
With this, the problem of selecting a part of the text with the mouse and placing the cursor there is solved, in addition to the fact that, upon entering the field, it would go directly to the end.
2. How do I detect which part of the text in the textbox the user has clicked on when there is text selected and they want to undo the selection?
This would allow me to solve the problem of it not letting me click on a specific part of the text that I just selected.
3. If I delete the text and do not exit the field (to save the changes), how do I detect that change without needing to exit the field?
I have some questions:
1. How can I use VBA to set the option to place the cursor at the end of the text that can be set in the Access options (Client Settings)? This way, I wouldn't have to worry about the configuration that each user had.
With this, the problem of selecting a part of the text with the mouse and placing the cursor there is solved, in addition to the fact that, upon entering the field, it would go directly to the end.
2. How do I detect which part of the text in the textbox the user has clicked on when there is text selected and they want to undo the selection?
This would allow me to solve the problem of it not letting me click on a specific part of the text that I just selected.
3. If I delete the text and do not exit the field (to save the changes), how do I detect that change without needing to exit the field?