But when the connection dialog pops up, always the previous login info is displayed (Fetched from registry) rather than the username actually provided username by the calling routines.
I managed to fix this error by commenting out the "not" in line 13778
Code: Select all
if KeyOpened and ({not} IDE or (Connection.Username = '')) then
LoadInfoFromRegistry(Registry);
Regards