Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread findkey error
Thu, Mar 9 2006 9:04 AMPermanent Link

Jerry Blumenthal
I am getting the following edatabase error when dbpat.findkey([number])
is called.  What does the error mean?

"cannot access index field 'acct'"

The dbisamtable in question has several indexes, but indexname is blank,
active is true.  The first field in the table is named Acct, and that is
the primary index.

Using D4, DBIsam 2.12.

Jerry
Thu, Mar 9 2006 3:50 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Jerry,

<< I am getting the following edatabase error when dbpat.findkey([number])
is called.  What does the error mean?

"cannot access index field 'acct'" >>

It means that you have defined persistent fields, and there isn't a
persistent TField defined for the acct field.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image