Re: Woody in combination with dynamic queries

2004-04-10 Thread Leon Widdershoven
Hi, the way I do it is create in an block my WHERE clause (as a String), using the and such, and then use an where_string in the esql statement. String mytype = ; String where_string = "WHERE"; if ( mytype!=0 && !mytype.startsWith("--") ) { where_string += "TYPE == " + mytype; } //other

Re: Woody in combination with dynamic queries

2004-04-09 Thread Rudi Strasser
On Wednesday 18 February 2004 19:31, [EMAIL PROTECTED] wrote: > Hi all, > > I have build several xsp:pages which contain forms holding textboxes and > dropdownboxes. The dropdownboxes are filled with values from a query. > > I will explain my problem with a real life example. The form offers a way

Woody in combination with dynamic queries

2004-02-18 Thread robby . pelssers
Hi all, I have build several xsp:pages which contain forms holding textboxes and dropdownboxes. The dropdownboxes are filled with values from a query. I will explain my problem with a real life example. The form offers a way to search/filter for, let's say, trouble tickets. A trouble ticket i