How do I get hold of the edited displayed text in an editable dropdownlistbox style column on a datawindow in an event on a window containing the datawindow?
Many thanks.
Thanks for the reply. However when I type the equivalent of
TransactionColumns = New DataColumn(){ds.Tables(0).Columns("TransID"), ds.Tables(0).Columns("CustomerID"), ds.Tables(0).Columns("SalePersonID")}
I get the error "Value of type '1-dimensional array System.Data.DataColumn' cannot be...
I am VERY new to VB.NET and VS2008 and have what is probably an easily solved problem:
I am trying to create a DataRelation between 2 tables both of which have the same 2 columns in their primary key.
I cannot see how I can create the DataRelation with anything other than two single columns...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.