I give a login form for my application,
and I give 3 times to the app's user,
if he input his name and pwd out 3 times,
the login form will closed .
how can I do it ?

Re: How can I limit the number of the applicatin' login trying ? by Frank

Frank
Sun Apr 03 12:29:31 CDT 2005

Hi,

> I give a login form for my application,
> and I give 3 times to the app's user,
> if he input his name and pwd out 3 times,
> the login form will closed .
> how can I do it ?

Just declare a variable in the form and with each try you count up and check
if the max number is reached ...???

Regards,

Frank Eller
www.frankeller.de



Re: How can I limit the number of the applicatin' login trying ? by χθΑι

÷èÁé
Sun Apr 03 13:10:39 CDT 2005

Thanks.
I had soloved this problem with your help !

"Frank Eller" <fe[NOSPAM]@frankeller.de> дÈëÏûÏ¢ÐÂÎÅ:%23h3YrKHOFHA.1732@TK2MSFTNGP14.phx.gbl...
> Hi,
>
>> I give a login form for my application,
>> and I give 3 times to the app's user,
>> if he input his name and pwd out 3 times,
>> the login form will closed .
>> how can I do it ?
>
> Just declare a variable in the form and with each try you count up and
> check if the max number is reached ...???
>
> Regards,
>
> Frank Eller
> www.frankeller.de
>
>