Hi

I have a winform db app that I have created by dragging fields on the form
i.e. code has been generated by vs2008. How can I locate a record on the
form by the record id?

Many Thanks

Regards

Re: Locating record on form by key by Cor

Cor
Tue Feb 05 23:54:41 CST 2008

John,

In vb 2008 you have more possibilities for what you did, however for sure
you can find it in the underlying dataset or dbml class.

But you have to access the underlying instanced class (object), whatever it
is.

Cor


"John" <John@nospam.infovis.co.uk> schreef in bericht
news:%23jsPdXCaIHA.4160@TK2MSFTNGP03.phx.gbl...
> Hi
>
> I have a winform db app that I have created by dragging fields on the form
> i.e. code has been generated by vs2008. How can I locate a record on the
> form by the record id?
>
> Many Thanks
>
> Regards
>