How to use rowBGColorCalc

jcompagner:
john: Because in List or Record view we dont really have a event per field, we could have something like that but then the same thing as with the web applies
when do you want to be able to change it? Field enter/leave or really only when a record is set?

The main use I was thinking of was in cases where for different reasons I don’t want to set the column restriction to ‘not null’ but I would like to highlight when the column is in fact null or empty. It would be nice for the datamanagers to be able to easily spot when viewing/updatient/entering a patient record if some particular field was empty. I’m also thinking of perhaps doing something similar in an iPhone application for the MDs. In that case it would be when a returning patient has ‘missing data’ that the MD needs to be aware of in order to complete on the date of their returning visit. In this case I probably would create a new view in the database containing the relevant columns from the various tables and that could be done in Servoy as a table form. But highlighting the ‘missing’ column data would still be a problem as on the iPhone I presume it would still be a web client. I’ll post this as a feature request also.