Страница: 1 |
Страница: 1 |
Вопрос: DataGrid
Добавлено: 21.03.07 13:34
Автор вопроса: Andrey999 | Web-сайт:
Ну подскажите пожалуйста почему возникает такая ошибка при клике мышкой по DataGrid child list for field firstName cannot be created
Private Sub DataGrid1_CurrentCellChanged(ByVal sender As System.Object, ByVal ne As System.EventArgs) Handles DataGrid1.CurrentCellChanged
'clicking on row of datagrid should display all the info in your form
'populate textbox values
If currRow = 0 Then 'no row has been selected yet, so start at the top
Me.BindingContext(dsAddress, "Addresses").Position += 1 Вот тут
Else
Me.BindingContext(dsAddress, "Addresses").Position -= 1
Me.BindingContext(dsAddress, "Addresses").Position += 1
End If
Me.BindingContext(dsAddress, "Addresses").Position = DataGrid1.CurrentRowIndex
currRow = DataGrid1.CurrentRowIndex
End Sub
Ответы
Всего ответов: 1
Номер ответа: 1
Автор ответа:
Andrey999
ICQ: 30852361
Вопросов: 73
Ответов: 168
Web-сайт:
Профиль | | #1
Добавлено: 22.03.07 11:20
ЧТО НЕ КТО НЕ ЗНАЕТ?