Error: DataMember property 'VendedorID' cannot be found on the DataSource.
Hi, i am getting the above error with the below code. The table Vendor (TblVendedorBindingSource) is a child and i am sure that the column "VendedorID" exists in the table. This error happens only in the child table. The relationship between master and detail data runs perfectly.
Any help will be greatly appreciated!
Best Regards.
2005
Hi, i am getting the above error with the below code. The table Vendor (TblVendedorBindingSource) is a child and i am sure that the column "VendedorID" exists in the table. This error happens only in the child table. The relationship between master and detail data runs perfectly.
HTML Code:
Dim itemFoundDetail As Integer = Me.TblVendedorBindingSource.Find("VendedorID", strVendedorId) 'Here is where the error raises
Me.TblVendedorBindingSource.Position = itemFoundDetail
Any help will be greatly appreciated!
Best Regards.
2005