Re: no second button click

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



If it is clicked again ever? Or only if it is clicked again within the
current session?

For the former, you'd need to store a value somewhere to record the fact
that the button had been clicked, and look it up each time the form opens.
For the latter, you could use a static variable.

--
Brendan Reynolds (MVP)

"dogpigfish" <dogpigfish@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A0D04837-6630-4F63-8497-3B9BD3D5B764@xxxxxxxxxxxxxxxx
> Is there anyway to make a button only work once and then recieve a message
> if
> it is clicked again?


.



Relevant Pages

  • Re: how to hide the url of a file for download
    ... You could start a session on the previous page, and store $file in ... Tim Van Wassenhove ... Prev by Date: ...
    (comp.lang.php)
  • Re: CGI::Session with MySQL Driver
    ... > I want to store user_name in session table ... comp.lang.perl.misc guidelines on the WWW: ... Prev by Date: ...
    (comp.lang.perl.misc)
  • use session from class library
    ... way to store values into the session from code inside the classes in the ... Scott ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Possible to store double variable to Session?
    ... Is it possible to store double variable to session? ... show me code sample on how to convert.Thanx n advance. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: no second button click
    ... clicked again within the current session. ... "Brendan Reynolds" wrote: ... >> Is there anyway to make a button only work once and then recieve a message ... Prev by Date: ...
    (microsoft.public.access.forms)