[fpc-pascal] Fwd: Help!!

Malvin malvinvnv at gmail.com
Fri Feb 3 14:54:27 CET 2012


---------- Forwarded message ----------
From: Malvin Viriya <malvinvnv at gmail.com>
Date: Fri, Jan 20, 2012 at 11:04 PM
Subject: Re: Help!!
To: "Andreas Schneider-7 [via Free Pascal - General]" <
ml-node+s1045716n5154137h80 at n5.nabble.com>


i need to make the login connection to my database via this form (in the
picture), is there any way that i can do it?


On Wed, Jan 18, 2012 at 3:25 PM, Andreas Schneider-7 [via Free Pascal -
General] <ml-node+s1045716n5154137h80 at n5.nabble.com> wrote:

> On Tuesday, January 17, 2012, at 16:24 Mattias Gaertner wrote:
>
>
>
> Andreas Schneider <[hidden email]<http://user/SendEmail.jtp?type=node&node=5154137&i=0>>
> hat am 17. Januar 2012 um 16:08 geschrieben:
> >
> > My current use case is:
> > - show a login form
> > - when login succeeds, show a progress form (connection  initialization)
> and close login
> > - on failure: go back to login
> > - on success: show the actual application form and close the login form
>
> Instead of Application.CreateForm create the form directly. For example:
>
> LoginForm:=TLoginForm.Create(nil);
> while LoginForm.ShowModal<>mrOk do ;
> LoginForm.Free;
> ...
> Application.CreateForm(Form1);
>
>
>
>
>
> Interesting idea ... that didn't occur to me yet. So I guess my use case
> IS covered already. Thanks :-)
>
> *--
> Best Regards,
> Andreas
> _______________________________________________
> fpc-pascal maillist  -  [hidden email]<http://user/SendEmail.jtp?type=node&node=5154137&i=1>
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://free-pascal-general.1045716.n5.nabble.com/Help-tp5116673p5154137.html
>  To unsubscribe from Help!!, click here<http://free-pascal-general.1045716.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5116673&code=bWFsdmludm52QGdtYWlsLmNvbXw1MTE2NjczfDEyNTA4MzUwNA==>
> .
> NAML<http://free-pascal-general.1045716.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.InstantMailNamespace&breadcrumbs=instant+emails%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
> *


--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Help-tp5116673p5453907.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20120203/9f69b8be/attachment.html>


More information about the fpc-pascal mailing list