Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PHD Update
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00401822
Message ID:
00401830
Views:
15
>Has anyone used the PHDBASE.v50 full text indexing engine? I'm using it to index external documents by a filepath in a field. It works like a champ in my Foxpro designer, but when I make the exe, it doesn't update the phd index when I add or edit a record. I've read through the help file and I can't figure out what I'm missing. I've included the line...
>
>set libr to phdbase.v50 additive
>
>and I can use that lib to query the documents. It just won't update like it's supposed to. The only way it will include the changes is for me to do a complete reindex which can takes hours once it's in use. If anyone has used this library, please let me know if you have any suggestions.
>
>Thanks for you time,
>Russ

You cant just set library to to get an update on add, you need to call a function after you add. This function is called:

=phd("ixadd")

I use it after I append a record.

At least that is how we do it here.

You can look up help ixadd, ixold, or ixnew add see info on this.
HTH
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform