Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread ServerEngine OnTextIndexFilter
Wed, Oct 13 2010 3:21 AMPermanent Link

Kong Aw

Is it correct that I not need to define the OnTextIndexFilter procedure on the server.  I have already defined it in client application.

KK Aw
Thu, Oct 14 2010 1:27 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Kong,

<< Is it correct that I not need to define the OnTextIndexFilter procedure
on the server.  I have already defined it in client application. >>

You need to define it on the server also.  To do so, just copy the
dbsrvr.dpr project files in the \servers\dbsrvr\source subdirectory into the
directory of your choosing, and then modify the project accordingly using
the TDBISAMEngine component that is on the main form of the server.

--
Tim Young
Elevate Software
www.elevatesoft.com
Mon, Nov 1 2010 7:39 AMPermanent Link

Kong Aw

Thanks Tim.

I need to use CoInitializeEx(nil,COINIT_MULTITHREADED) and COUNITIALIZE procedures as I am using an ActiveX routine in the ServerEngineTextIndexFilter procedure. Do I put this inside the ServerEngineTextIndexFilter procedure?

Regards,
KK Aw
Mon, Nov 1 2010 7:53 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

KK,

<< I need to use CoInitializeEx(nil,COINIT_MULTITHREADED) and COUNITIALIZE
procedures as I am using an ActiveX routine in the
ServerEngineTextIndexFilter procedure. Do I put this inside the
ServerEngineTextIndexFilter procedure? >>

I would probably put those in the OnStartup and OnShutdown events of the
TDBISAMEngine component.

--
Tim Young
Elevate Software
www.elevatesoft.com
Image