Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# + Linq = VFP 10
Message
 
À
03/04/2006 19:13:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01109804
Message ID:
01110135
Vues:
37
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform