Subject | RE: [IBO] TIBOQuery - master child relationship |
---|---|
Author | Alan McDonald |
Post date | 2007-08-16T03:46:11Z |
> Hirings a bell - you have to have "FetchWholeRows" true for this to work
>
> I have used TIBOQuerys as children in a number of master / child
> relationships without problem. However I have one query that gets
> results from a Stored Procedure that is failing
>
> The SQL is
>
> SELECT isp.xxx, isp.xxx....
> FROM Pr_ItemSellPrices (:ItemRef, 'T') isp
>
>
> I have the mastersource pointing to a datasource with a 'ItemRef' field
> however this doesn't seem to trigger. Any ideas?
>
> --
> Rob Martin
Alan