Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with BindEvent()
Message
From
27/12/2002 16:53:20
Joel Leach
Memorial Business Systems, Inc.
Tennessee, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Problem with BindEvent()
Miscellaneous
Thread ID:
00736190
Message ID:
00736190
Views:
47
I want to use BindEvent() to refresh one textbox when another textbox on the form is changed. Shouldn't this work?
BindEvent(Thisform.TextBox1,"InteractiveChange",Thisform.TextBox2,"Refresh")
BindEvent() works if I bind to a form-level event, such as:
BindEvent(Thisform,"Resize",Thisform.TextBox2,"Refresh")
... but it doesn't appear to work if I bind to a control on the form. Am I doing something wrong, or is this a bug?

Thanks.
Joel Leach
Microsoft Certified Professional
Blog: http://www.joelleach.net
Next
Reply
Map
View

Click here to load this message in the networking platform