Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Spinner problem
Message
From
10/04/2006 13:58:03
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
01111518
Message ID:
01112103
Views:
20
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?
Previous
Reply
Map
View

Click here to load this message in the networking platform