In a form there's datasource, the datasource content is a table. this table is the datasource of a grid. then I have markChange override method on the table to do business logic when I'm selecting record/s on the grid.
Now the question is, if my form datasource is a Query how could I do the markChange event?