Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Events reference
Message
From
19/11/2009 10:35:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Events reference
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01435599
Message ID:
01435599
Views:
116
Hi!

On my form I have grid. I add spinner to grid column in grid's init event:
With This
	.Column4.AddObject("spnQuantity", "Spinner")
	.Column4.CurrentControl = "spnQuantity"
	.Column4.spnQuantity.Visible = .T.
	.Column4.spnQuantity.BorderStyle = 0
	.Column4.spnQuantity.SpecialEffect = 1
	.Column4.spnQuantity.Margin = 0
	.Column4.spnQuantity.SpinnerLowValue = 0
EndWith
Now I need to change status of some buttons on form. How to refer to spinner's InteractiveChange event?

Thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform