I've just started to work on this project again today, it has been on chalenge with SplendidCRM (it's not a joke) and somehow it wins (I cannot believe myself) cause it's closer to the needs (what's amazing is that there's really quite nothing to see for the moment, just fiew lists... users prefers cessna to 747).
So I'm adding fiew filters to my list and encounter a problem with the entityquery object (well I've encountered this problem before with ideablade)...
I've got listboxs that give me int arrays and I try to build a query by adding clauses on a foreach...
the main goal is having this kind of query :
[demande](typeid=3 or typeid=4 or typeId=5) and (stateId=2 or stateId=12) and...
but the entityquery doesn't seem to be able to do this!? (the result is like that :[demande](((((typeId=3 or((typeid=4 or typeId=5....) Is this a known issue ? (I will use a passthruquery but if you can help me with this, it would be fine)
For the moment I've spent approximativly 2 days on the project (I've changed the database structure n user interface in minutes - it's really cool). I think if you can help me with the previous question it will be fine - no time for the moment for a visit (but thanks for the invitation) - but if you have information about the commercial version (price) and the webservices tools (thinks to read)?
I may use DevForce on two other projects (web again) - a product website (registring user, licencing, product update,...) and a community web site (a wiki strange thing). If there are other ressource about web, I thank you again for this !