[V4RB] Updating index of newly imported records seems to fail for me

Richard Altenburg valentina at brainchild.nl
Sat Jun 5 00:09:07 CDT 2004


On 04-06-2004 23:21, "Ruslan Zasukhin" <sunshine at public.kherson.ua> wrote:

> 
> Try to add after import
> 
>   fld.indexed = false
>   fld.indexed = true
>   
> To rebuild its index.

I tried various variants, including this one:



thePPOBase.BaseObject("Newsgroup").Field("ServerURL").Indexed = False
thePPOBase.BaseObject("Newsgroup").Field("GroupName").Indexed = False
          
vcsImportGroup.ImportText(fdiTemp, " ", (Chr(13)+Chr(10)))
          
thePPOBase.Flush
          
thePPOBase.BaseObject("Newsgroup").Field("ServerURL").Indexed = True
thePPOBase.BaseObject("Newsgroup").Field("GroupName").Indexed = True



It just does not work, while every variant I try works great on Mac OS 9 and
Mac OS X.

Searching for all records that have an empty ServerURL, and setting them to
the current ServerURL, returns 0 (zero) records affected on Windows all the
time.

-- 

Richard Altenburg
Brainchild        <http://www.brainchild.nl/>
Picture Patrol    <http://www.picturepatrol.com/>



More information about the Valentina mailing list