|
-
December 29th, 2008, 03:35 PM
#1
dataview filter applies automaticly in defaultview - avoid this?
how can i avoid the filter to apply automaticly to default view
i have here a table "players" and when i started my program i thought at using a separate view from the dataview to easily work with data. this dataview is called "playerview"
but while i am working in my program and applying filters to playerview, the filter goes automaticly to players.defaultview and i need the default view.rowfilter to be empty so i can apply a different filter from the playerview.
thanks for trying to understand my problem 
btw when i declared i used
Public playerview As DataView and after datatable is filled
playerview = players.DefaultView
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|