Closed kkmonlee closed 8 years ago
Need to stress-test the application and be sure that all validations are present otherwise application might return an OleDbException.
OleDbException
Login.frm
if Key.Pressed(Keys.Enter) then BT_Register.PerformClick();
ClientRegister.frm
ClientMain
ComboBox
TextBox
TabControl
Login.TB_LoginPassword.TextChanged
Project too old -- issue no longer relevant.
Need to stress-test the application and be sure that all validations are present otherwise application might return an
OleDbException
.Login.frm
if Key.Pressed(Keys.Enter) then BT_Register.PerformClick();
inClientRegister.frm
ClientMain
ifComboBox
orTextBox
is empty then show error.ClientMain
SettingsTabControl
form needs to be validated.Login.TB_LoginPassword.TextChanged