Re: DBGrid Selected Rows

From: hu zhenghui (webmaster_at_huzhenghui.51.net)
Date: 09/22/04


Date: Wed, 22 Sep 2004 06:45:05 +0800

The code below works.

-- 
If my answer can't solve you problem, welcome mail me the project files.
webmaster@huzhenghui.51.net
"George Kvasha" <gkhokie@hotmail.com> дÈëÏûÏ¢
news:414de3e1$1@newsgroups.borland.com...
> Can someone show me some brief code that will copy records from one table
to
> another when the records to be copied from are selected in a DBGrid with
> multiselect= true?
>
> The user will select several rows in DBGrid1 with datasource of Table1,
the
> OnClick event of a button will copy the selected records to Table2.
>
>