Ok,
I know I am on SC6 still, but doesn’t look like this has been “updated?” anyways.
I have scoured the forum on being able to highlight a field or color a field on a form.
Here is situation, I have a form that is a historical view of what was saved.
I already have it coded to be able to compare the data in the current history record versus the next oldest history record.
But I cant identify to the user that these are the fields that changed.
Seems like a pretty simple request huh?
Tried the sc_ajax_javascript(‘set_color’,array($field,$color ));
I tried a solution in the forum, but again I don’t know how anyone got that to work in an OnLoad Event since it isnt even available in that event.
I even tried setting a global variable and use that in the field title settings…
Out of box but figured maybe…
Nothing works…
Any ideas on what other possible ways to identify the differences in two records on a form?
Kevin