|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
dataview transferHI 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 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 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 |
|||||||||||||||||||||||