Контрольная работа: Адресная книга на языка Visual Basic
Erase arrRecord
bInform = False
iCountLine = 0
iCount = 1
End If
Loop
Close
'Показываем результат поиска
frmMain.GetData
' bPoisk = False
Else
MsgBox "Данные не найдены.", vbExclamation
Unload Me
Exit Sub
End If
Else
With User(lngIndex)
.strName = txtName
.strOtchectvo = txtOtchectvo
.strFamilia = txtFamilia
.strAdress = txtAdress
.strDoma = txtdoma
.strKvartira = txtkvartira
.strPhone = txtPhone
.strComment = txtComment
End With
frmMain.SaveData
frmMain.GetData
End If