Page 1 of 1

Select some records from another UniQuery

Posted: Sun 15 Jul 2012 22:53
by rrcanalista
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

Re: Select some records from another UniQuery

Posted: Mon 16 Jul 2012 09:19
by AlexP
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