Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using DataView
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Divers
Thread ID:
00963995
Message ID:
00965233
Vues:
11
Nick,

>I am looking at the code below from the help file (and it is the same as in the example provided with MM) and I can not figure it out. So is it just me, or ...
>
>1. First the code checks to see if DataView named dv+ (in this case dvShippers) exists and if not,
>2. goes and creates DataView called dvShippersByPhone
>
>Any reasonable explanation or it is just one of those spelling errors ;)?

This is an error...it should be:
// Check if the DataView already exists
DataView dv = (ds.GetDataView("dvShippersByPhone", this.CurrentTableName));
Thanks for finding this one!
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform