Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Caption
Message
De
29/03/2001 09:24:33
 
 
À
28/03/2001 17:30:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00489661
Message ID:
00489830
Vues:
9
< 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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform