Subject | Re: [IBO] Master/Detail Ordering Problem in Grid |
---|---|
Author | Lester Caine |
Post date | 2003-05-06T11:26:48Z |
> My Detail-SQL:Silly thought, 'Filter' isn't set is it?
> sql='select STRG_ID,FEHLER_ID,NAME,BESCHREIBUNG,URSACHE from fehler'
> MasterLinks='fehler.strg_id=strg.strg_id'
> Ordering-Items=FEHLER_ID=fehler_id;fehler_id DESC
> NAME=NAME;NAME DESC
> select STRG_ID,FEHLER_ID,NAME,BESCHREIBUNG,URSACHE from fehlerI presume the problem is the strg_id = 1.
> WHERE fehler.strg_id=? /* MLNK_STRG_ID_0 */
> AND strg_id=1
> ORDER BY fehler_id DESC
I would be looking for something containing that, or
alternativly, delete Detail, and start again with a clean
component, only adding the bits above.
Just a couple of thoughts - without thinking <g>
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services