fix controls not being assigned

This commit is contained in:
Jonathan Jenne
2019-09-02 14:38:29 +02:00
parent 22f8cf121a
commit b024ad7f85
4 changed files with 34 additions and 35 deletions

View File

@@ -218,10 +218,9 @@ Public Class ctrlApplicationAssignment
If Not IsNothing(MyDataset.TBCW_PROF_REL_CONTROL.GetChanges) Then
TBCW_PROF_REL_CONTROLBindingSource.EndEdit()
TBCW_PROF_REL_CONTROLTableAdapter.Update(MyDataset.TBCW_PROF_REL_CONTROL)
Return True
End If
Return True
Catch ex As Exception
Logger.Error(ex)
Return False