Date:  03/15/2002 06:51:25 PM Msg ID:  000446
From:  FoxWeb Support Thread:  000441
Subject:  Re: linking problem with linked tables
The error indicates that the record you are trying to add to your table violates the uniqueness of either a primary or a candidate key.  You should first evaluate whether your index tags are correct and then make sure that you do not try to add records with duplicate primary fields.

This is a general VFP error, so you should consult the VFP documentation for additional details.

FoxWeb Support Team
support@foxweb.com

Sent by Dan Burnham on 03/15/2002 07:19:54 AM:
I am having trouble using Foxpro 6.0 and Foxweb together when using key indices and linked tables.  I get following error:

1884
Message:  Uniqueness of index ITEM_KEY is violated.
Program:  C:\PROGRAM FILES\FOXWEB\PROGRAMS\WEB1\ITEM_MASTER.FXP
Line #:  70
Line:  <??>

When I use a free table I have no problems entering data.  Is there a work around here?