I have form with two grids and the datasources are one table ImportE full with data and another empty table ImportFilter. Class that reads the data from the first table is created and it is connected to output menuItem and later with button. The button on the form shows the data into the first grid.
Now the question is how to copy the data from the first table into the other empty table and filter it (that logic is in the class that later will be connected to menuItem and button), and than show it in the second grid.
Thank you in advance.
*This post is locked for comments
I have the same question (0)