Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread PasswordDialog
Fri, Sep 3 2010 11:29 AMPermanent Link

Rita Tipton

Why cant you call the built in dialog
like
PasswordDialog.Show;

Not really a problem as I use my own
logon form I was just wondering ?
Rita
Fri, Sep 3 2010 12:39 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Rita,

<< Why cant you call the built in dialog like PasswordDialog.Show; >>

It causes the Forms unit to be compiled into your application, which isn't
desired when creating DLLs or other types of apps where you want the
resultant binary to be as small as possible.

--
Tim Young
Elevate Software
www.elevatesoft.com
Fri, Sep 3 2010 2:24 PMPermanent Link

Rita Tipton

Thank you never thought of that.
Using the login Form and source
from DBSys is ok for developers
in our apps is it then ?
Without any copyright infringement
that is.
Rita


Sat, Sep 4 2010 5:54 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Rita,

<< Using the login Form and source from DBSys is ok for developers in our
apps is it then ?  Without any copyright infringement that is. >>

Sure.  You can also just include the DBLogDlg unit in your USES clause and
that will include a password dialog also.

--
Tim Young
Elevate Software
www.elevatesoft.com
Image