Claudine, Unfortunately DB Check Box only has an On-Click eep as you know. One possibility is if the preceding and following fields of the DB Check Box are not DB Check Boxes, maybe you could try this.
1. Give th DB Check Box a component id say DBCB_FieldName 2. IN preceding field on exit eep = PROPERTY dbcb_FieldName Color 'Red' 3. In the following field on enter eep = PROPERTY dbcb_FieldName Color '[R214,G233,B254]' This color is as close as I can get to Razzmatazz color. You can play with it if needed or perhaps Razzak would give you the matching RGB numbers. Good luck, Bill Eyring -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Claudine Robbins Sent: Tuesday, June 24, 2008 4:11 PM To: RBASE-L Mailing List Subject: [RBASE-L] - V8 DB Check Box When the cursor lands on a DB Check Box, in a form with Razzmatazz theme, there is a faint "marching ants" box inside the field. I have tried all the color controls exposed in the Object Inspector but none affect the object's focus state. If users employ the ENTER key to go from field to field (which I LOVE), unless it's brighter or a different color, they will miss which part of the form they're in, the fact that the DB Check box is active and ready for them to either press the space bar or click the mouse. Does anyone know which PROPERTY command to use? TIA, Claudine

