Hi Fiends !
My new puzzle:
I have a fom. There are button Run and label Wait. Wait cover Run, but Wait.Visible is false. And when i am startng i see button Run.
Run.Click Event code:
ThisForm.Run.Enabled=.F.
ThisForm.Wait.Visible=.T.
LONG CODE (2-5 minutes)
ThisForm.Run.Enabled=.T.
ThisForm.Wait.Visible=.F.
And when the code is running my unpatient use click on the all screen. Run.Click event starts again and again.
Any advice ? I adviced to hide hands.
I use VFP 6.0.
Thanks
Regards from Monika (Warszawa - Poland)
(monikai@yahoo.com)
My new puzzle:
I have a fom. There are button Run and label Wait. Wait cover Run, but Wait.Visible is false. And when i am startng i see button Run.
Run.Click Event code:
ThisForm.Run.Enabled=.F.
ThisForm.Wait.Visible=.T.
LONG CODE (2-5 minutes)
ThisForm.Run.Enabled=.T.
ThisForm.Wait.Visible=.F.
And when the code is running my unpatient use click on the all screen. Run.Click event starts again and again.
Any advice ? I adviced to hide hands.
I use VFP 6.0.
Thanks
Regards from Monika (Warszawa - Poland)
(monikai@yahoo.com)