Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where do I put code to do this
Message
 
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01083295
Message ID:
01084189
Vues:
10
It looks like I was able to fix it by changing the call
this.SetCurrentDataSet(oDS);
to
foreach(DataTable oTable in oDS.Tables)
	this.SetCurrentDataSet(oDS,oTable.TableName,false,true);
The key thing being the final parameter (RaiseEvents)
Rick Hodder
MCP Visual Foxpro
C#, VB.NET Developer
Independent Consultant
www.RickHodder.com
MyBlog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform