Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting error on GetCurrentRowPKs
Message
From
12/02/2008 14:07:17
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Getting error on GetCurrentRowPKs
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01291914
Message ID:
01291914
Views:
65
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.
Next
Reply
Map
View

Click here to load this message in the networking platform