Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 17 of 17 total
Thread Text Indexing a CLOB Column Containing RTF Text.
Sat, Jul 25 2009 7:42 PMPermanent Link

Uli Becker
Roy,

> The best one for that is the word generator. You can either hard code the words into the dll or do as I do and load from a text file when the dll is initialised.

Thanks. I'll have a look into this.
But: do you agree that there should be a simple solution for that? With
DBISAM it was that simple!

Uli
Sun, Jul 26 2009 4:16 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Uli

>Thanks. I'll have a look into this.
>But: do you agree that there should be a simple solution for that? With
>DBISAM it was that simple!

If you want to go with Tim's default it is as simple as DBISAM. If you want to write your own then there's a few conceptual differences its not much different and because its external to a program it can be reused and hooked into different apps (eg EDBManager) without duplicating code.

The two things I would have done differently are 1) allow the dll's to be hooked up with a full path name (and that's coming) and 2) passed the column name in rather than using another column to say how to handle things but I can see why its been done.

It takes a long time to switch from the elegance and ease of use that DBISAM offered. I know I still have moaning sessions to myself every so often.

Roy Lambert [Team Elevate]
Mon, Jul 27 2009 2:59 AMPermanent Link

Uli Becker
Roy,

> If you want to go with Tim's default it is as simple as DBISAM. If you want to write your own then there's a few conceptual differences its not much different and because its external to a program it can be reused and hooked into different apps (eg EDBManager) without duplicating code.
>
> The two things I would have done differently are 1) allow the dll's to be hooked up with a full path name (and that's coming) and 2) passed the column name in rather than using another column to say how to handle things but I can see why its been done.
>
> It takes a long time to switch from the elegance and ease of use that DBISAM offered. I know I still have moaning sessions to myself every so often.

Thanks, Roy!

Uli
Mon, Jul 27 2009 9:50 PMPermanent Link

Steve Gill

> Being a bighead I'd suggest the best way is to download the ones I've written and have
> a look. They are as efficient and fleximple as I could make them, however, if you can
> improve on the performance of the rtf or html filters I'd be very grateful if you'd
> post the code to the extensions ng.

Thanks Roy, I'll download them and check them out.  Hopefully my meagre brain will be
able to understand. Smile

SteveG
Tue, Jul 28 2009 2:28 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Steve


If my aged and befuddled brain can manage to produce them I'm sure your's can understand them.

The biggest difficulty may be my formatting:

I don't break and wrap lines at column 79
I don't have hanging then's etc
I only have blank lines between functions and procedures, and not even then if its in the scope of another function or procedure

If you can't stand that allow an extra 30 mins to reformat.

Roy Lambert
Tue, Jul 28 2009 3:43 AMPermanent Link

Uli Becker
Roy,

> If you can't stand that allow an extra 30 mins to reformat.

or use the Delphi formatter. This would reduce the time to 1 second:

http://www.dow.wau.nl/aew/delforexp.html

Uli
Tue, Jul 28 2009 4:01 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Uli


I use the version in GExperts but I was thinking more in terms of adding blank lines in Smiley

Roy Lambert
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image