Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting error on GetCurrentRowPKs
Message
De
12/02/2008 14:07:17
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Getting error on GetCurrentRowPKs
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Divers
Thread ID:
01291914
Message ID:
01291914
Vues:
66
I am using the code from the manual to get the primary keys in my table.
They are together in SQL Server:
reqid int 4
itemnum int 4

Public Sub New()
Me.TableName = "pur_item"
Me.PrimaryKeys = New String() {"reqid", "itemnum"}

When I try to get them:
Dim PK As String = grdLineItems.GetCurrentRowPKs.ToString

I get this error:
Attempted to access an element as a type incompatible with the array.

Any ideas on this?

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform