Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Okay, I got one more.
Message
General information
Forum:
ASP.NET
Category:
Visual FoxPro Toolkit for .NET
Miscellaneous
Thread ID:
00664025
Message ID:
00664088
Views:
17
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform