Page 1 of 1

ZConnection and Login prompt property

Posted: 25.11.2005, 17:00
by polsol
Hi All,

I have Zeoslib up and running and so far everything looks fine. However, on changing the login prompt to true I get the following message:
"Cannot find default login prompt.Pleas add DBLogDlg to the uses section of the main file".
So, added DBLogDLG to both the main unit uses clause as well as the data module for good measure.
However, still get the same message.
Otherwise the app runs OK if LoginPrompt is false.
BTW, the DBLogDLG is in the library path.

Any fixes?

Regards,

Posted: 28.11.2005, 08:59
by zippo
I had the same problem. My suggestion: Do your own login form. Ususally it looks nice and works exaclty as you expect.

Posted: 07.12.2005, 23:33
by btrewern
Putting DBLogDlg in the Uses clause of the unit with the TZConnection component seems to work here.

Ben