Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Okay, I got one more.
Message
De
03/06/2002 12:51:49
 
Information générale
Forum:
ASP.NET
Catégorie:
Visual FoxPro Toolkit pour .NET
Divers
Thread ID:
00664025
Message ID:
00664125
Vues:
30
>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.

Thank you very much. Hopefully I won't be bothering you for a while.
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform