Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where's the row?
Message
De
06/02/2003 12:17:29
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Where's the row?
Divers
Thread ID:
00749976
Message ID:
00749976
Vues:
65
Hi,

When the following code is executed I get an error message:

There is no row at position.

'Add a New Record
Me.Pending01_DS1.Listing.Clear()
Me.BindingContext(Pending01_DS1, "Listing").AddNew()

' Defaults for New Listing in Table
Dim iAddCurrRow As Integer
iAddCurrRow = Me.BindingContext.Pending01_DS1, "Listing").Position
Me.Pending01_DS1.Tables("Listing").Rows(iAddCurrRow).Item("DateInsert") = Now

Where is the row I just added with AddNew command?

What do I need to do to correct this error?

Thanks
Roland
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform