Home All Groups Group Topic Archive Search About
Author
24 Dec 2005 8:37 AM
Daniel
HI all,

Does anyone know how to transfer the filtered dataview to another new
dataview?

for example, in dvA has 3 rows. After filter by condition, it has 2 rows
being displayed. The dvB set resource from the after-filtered dvA. It means
the dvB has only 2 rows data.

Any ideas??

thank you in advance.

Best regards,
Ocurnos

Author
24 Dec 2005 7:22 PM
Eric
Use this:

newtable = dvA.toTable("blabla")?

it will create a new table based on what the dataview is showing.
Then set the new dataview to look at this table.

rg.
Eric


Show quoteHide quote
"Daniel" <Dan***@discussions.microsoft.com> schreef in bericht
news:D9368A2A-4C40-4999-9FC7-EC8C4C42C4FD@microsoft.com...
> HI all,
>
> Does anyone know how to transfer the filtered dataview to another new
> dataview?
>
> for example, in dvA has 3 rows. After filter by condition, it has 2 rows
> being displayed. The dvB set resource from the after-filtered dvA. It
> means
> the dvB has only 2 rows data.
>
> Any ideas??
>
> thank you in advance.
>
> Best regards,
> Ocurnos

Bookmark and Share