Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
ABC: Inner join bug fix for reltree (C4) 1998-10-07 -- Jon Waterhouse Newsgroups: topspeed.products.c4
The construction of a relation tree adds parent items even when they
have no children and an inner join is specified. The fix for the
parent level of the tree is relatively simple. Involves encasing the
code:
DO %InstancePrefix:Format:%TreeLevelFile
ADD(%TreeQueue,POINTER(%TreeQueue)+1)
at line 720
with
#IF(%SecondaryInner)
IF %InstancePrefixLevel < 0
#ENDIF
and
#IF(%SecondaryInner)
end
#ENDIF
The child file fix is similar.
Today is November 21, 2024, 3:45 am This article has been viewed 35391 times. Google search has resulted in 9 hits on this article since January 25, 2004.
|
|