W
Will
I'm sure the solution is simple.
What I am trying to do is set specific attributes for a given field AND its
label AND the field that occurs NEXT according to tab order sequence.
So, as the user selects a field for data entry, the following should happen:
When a field [FIELD A] gets focus;
Its label text is changed to red
The field border color is set to red and its border width is set to 1
point
The NEXT field [FIELD B] (next here means the next field as determined
by tab order)
Sets its label text to black
Sets its field border to black 1 point
When the user tabs over to FIELD B and FIELD B gets focus then:
FIELD A label text is set to black
FIELD A text field border is set to black and its border width to
'hairline'
FIELD B label text is set to red
FIELD B text field border is set to red and its border width is set to 1
point.
And so on all the way through the form.
I know how to set these properties using the 'properties' dialog box, but
not how to do this programatically.
Thanks All!
Will
What I am trying to do is set specific attributes for a given field AND its
label AND the field that occurs NEXT according to tab order sequence.
So, as the user selects a field for data entry, the following should happen:
When a field [FIELD A] gets focus;
Its label text is changed to red
The field border color is set to red and its border width is set to 1
point
The NEXT field [FIELD B] (next here means the next field as determined
by tab order)
Sets its label text to black
Sets its field border to black 1 point
When the user tabs over to FIELD B and FIELD B gets focus then:
FIELD A label text is set to black
FIELD A text field border is set to black and its border width to
'hairline'
FIELD B label text is set to red
FIELD B text field border is set to red and its border width is set to 1
point.
And so on all the way through the form.
I know how to set these properties using the 'properties' dialog box, but
not how to do this programatically.
Thanks All!
Will