A cell in a grid is currency format in the database but may be null. If it is null, I want to change the value displayed in the cell and if possible, change the format of the cell, i.e. the background. Any ideas?
You can change cell contents “onRecord”
{field}=“new value”;
Thank you
Should have thought of that. I didn’t think that one through very well, did I.
[QUOTE=hirambq;16363]You can change cell contents “onRecord”
{field}=“new value”;[/QUOTE]