Remove Database Label and Field from ConnectDialog.

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jabu
Posts: 16
Joined: Fri 05 Nov 2004 11:47

Remove Database Label and Field from ConnectDialog.

Post by jabu » Thu 17 May 2007 08:41

Hello,

is possible to remove "Database" Label and Field from ConnectDialog?

Thanks

jabu

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Fri 18 May 2007 08:00

You can inherit the TMSConnectForm form and remove the Database label and combo box.
For more information please see the ConnectionDialog demo.
You can find this demo in the SDAC_InstDir\Demos\Win32\SdacDemo\ConnectDialog directory.
SDAC_InstDir is the SDAC installation directory on your computer.

Post Reply