Subject Re: [IBO] multi-select
Author Jason Wharton
You can use the Values[ ] property of the dataset which allows you to
include multiple columns names in delimited string.

DstDataset[ 'COL1;COL2;COL3' ] := SrcDataset[ 'COL1;COL2;COL3' ];

This will do it.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <danielbeatty@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, May 03, 2001 9:31 AM
Subject: [IBO] multi-select


> hi out there!
> i want to copy records(more then one, but not all) from one ib_grid into
another one that looks on a different table.
> i've found the onmultiselect-method in the ib_query but couldn't find out
how to use it.
> thanks dan.
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>