ZConnection and Login prompt property

Forum related to version 6.1.5 of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
polsol
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 14.11.2005, 11:16

ZConnection and Login prompt property

Post 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,
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

I had the same problem. My suggestion: Do your own login form. Ususally it looks nice and works exaclty as you expect.
btrewern
Expert Boarder
Expert Boarder
Posts: 193
Joined: 06.10.2005, 18:51

Post by btrewern »

Putting DBLogDlg in the Uses clause of the unit with the TZConnection component seems to work here.

Ben
Post Reply