Our problem with the unique index violation error is occuring after a record is deleted from a table and a corrected record is trying to be inserted. The main index keys were not changed just some of the other field values, but how do we get Fox CDX to ignore the existence of the deleted record. SET DELETED ON is the application default so that all queries will not see deleted records. But the insert command seems to see them and stops the insert.
We have tried changing the value of a field value by adding DEL at the end of the field but this is not a good procedure and creates alot of other problems.
We have tried changing the value of a field value by adding DEL at the end of the field but this is not a good procedure and creates alot of other problems.