Hi, I'd like to get all selected records in the DBGrid to send to another TUniquery.
How can I get selected records in the TUniquery ? is there any function to get theses records?
thanks
Select some records from another UniQuery
Re: Select some records from another UniQuery
hello,
Multile record select is realized at the level of DBGrid and doesn't relate to the real DataSet, therefore to transfer selected strings, you can organize a loop by selected strings, and in this loop insert data to another DataSet
Multile record select is realized at the level of DBGrid and doesn't relate to the real DataSet, therefore to transfer selected strings, you can organize a loop by selected strings, and in this loop insert data to another DataSet