Board index » delphi » Not Indexed error
jllo...@umbc.edu (Joseph Lloyd)
![]() Delphi Developer |
Wed, 06 Dec 2000 03:00:00 GMT
Not Indexed errorI've been writing a small address database, and using a TAutoInc field to keep track of an entry. The problem comes when I try and update the the field I get an error "Field 'ContactNo' is not indexed and cannot be modified" Can anyone shed some light on this. Thanks... type procedure TDataModule2.SetIndexToCurrent; var CurrentRec : TPersonalIndexRecord; begin |