Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable buttons during process - odd behaviour
Message
From
08/12/2003 14:42:55
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00856233
Message ID:
00856922
Views:
18
Try

thisform.LockScreen = .t.
*Your process
thisform.LockScreen = .f.

>I've got an odd situation:
>
>I have a process that takes a few seconds and I've been trying to disable all the buttons on the screen once the process starts and then enable them when it finishes. This is just to stop the user pressing on something else which would then be run afterwards.
>
>How I know that the code works
ThisForm.SetAll("Enabled", .F., "cmd")
But it doesn't work every time. It will the first time but not the second! Very odd.
>I've tried refreshing the form, disabling all the buttons explicitly, giving them focus then disabling them. But no joy.
>
>Anyone any suggestions?
L.A.Long
ProgRes
lalong1@charter.net
Previous
Reply
Map
View

Click here to load this message in the networking platform