Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Putting the cart before the horse
Message
De
30/10/2003 22:47:52
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00844526
Message ID:
00844812
Vues:
24
Morgan,

Yes I now how to do that, what I'm trying to do is retrive the dataview that was created by the BO ie.
' Get the current DataSet
Dim ds As mmDataSet = CType(Me.GetCurrentDataSet(), mmDataSet)

' Create a custom DataView sorted by phone
Dim dv As New DataView(ds.Tables("Shippers"))
dv.Sort = "Phone"
ds.AddDataView(dv, "dvShippersByPhone")
I did do some basic research but have not been able to find the answer in MS site or the .Net DataBase books I have.
I'm trying to retrive dvShippersByPhone in the form to bind it to a cboBox
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform