Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 23, 2024, 2:17 am This article has been viewed 35394 times. Google search has resulted in 9 hits on this article since January 25, 2004.
|
|