hello,
I have various problems with changing textboxes and normal boxes to different colors, depending on what is in a drop down box.
how can I change the color of a box I have added to my form using if statements ?
eg if status = active then
box.bgcolor = blue
end if
if have tried this way but the color is always black !?
Also how can I change the colors of different lines in a LISTBOX depending on the status field ?
any help would be greatly appreciated.
thanks.
I have various problems with changing textboxes and normal boxes to different colors, depending on what is in a drop down box.
how can I change the color of a box I have added to my form using if statements ?
eg if status = active then
box.bgcolor = blue
end if
if have tried this way but the color is always black !?
Also how can I change the colors of different lines in a LISTBOX depending on the status field ?
any help would be greatly appreciated.
thanks.