hi, i'm trying to copy a bindingsource (child table) to a datatable. This is what i did:
For some reason this code works but only for parent tables not for child table.Code:Dim _tblWeek1 As New DataTable _tblWeek1 = CType(TblPrimeraSemanaBindingSource.DataSource.TblPrimeraSemana, DataTable).Copy
This is the error i'm getting: Public member 'TblPrimeraSemana' on type 'BindingSource' not found.
Can some help me on this one?
Regards,
2005


Reply With Quote
