Subject Re: Betr.: [IBO] Re: IBO 4.2Ia + RB 5.5 (IBOPipelineUnit)
Author Helen Borrie
At 10:58 AM 20-11-02 +0100, you wrote:
>Hi,
>
>That's just what I did to get it to work, the classes didn't seem that
>important, so for now I commented the lines out.
>
>This may have something to do with the fact that dynamic fields do not
>show their value in the designer,
>So when I use a Query like "Select X, (Select Y From Z Where.....) from V
>Where ......" The X value is shown in the designer and the Y value does
>not show until the program is run. I've been meaning to find the cause of
>this, but as always time is just too rare.

Select X, (Select Y From Z Where.....) AS MyField
from V
Where ......

Helen