Hi, I using chain of command to set the value of a field on formdatasource.Active().
But I'm concerned about the user closing the browser before the record is saved to the database.
My solution is to save and update the record on the Active() event of formdatasource.
Is this the best way to do it?
Thanks in advance