Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with an error - VB.net/WebForm
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00671381
Message ID:
00671384
Views:
11
I found a fix, though I don't know why, something with creating a datarowview.
        'Select the default cursor
        VFPToolkit.vfpData.Select(goView)
        iRecords = VFPToolkit.vfpData.Count(goView)
        Dim drv As DataRowView
        If iRecords > 0 Then
            For Each drv In goView
                txt_Status.Text = "Welcome: " & drv("docname").ToString
            Next
        Else
                txt_Status.Text = "Status: Invalid Login"
        End If
Previous
Reply
Map
View

Click here to load this message in the networking platform