![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » DBISAM Technical Support » Support Forums » DBISAM General » View Thread |
Messages 11 to 11 of 11 total |
![]() |
Tue, Jun 19 2007 8:17 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | Dave,
<< Well, I've decided to pursue this some more and I'm looking at the source code for DbSys. I need to add an OnTextIndexFilter event to remove the tags in the full text index for one of the fields. Where do I do this in DbSys? This needs to be done whenever the index is rebuilt, as is the case when the table is re-indexed, altered, repaired or optimized.>> Just set the event handler in the main form's FormCreate right before here: procedure TMainForm.FormCreate(Sender: TObject); begin >>>>>>> Engine.FilterRecordCounts:=False; Just use something like: Engine.OnTextIndexFilter:=MyTextIndexFilterEventHandler and then stick your MyTextIndexFilterEventHandler as a method of the main form. << (This seems to be a heck of a lot of work just to allow my app to strip out tags in the text for a full text index-but it's going to have to get done.) >> Yes, which is why EDB has this type of functionality in DLLs. ![]() -- Tim Young Elevate Software www.elevatesoft.com |
« Previous Page | Page 2 of 2 | |
Jump to Page: 1 2 |
This web page was last updated on Monday, June 30, 2025 at 12:49 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |