Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with an error - VB.net/WebForm
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00671381
Message ID:
00671384
Vues:
12
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform