Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PHDBase Help?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
00443647
Message ID:
00443708
Vues:
10
>>Looking for any PHDBaseIII help or examples I could use to make it work with my VFP6 environment. I got it a while ago, am finally using it, and the docs/samples are pretty sparse.
>>
>>Help?
>
>Some examples of how I use it:
>
>I need to rebuild indexes occaisionally so I have one Phdbase index on a one memo field:
>
>
>*
>* Setup the text processing library PHDBASE
>SET LIBRARY TO phdbase.v50
>
>USE lotlotcard EXCLUSIVE
>
>*
>* Drop the phdbase index before we start anything
>* it will be re-created last
>=phd("unindex")
>
>* the lotremark field is indexed for use:
>
>
>? 'PHDBASE REINDEX STARTED AT:  '
>?? DATE()
>?? TIME()
>WAIT WINDOW TIMEOUT 1
>=phd("INDEX lotremark, KEEP ALL, NUMBERS, LARGE")
>* 
>* End load lotlotcard
>
>How I use it in a search form a form method or the web:
>
>* Turn phd messages off
>=phd("msgLevel NONE")
>* Ask phdbase to produce a cursor called curseout of lotkey's (key to the lot table)
>* where the only phdbase index field I have contains what is stored in the
>* variable mphdremark
>phd("SELECT lotkey WHERE INTO CURSOR curseout")
>=phd("msgLevel ALL")
>
>HTH

Hi Bret,

Unrelated note: I recently updated my nnHTMLCode to correctly work with reserved words embedded in strings. This is the new version, if you use mine
<snip>
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform