timer and form

  • Thread starter Thread starter roger
  • Start date Start date
R

roger

I have a form with 2 pages. The user fills out the page 1
and then goes to the page 2 which is a seperate screen.
Once he clicks the FINISH button there he gets back to the
page 1 but in between the time the user actually clicks
the Finish button and comes up to the first page I want to
show a small form which would appear for like 100 milli
seconds and disappear.

How would I do that?
 
-----Original Message-----
I have a form with 2 pages. The user fills out the page 1
and then goes to the page 2 which is a seperate screen.
Once he clicks the FINISH button there he gets back to the
page 1 but in between the time the user actually clicks
the Finish button and comes up to the first page I want to
show a small form which would appear for like 100 milli
seconds and disappear.

How would I do that?
.

To do this there are couple of wats to do this. One would
be to use the timer on the splash form to unload it when
the timer is triggered by the time interval you set. The
second would be to set the visible to true for the splash
screen and disable it when screen 1 loads again.

Doug
 
It works fine except that after the finish button is
pressed on the last form and the splashform comes
in ...all working right but now when the form comes back
to the original page it still displaye the last record
eneterd.
 
Back
Top