Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Caption
Message
From
29/03/2001 09:24:33
 
 
To
28/03/2001 17:30:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00489661
Message ID:
00489830
Views:
8
< chagrined >
yeesh, that's even how i actually did this when i needed it myself....
< /chagrined >

>Trey's advice will work, and here's another way to do it.
>
>You already have the gostop property in the Form, right? Create a gostop_assign method. This will fire when the gostop value is changed. In that method, do this:
>
>
*** Form.gostop_Assign method code
>LPARAMETERS vNewVal
>This.GoStop=vNewVal
>This.Button.Caption=IIF(This.GoStop,'Go','Stop')
>RETURN
>
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform