LLBLGen report control

Posts   
 
    
Posts: 254
Joined: 16-Nov-2006
# Posted on: 10-Mar-2007 20:50:51   

Has anyone written something similar to this but using an LLBLGen entity?

http://codebetter.com/blogs/brendan.tompkins/archive/2005/07/26/129874.aspx

Perhaps the LLBLGen team could write something similar?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 11-Mar-2007 00:44:25   

I don't found any thread about that, but I think that would be nice to have for an advance filter wink . With some principles and a LLBLGen Template it wouldn't have to be so hard, not only for LLBLGen Team but for anyone. simple_smile

David Elizondo | LLBLGen Support Team
Posts: 254
Joined: 16-Nov-2006
# Posted on: 12-Mar-2007 16:20:35   

Anyone else have any thoughts?

Aurelien avatar
Aurelien
Support Team
Posts: 162
Joined: 28-Jun-2006
# Posted on: 12-Mar-2007 16:37:53   

Hi,

I started writing a filter like that a few weeks ago, but it only works with LIKE predicates, multiples predicate are only linked by AND operator and is not really reusable by now.

By the way, this kind of advanced filter should be useful.