Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DtSearch
Message
De
16/08/2003 05:51:39
 
 
À
16/08/2003 02:43:10
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00820713
Message ID:
00820724
Vues:
15
This message has been marked as the solution to the initial question of the thread.
>Hi All,
>
>Has anyone managed to get a VFP application to access the dtSearch text search engine? I have installed dtSearch, which has a com interface, and has examples of how to access it from VB and C++. In VFP8 I can see the dtSearch text retrieval engine in the Object Browser but I cannot instantiate an instance of it. CreateObject() always returns "Class Definition not found". In the sample VB code the line to create an object is:
>
>
>Public TheEngine As dtengine.Server
>Set TheEngine = New dtengine.Server
>
>
>(I am not a VB programmer - code is from the provided samples).
>
>
>CreateObject( "dtengine" )          && fails
>CreateObject( "dtengine.Server" )   && fails
>
>
>
>Any ideas?
>
>Windows XP/SP1
>VFP8
>dtEngine V6.2

Jos,

I do not know the product but this may help: http://support.dtsearch.com/faq/dts0124.htm

maybe you should use:
Version 6.0: CreateObject("dtSearchEngine6.Server")
or
Version 6.2: CreateObject("dtSearchEngine62.Server") && I invented this one
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform