I have a query condition in the form "range_1 OR range_2". The obvious
translation would be (>=low1,<=high1) or (>=low2,<=high2), but this
produces a ") missing" error when executed. It seems that QBE doesn't
support parentheses at all, since every expression including them
produces this error. Even using SQL doesn't help, because all local
SQL is translated into QBE, so perfectly valid SQL syntax produces
this error too. I know I can put the two ranges on different QBE
lines, but I need to set a condition based on CALC COUNT, and
splitting the condition line will force me to use two queries, one to
CALC COUNT and the other to CALC SUM. Please, if you can explain this
behaviour or suggest some workaround, tell me.
A second problem, unrelated to this, is with the TQBE component.
Despite having a "RequestLive" property, it never seems to do so.
Again, I have no idea why.
Thanks in advance,
Ido Feldmann
(feld...@ibm.net)