Subject | Re: [IBO] Re: Conncting to server via network |
---|---|
Author | Helen Borrie |
Post date | 2002-12-05T04:34:18Z |
At 12:00 AM 05-12-02 +0100, you wrote:
you don't care about security, set PasswordStorage to psNotSecure and enter
all of the other connection props, including username and password, in the
IDE. At runtime you will have a complete login dialog, all the work
already done for you.
Helen
>Alan,then why not simply set the connection's LoginPrompt property to true? If
>
>this application of mine is just for my private fun and not intented to see
>any PC outside my house. But anyway, your comment is a very good point so I
>will just stick with assigning path and server separately and spend the app
>a few more edit fields to specify path and server manually in case the
>remote machine cannot be seen.
you don't care about security, set PasswordStorage to psNotSecure and enter
all of the other connection props, including username and password, in the
IDE. At runtime you will have a complete login dialog, all the work
already done for you.
Helen