Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Events reference
Message
De
19/11/2009 10:35:56
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Events reference
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01435599
Message ID:
01435599
Vues:
115
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!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform