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

Binding Source not updating

9 views
Skip to first unread message

LightStamp

unread,
Nov 3, 2009, 4:45:08 PM11/3/09
to
I have a XSD which contains a query that translates into a table and an
associated table adapter. I had to add a column so I ran the configure and
added the column in all the get/fill insert and update methods.

So now when I open the table in the dataset there is my added column at the
bottom.

Moving over to the form now I added a textbox for the additional column but
when I go to bind the textbox to the binding source, the additional column
is not there.

If you go to properties for the binding source:

name QAfItemsBindingSource
AllowNew True
DataMember qAfItems (this is the table that shows the new
column when I open it)
DataSource dsSellItemMain
Filter
GenerateMember True
Modifiers Friend
Sort

But when I add a texbox and click on Databinding for the textbox and it
brings up the Formatting and Advanced Binding window. Under Binding I click
the dropdown and there is my binding source QAfItemsBindingSource and when I
expand it to select my new column, the column is not there.

If the binding source is wired to the changed dataset and table adapter, how
do I get the binding source to refresh and recognize the additional column?

Shouldn't the binding source only be concerned wit the dataset and query?

TIA for your help.....i'm stumped.


0 new messages