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

Help!

0 views
Skip to first unread message

LightStamp

unread,
Nov 4, 2009, 2:07:56 PM11/4/09
to
I've got a bindingsource on my form which has DataSource as my dataset xsd
and the DataMember set to the a querytable within that dataset.

I've since updated the dsSellItemMain and added a column to the querytable
and when I look at it in the XSD designer the new column is there.

I added a textbox onto my form with the other controls bound to this
existing binding source and try to associate the textbox with my
bindingsource but my additional column is not in the bindingsource.

How can I "refresh" the bindingsource to properly reflect the xsd column
addition?


John Bundy

unread,
Nov 8, 2009, 9:15:01 AM11/8/09
to
More than likely your only issue is adding it to the Fill method. Near the
bottom of the your XSD you should see something called Fill or FillBy, right
click it and go to configure. This shows you the select statement that pulls
the data from your database, make sure the new column is there.
--
-John http://www.jmbundy.blogspot.com/
Please rate when your question is answered to help us and others know what
is helpful.


"LightStamp" wrote:

> .
>

LightStamp

unread,
Nov 17, 2009, 2:14:04 PM11/17/09
to
The Fill is there and can even exec to show content but the databinding (at
least in the designer ) never reflect the new column though when I bind the
textbox (ie drap the field from the datasources onto the form - it shows
that I've selected the binding source and that column even though I can't
add the column directly from the binding source in the designer.

Strange very strange


"John Bundy" <jmb...@gmail.com(remove)> wrote in message
news:966C8240-4F43-4625...@microsoft.com...

0 new messages