On Tue, Oct 12, 2010 at 6:12 PM, Jeff Steinkamp (N7YG)
<[email protected]> wrote:
> ?Actually, this was a lot easier to do than I thought.  I have a Datasource
> (ds) that is tied to a BindingSource and the DataGrivdView so I just did the
> following
>
>        For Each row As DataRow In ds.Tables(0).Select(userFilter)
>
>                'do the specialized processing on the row
>               Next
>
> Now that I have proved this works, I can eliminate about 50 lines of code
> with another routine where I am processing each cell in the grid by pulling
> a compete row and do the processing in a couple lines of code.
-----------------

Sounds good.  Your changes are done to the ds.dt so they are ready to
be updated if need be as well.


-- 
Stephen Russell

Sr. Production Systems Programmer
CIMSgts

901.246-0159 cell

Reply via email to