Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A/A Qs
Message
From
12/01/2000 16:58:32
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Re: A/A Qs
Miscellaneous
Thread ID:
00316635
Message ID:
00317275
Views:
26
>I put a wait window in the programmatic change event of the checkbox and it is not firing (as it does in a textbox) when the value changes due to the checkbox being bound to a logical field in a table. So there can be a reason to use an A/A in this control imho. Do you get this behaviour?

Nope, ProgrammaticChange is fired when you do o.Value = '' ect., so an Assign method in that case would work, but why add it when there already is this? What you're looking for is InteractiveChange(), it fires when the property is changed by the user. An Assign method won't trap this event either.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform