Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DtSearch
Message
From
16/08/2003 05:51:39
 
 
To
16/08/2003 02:43:10
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00820713
Message ID:
00820724
Views:
14
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform