Mike,
> I do something similar, allowing users to construct SQL statements
> from a
> popup list of field names, a popup list of operators, and a value text
> field
> on a variety of tables.
I have to work with free-form text input, so I'd have to build an
arbitrary parse tree to handle text like
(fred or jones) and "ralph smith"
and
fred or (jones and "ralph smith")
Actually, I have 80% of that working. I think that's the route I will
eventually take: create a parse tree and turn that into nested
expressions.
Jim
-- Jim Menard, jim..o.com, http://www.io.com/~jimm/ "I used to have a Heisenbergmobile. Every time I looked at the speedometer, I got lost." -- Critical Path in alt.geek
This archive was generated by hypermail 2.0.0 : Sun Jan 18 2004 - 14:57:07 EST