Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Binding a grid to a Dataset on a differnt form

0 views
Skip to first unread message

Bob Ranck

unread,
Apr 30, 2002, 2:15:21 PM4/30/02
to
[VB]Windows Form

Is it possible to bind a Grid on this form to a Data Set
on another Form Without adding another connection and
data adapter to the new form?

If yes, do you need to drop a dataset on the NEW form?
and what expression do you need to Fill the Grid?

I've read the article "Adding Existing Typed DataSets to a
Form or Component" but it does not explain How to fill this
new DataSet from an existing one.


Etienne Charland

unread,
Apr 30, 2002, 3:48:31 PM4/30/02
to
I'm not sure you can do it with the designer, but you can do it easily
manually in the form load event. All you need is a reference to the other
form, and the DataSet must be public.

"Bob Ranck" <ra...@aqsi.net> wrote in message
news:#cIy#LH8BHA.2292@tkmsftngp05...

0 new messages