[Essentialdata-discuss] row-level validation
Brought to you by:
dankib01
From: Alex G. <lj...@gm...> - 2005-01-20 20:32:20
|
I have some relational data in a row that I need to validate and I'm having some trouble determining essentially how to do it. For example, consider an MROTable that has columns for Name, Score and Max Score and you want to validate that Score <= Max Score. What I want to be able to do is color the row red if this criterion isn't met and color it green if it is. I suppose what I'd like to know is 1) is this sort of thing already supported in ED? I seem to recall something similar in the wiki before it went down and 2) if not, where in the code would I look to figure out how to add something like this. Any pointers or advice would be much appreciated. Thanks, Alex |