Subject | Re: [IBO] TIBOQuery - master child relationship |
---|---|
Author | Robert martin |
Post date | 2007-08-16T04:38:13Z |
Hi
the current item in the master ) but when the record in the master
record changes the results do not update (and yes they should be different).
Thanks
Rob Martin
Software Engineer
phone +64 03 377 0495
fax +64 03 377 0496
web www.chreos.com
Wild Software Ltd
> I assume you mean Datasource. TIBOQuery doesn't have a Mastersource property.Yes. Sorry I did mean DataSource.
>
>
> 1. Make sure the SP actually is a selectable procedure. If itYes it is a selectable procedure. It runs fine when first opened (for
> doesn't return its output via a SUSPEND statement, it's not a
> selectable procedure.
>
the current item in the master ) but when the record in the master
record changes the results do not update (and yes they should be different).
> 2. What's the actual fieldname of the linking key? Is it ItemRef orItemRef (no double quotes)
> "ItemRef"? They're not the same.
>
> 3. Is ItemRef in the master a unique key? The M/D linkage will beYes it is the primary key of the master.
> garbled if it's not.
>
> 4. And I suppose this should be the first check: have you actuallyYup. The results are perfect.
> tested the SP independently, with parameters, to see whether it
> returns the output you expect?
>
>
Thanks
Rob Martin
Software Engineer
phone +64 03 377 0495
fax +64 03 377 0496
web www.chreos.com
Wild Software Ltd