So, I'm gonna try and explain myself, as the title seems a little bit confusing. I have a form and a grid on this form. When I make changes to this grid, the changes are automatically applied to the datasource table. I want to write my own insert() to save data in the datasource table and I want to write my own select() to retrieve data from the table. Where can I do that? I tried to write it in enter() method of the grid, also in executequery() method of the datasource but I couldn't get through it, because I couldn't control when the data was saved or retrieved. Sorry if I didn't make myself clear and thank you in advance to whoever replies this post.
*This post is locked for comments
I have the same question (0)