I have a form defined as a “Continous Form”. For each row displayed on the form I would like to define some business validation rules for existing row changes or new row additions.
From what I have been able to ascertain, I can trap the event of moving from row to row, but I cannot trap the before update of that row I am moving off of.
Is there away to accomodate these requirements?