Notifications
Clear all
Topic starter
I feel like this must be staring me in the face. but I was wondering how, in VFE, I could set the color of field text based on the value in the field, that is, the equivalent of setting the field text color in the Translation tab for a field in VFE, but programmatically.
ie
if val(document.xx) > 50 then
set field text to red
endif
Thanks!
Posted : January 6, 2014 6:39 am
I think you would have to use visibility regions and the translation tab. I don't think there is any way with code to set something like that.
Posted : January 6, 2014 7:54 am
Topic starter
ok thank you!
Posted : January 10, 2014 12:19 am