L
L Mehl
Thanks to Andy Cole for reminding me that Conditional Formatting is in
A2000.
I want to be able to programatically change the back color of the field
having focus in a form, to guide the user's eye to that field.
Conditional Formatting is a quick way to do it, but I want my client to be
able to select the color.
Is Conditional Formatting available via code, so that color can easily be
changed ?
I "Saved as Text" the original form and the form containing CF. The only
difference I could find was a block of text for each field to which I
applied CF, as follows:
Begin Section
....
Begin TextBox
...
Name =" 'control name' "
...
ConditionalFormat = Begin
0x01000000640000000100000002000000ffffffff000000000100000001000000 ,
0x00000000ffcc9900000000000000000000000000000000000000000000000000 ,
0x0000000000000000000000000000000000000000000000000000000000000000 ,
0x00000000
End
I will appreciate any input.
Thanks in advance.
Larry Mehl
A2000.
I want to be able to programatically change the back color of the field
having focus in a form, to guide the user's eye to that field.
Conditional Formatting is a quick way to do it, but I want my client to be
able to select the color.
Is Conditional Formatting available via code, so that color can easily be
changed ?
I "Saved as Text" the original form and the form containing CF. The only
difference I could find was a block of text for each field to which I
applied CF, as follows:
Begin Section
....
Begin TextBox
...
Name =" 'control name' "
...
ConditionalFormat = Begin
0x01000000640000000100000002000000ffffffff000000000100000001000000 ,
0x00000000ffcc9900000000000000000000000000000000000000000000000000 ,
0x0000000000000000000000000000000000000000000000000000000000000000 ,
0x00000000
End
I will appreciate any input.
Thanks in advance.
Larry Mehl