Page 2 of 2

PostPosted: Wed Nov 17, 2004 10:45 pm
by bcusick
Sorry - my bad. :oops:

It should be 03. I was going to do all the steps, but then I didn't.

Hey, it's FREE... :D

Bob

PostPosted: Mon May 15, 2006 4:42 pm
by RalphL
I was surprised to find that this was published so long ago. As a newcomer to Servoy I am finding this very helpful.

I have a question about the method "list_similars" on p64. The last line of the Find is: forms.list_similars.contact_id != contactId. I assumed that this was to exclude or omit the current contact from the list. It doesn't and as far as I can see it doesn't do anything. What is the purpose of this statement?

I changed it to: forms.list_similars.contact_id = '!' + contactId. This does omit the current record.

PostPosted: Wed May 31, 2006 2:18 pm
by bcusick
Hi Ralph,

Yeah, the syntax has changed since I wrote that paper.

One of these days, I should really re-visit it and clean it up... but the first version took over 450 hours... so I'm not really keen on doing it all over again...

PostPosted: Thu Jun 01, 2006 2:23 am
by RalphL
Hi Bob,

Thanks for the reply. 450 hours well spent. I found it very useful.