Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 12 of 12 total
Thread Navigating Rows in Grid
Sat, May 16 2009 2:10 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Greg,

<< I couldn't reproduce this issue at first in a simple project.  Then I set
the KeyFieldNames property of the DBTableView in the cxGrid and the problem
appeared.  I'm using a query that references the Contact table (Just "SELECT
* FROM Contact").  KeyFieldNames was set to "ContactID".  ContactID is a
computed column. >>

I should have read your description here first. Smiley Yes, it's the computed
column that is the issue - Build 9 or 10 involved some changes to how row
values are referenced, and this caused this problem with computed columns.

A fix will be in B13 shortly.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sun, May 17 2009 11:16 AMPermanent Link

Greg Bishop
Sean:

I'm going to correct myself.  The ID field is an autoincremented (generated) Integer.  DBID is a SmallInt.  ContactID is a BigInt wiht a calculated value of:
DBID + (ID * 100000).
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image