Dear Sirs.

in VS 2002. was no direct way to find in DataView if you not find by a
sorted column.
is it enchansed in vs 2003 ? plz provide me an example

Thank you in advance.

Re: Find in DataView using a non sorting column by Miha

Miha
Wed Jan 21 03:51:53 CST 2004

Hi,

No, it hasn't changed.
Do a loop....

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

"Irakli Lomidze" <Irakli_lomidze@access.sanet.ge> wrote in message
news:eqifOLA4DHA.3360@tk2msftngp13.phx.gbl...
> Dear Sirs.
>
> in VS 2002. was no direct way to find in DataView if you not find by a
> sorted column.
> is it enchansed in vs 2003 ? plz provide me an example
>
> Thank you in advance.
>
>



Re: Find in DataView using a non sorting column by William

William
Wed Jan 21 08:11:37 CST 2004

Irakli:

Depending on the end goal, setting the DataView.Rowfilter to the condition
you are looking for may work for you.

HTH,

Bill
"Irakli Lomidze" <Irakli_lomidze@access.sanet.ge> wrote in message
news:eqifOLA4DHA.3360@tk2msftngp13.phx.gbl...
> Dear Sirs.
>
> in VS 2002. was no direct way to find in DataView if you not find by a
> sorted column.
> is it enchansed in vs 2003 ? plz provide me an example
>
> Thank you in advance.
>
>