Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update the Dataset
Message
 
À
16/06/2007 01:08:23
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01233541
Message ID:
01233851
Vues:
7
Mike:

I used , but unfurtunelly Everytime I move my control did not update the record.

Me.Dept_PkTxt.BindingContext(depts_changes, depts_changes.Table.Columns(1).ToString).EndCurrentEdit()
Me.Dept_nameTXT.BindingContext(depts_changes, depts_changes.Table.Columns(3).ToString).EndCurrentEdit()
Me.Dept_AbbTxt.BindingContext(depts_changes, depts_changes.Table.Columns(2).ToString).EndCurrentEdit()


The code that create the binding is here,

Public Sub New(ByVal parentdataset As DataSet)
Depts_changes_final = parentdataset

' This call is required by the Windows Form Designer.
InitializeComponent()
depts_changes.Table = parentdataset.Tables(0)


depts_changes.RowFilter = "Lsele = True"
depts_changes.AllowEdit = True

rposition = CType(Me.BindingContext(depts_changes), CurrencyManager)
Dim depts_DB As New BindingSource

depts_DB.DataSource = depts_changes
Me.Dept_selection_BNav.BindingSource = depts_DB
Me.Dept_PkTxt.DataBindings.Add("Text", depts_changes, depts_changes.Table.Columns(1).ToString)
Me.Dept_nameTXT.DataBindings.Add("Text", depts_changes, depts_changes.Table.Columns(3).ToString)
Me.Dept_AbbTxt.DataBindings.Add("Text", depts_changes, depts_changes.Table.Columns(2).ToString)
depts_changes.AllowEdit = True

' Add any initialization after the InitializeComponent() call.
End Sub
Gregorio J. Placeres
IT Analyst
Uniform Accounting Network
Auditor of State of Ohio
88 East Broad Street
P.O. Box 1140
Columbus, Ohio 43216-1140

Tel. 614-728-4694

Gregorio_J@MSN.COM

http://www.gjpproductions.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform