> E.g. when one of the fieldnames is an expression of this form: > f1(fielda, fieldb) > then fielda and fieldb will be added to the fieldlist in the resulting SQL > query, instead of the original expression. > > Apparently this attempts to replace the original expression by the name of > the field(s) needed to evaluate the expression. > However, I have not been able to find code that does actually evaluate the > original expression based on the retreived values. > Failing that, it looks to me like fieldnames containing such expressions are > never going to work and the code concerned is obsolete.
I am not that familiar with the Clustbuilder code, but it might be that the function gets evaluated by MMObjectBuilder itself. -- Rico Jansen ([EMAIL PROTECTED]) "You call it untidy, I call it LRU ordered" -- Daniel Barlow
