* Fixed for bug [ 1620092 ]
This commit is contained in:
parent
09f00b0bc9
commit
00d01bc652
|
@ -362,6 +362,8 @@ public final class ALogin extends CDialog
|
|||
m_connectionOK = false;
|
||||
validateAppServer();
|
||||
|
||||
//make sure connecting to new database
|
||||
DB.closeTarget();
|
||||
connectToDatabase();
|
||||
//
|
||||
hostField.setDisplay();
|
||||
|
@ -416,7 +418,7 @@ public final class ALogin extends CDialog
|
|||
else if (e.getActionCommand().equals(ConfirmPanel.A_CANCEL))
|
||||
appExit();
|
||||
//
|
||||
else if (e.getSource() == hostField)
|
||||
else if (e.getSource() == hostField)
|
||||
validateConnection();
|
||||
else if (e.getSource() == languageCombo)
|
||||
languageComboChanged();
|
||||
|
|
Loading…
Reference in New Issue