`
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. Printed April 1, 2025, 11:17 pm This article has been viewed/printed 35491 times. Google search has resulted in 9 hits on this article since January 25, 2004. |