Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control Source.
Message
From
17/08/1999 10:30:25
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
17/08/1999 10:17:06
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00254510
Message ID:
00254515
Views:
26
>I'm trying to write a class in which a textbox's controlsource is set to a column in a table and I want to be able to change the value in the table for whatever the text box is bound to. How might one do such a thing?
>
>
>To make that a little clearer,
>
>if myTextBox.ControlSource = myTable.aColumn
>
>I would like to be able to change the value of myTable.aColumn from somewhere else.
>
>Thank you very much,
>Ian

You could set the controlsource for the textbox and the column to the same thing, then when one is updated (interactivechange) you could refresh() the other control.

I think this is what you're asking :-)
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform