Reported By: Jeff Cook Reported On: 4/28/2002 For: Version 3.10 Build 1
# 1114Calling RestructureTable with Empty Full Text Space or Index Characters Results in No Text Index The following restructure code executes BUT the table isn't getting the new full text index that I want. I've also added a "RestructureIndexDefs.Update".
I'm trying to add a full text index like this:-
RestructureTable(0,0,1,0,False,'','',512,-1,'StreetName',nil,'','',True);
Comments and WorkaroundsThe workaround is to specify the space and include characters explicitly in the RestructureTable call.
ResolutionFixed Problem on 4/30/2002 in version 3.11 build 1