Topic: highlight objects on form
Hello Everyone,
I have an application that has a large number of objects on a form.
Because of this, I want to be able to indicate which object has focus to make it more user-friendly.
I have a small script to do this and it works fine except when there is a 'richtext' object which the script does not recognise.
The script currently is written with 'TDbEedit(sender) but it makes no difference if you use 'TRichEdit' (or anything else).
If you 'tab' through the fields on the form in the attached example (or click in any field using the mouse) you will see what the problem is.
Running on MVD 6.5 / SQLite / Windows11.
Does anyone have any ideas?
Thanks,
Derek.