Icon View Incident Report

Serious Serious
Reported By: Terry Swiers
Reported On: 2/24/2004
For: Version 4.04 Build 1
# 1603 TDBISAMTable CreateTable Method Not Creating Full Text Indexes on Specified Fields

V4.03 and 4.04 code is not creating full text indexes as part of the table create. Line 9670 in the DBISAMtb unit needs to be changed from

TEXT_INDEX_NAME,'',[],'',icFull,True);
to
TEXT_INDEX_NAME,NewTextIndexFields,[],'',icFull,True);

in order for the full text index fields to be created along with the new table.


Resolution Resolution
Fixed Problem on 2/25/2004 in version 4.05 build 1
Image