我想用setkey,gotokey查找符合条件的某个字段.但前提是要建立这个字段的索引        Table1.close;
        Table1.Exclusive:=true;
        Table1.AddIndex('ghindex','gh',[ixCaseInsensitive]);
        Table1.IndexName:='ghindex';
        table1.Exclusive:=false;        
        table1.open;
        table1.SetKey;
        Table1.FieldByName('gh').asstring:=edit1.text;
运行的时候老是提示 table is busy 试了好多次了,还是不行,请高手指点