Hi folks,Can I programatically say if an object is valid or not?Today, i'm returning true(1) or false(0) in the Validate event of the object but I want to do it using API/Programatically, for example, I have a TableRow1 and I want to do something like that:TableRow1.IsValid = true;Possible?Thanks,Ya...