Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Okay, I got one more.
Message
 
À
03/06/2002 09:21:40
Information générale
Forum:
ASP.NET
Catégorie:
Visual FoxPro Toolkit pour .NET
Divers
Thread ID:
00664025
Message ID:
00664088
Vues:
16
Hi Fred,

I don't know if you are using C# or VB.NET so examples are included in both:
Here is an example that gets the data for the first record (zero based) from the result.
// C#
string cFieldValue = MyView.Table.rows[0]["MyField"];

' VB .NET
Dim cFieldValue As String = MyView.Table.rows(0)("MyField")
Kamal

>Accessing data in the field of a table. Is there anyway to directly access the field value? Currently I am determining the field number and access the curval() of that field number.
>
>Thank you for you help.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform