Jgrove Posted April 4, 2001 Posted April 4, 2001 Is there any way to highlight the active field with a different color? Sometimes it is hard to tell which field is active especially when you have a large number of buttons.
CaelC Posted April 14, 2001 Posted April 14, 2001 You could highlight a field easily the moment you start typing into it but it would require a bunch of extra fields in your db. You can use a global field to hold a light yellow box. Then you have to use another field for each field that you want to highlight. Put it behind the field that you want to highlight and make it a few pixels larger than the highlight target. Set it to be a calculation that basically says if field_to_highlight is not empty, then highlighter equals the global that contains the color. It will highlight any field with a border as you start to type into it. Hope this helps, Cael.
Recommended Posts
This topic is 8623 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now