Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Spinner problem
Message
De
10/04/2006 13:58:03
 
 
À
08/04/2006 04:33:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
01111518
Message ID:
01112103
Vues:
22
Thanks Viv, That's about what I finally did, but I thought the upclick would (or should) increment the value without the extra code. I guess it doesn't.


>Hi,
>
>You're not raising the event - just running events method code. Maybe:
>
>WITH THISFORM.Spinner1
>  .VALUE = .VALUE + .INCREMENT
>  .UPCLICK()   && If you still need it
>ENDWITH
>
>
>HTH,
>Viv
>
>>Is the upclick event of a spinner supposed to increment the value?
>>
>>In my spinners upclick code I have
>>
>>dodefault()
>>wait window transform(this.value)
>>
>>in a button I have
>>
>>thisform.spinner1.upclick()
>>
>>
>>I know the code fires because the wait window comes up but the spinner does not increment even after repeated hits. How are you supposed to increment the spinner programmatically?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform