LoginPromt in OnBeforeConnect with TfrxLiteDACComponents
Posted: Wed 31 May 2017 13:35
Hello,
got a strange behavior again:
In OnBeforeConnect of LiteConnection I write
This works perfect unless I add a TfrxLiteDACComponents somewhere in the project (only the unit frxLiteDACComponents, other frx do not matter).
If so, the LoginPrompt appears before the OnBeforeConnect is triggered.
I can avoid this by setting the LiteConnection on the Form to LoginPromt = False, so it is no big problem. In spite it would be fine if there is the same behavior with and without frxLiteDACComponents on project.
best regards
Hans
got a strange behavior again:
In OnBeforeConnect of LiteConnection I write
Code: Select all
LiteConnection.LoginPrompt := False;
If so, the LoginPrompt appears before the OnBeforeConnect is triggered.
I can avoid this by setting the LiteConnection on the Form to LoginPromt = False, so it is no big problem. In spite it would be fine if there is the same behavior with and without frxLiteDACComponents on project.
best regards
Hans