Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ProgrammaticChange event not firing
Message
From
21/03/2005 10:36:20
 
 
To
21/03/2005 10:28:08
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00997832
Message ID:
00997838
Views:
17
Don

I imagine that it's because the change doesn't come about programmatically - rather it's data driven. One such change might be:
If this.value = x
    thisform.txtMyTextBox.value = "Prog. Changed value"
Endif
in that YOU brought about the change to the textbox. In your case, is it just that you've moved on in a table and the value chages in the text box accordingly? If the value is changed by, say, user keying in a new value then that's InteractiveChange() event.

HTH

Terry

>Can anyone tell me why the ProgrammaticChange event does not fire when a textbox has a ControlSource and the value of the source changes? Doesn't ControlSource alter the Value property of the textbox when the data source value changes? Is there a workaround for this?
>
>Thanks in advance!
>
>Don
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform