
05-19-2003, 06:01 AM
|
|
Junior Contributor
|
|
Join Date: Feb 2003
Posts: 228
|
|
Stop form load and hide loop
|
You press a button results --> results.show
' The results of the program are showed on the screen.
But first the form results shows a other form which does som calculation for the results.
But there is some loop in the showing of the forms, if the second form hide's the first form does show the other form again because in the results form is placed:
Code:
form_activate()
form_load
end sub
' needed for up to date values
Is it possible to build it so that if the second form only is getting loaded/showed when it is more than 30 seconds later the form was showed before ?
Greetz,
Jelmer
|
|