Order of returned VArraySet rids when using FindLinked with a VArraySet arg.

Ed Kleban Ed at Kleban.com
Wed Dec 14 18:07:56 CST 2005


Hi Ruslan,

If I call:

FindLinked( 
 inSet as VSet, 
 inTableA as VTable,
 inTableB as VTable,
 inRecursionDirection as EVRecursionDirection = kFromParentToChild )
 as VArraySet 


Then what is the order of the InTableB rids within the returned VArraySet?

I am hoping it is the same as the order of the matching inTableA rids within
inSet
So that I can first Sort the elements of inSet and then use that to control
the order
of the rid values I get back from within the returned VArraySet.

Thanks!
--Ed



More information about the Valentina mailing list