Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# + Linq = VFP 10
Message
 
To
03/04/2006 19:13:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01109804
Message ID:
01110135
Views:
36
>Hey Mike,
>
>>The VB.NET equivalent is:
>>txtTextbox.DataBindings.Add(New Binding("text", DataSource, "FieldName"))

>
>I bet you can shorten that to just this:
>
>txtTextbox.DataBindings.Add("text", DataSource, "FieldName")</i>
>
>
>~~Bonnie

You can even avoid a runtime exception by doing this:
txtTextbox.DataBindings.Add("Text", DataSource, "FieldName");
<bg> :)
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform