Recent

Author Topic: Standard Login dialog box  (Read 12144 times)

tatamata

  • Hero Member
  • *****
  • Posts: 787
    • ZMSQL - SQL enhanced in-memory database
Standard Login dialog box
« on: June 17, 2007, 05:50:20 pm »
Lazarus 0.9.22, Windows XP, Zeos, PostgreSQL 8.2.
When setting LoginPromt property to True and running application, an error raises: "Can not find default login prompt dialog. Please add DBLogDlg to the Uses section of your main file."
But if I place it in uses during design time, when trying to compile an error raises:"Unit1.pas(9,74) Fatal: Can't find unit DBLogDlg".
What about standard login dialog box in Lazarus?

Regards,

Zlatko

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2661
    • My Lazarus wiki user page
RE: Standard Login dialog box
« Reply #1 on: June 18, 2007, 10:32:22 am »
Unit DBLogDlg is not part of Lazarus, maybe of Zeos?

MaVeRiCk2060

  • New Member
  • *
  • Posts: 15
Re: Standard Login dialog box
« Reply #2 on: May 06, 2011, 08:34:42 am »
Hello everybody,

since this thread is already a little older ;-)
I hope somebody has a solution for this problem.

Anybody find anything about it?

Thx

MaVeRiCk

JimBeam

  • New Member
  • *
  • Posts: 36
Re: Standard Login dialog box
« Reply #3 on: May 12, 2011, 01:58:59 pm »
Try a Google search on DBLogDlg; seems to me it is part of Delphi, not Lazarus...

SA.Blackmon

  • New Member
  • *
  • Posts: 37
  • Just an old retired guy practicing what he enjoys.
Re: Standard Login dialog box
« Reply #4 on: January 23, 2021, 12:24:12 am »
For whatever it is worth, I believe DbLogDlg is a part of Delphi.

I have Delphi 10.3 loaded and added DbLogDlg to the uses clause in one of my files there and the compiler was happy with it.
Thank you for your help,
Sherril

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Standard Login dialog box
« Reply #5 on: January 23, 2021, 01:40:25 am »
DBLogDlg was a Delphi Unit providing a standard login dialog box. ZEOS referenced it but cannot include it because it is copyright code.

However, the LCL now has its own DBLogDlg unit (lcl/forms/dblogdlg.pas) from r54810 (2017).

[You realise you replied to a 10 year old thread :-]

 

TinyPortal © 2005-2018