W
Wayne Wengert
I am trying to assign the value of a field in a dataset to a grid (Farpoint
Spread). When I add this line of code:
FpSpreadMatchingNames.Sheets(0).Cells(jj, 1) =
ds.Tables("MatchingNames").Rows(jj).Item("LastName")
I get an error that "Item" is Read Only. So what? I am trying to read it?
How must this be coded?
Wayne
Spread). When I add this line of code:
FpSpreadMatchingNames.Sheets(0).Cells(jj, 1) =
ds.Tables("MatchingNames").Rows(jj).Item("LastName")
I get an error that "Item" is Read Only. So what? I am trying to read it?
How must this be coded?
Wayne