Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a vfp web service
Message
De
08/07/2003 15:19:46
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00808073
Message ID:
00808178
Vues:
12
This message has been marked as the solution to the initial question of the thread.
You must instantiate proxy class before using it:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim lcDATA As DataSet = New DataSet
Dim service As com.shelbycountyjail.www.showdls
service = New com.shelbycountyjail.www.showdls()
Dim lcstr As String
lcstr = service.getdlsbyname(Me.txtname.Text)
lcDATA.ReadXml(lcstr)
Me.DataGrid1.DataSource = lcDATA
End Sub

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform