access levels of family tree

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sweetneel
    New Member
    • Oct 2008
    • 42

    access levels of family tree

    hi all , thanks in advance.

    i need a help.

    i am developing an application of multi level marketting.

    where each people can make 4 child under him/her ID. and the child also can do this.all of the ID/s ate unique.

    and there will be maximum 3 levels.

    i.e. suppose A,B ARE DIRECT RECRUITED BY THE COMPANY. AND C,D,E,F ARE UNDER A. AND M,N,O,P ARE UNDER B.THEN, UNDER C, THERE ARE X,Y. SO A HAS TWO LEVELS. UNDER HIM. NOW THE COMPANY WILL PAY "A" FOR EACH LEVEL WITH RS, 15, AND RS 10 FOR NEXT LEVEL ETC.
    NOW I HAVE TO FIND HOW SHOULD I CHECK THE SECOND LEVELS OR NEXT LEVELS OF A, FOR NO OF MEMBERS. I CAN FIND THE FIRST LEVEL MEMBERS UNDER A.

    SO PLS HELP.
  • MrMancunian
    Recognized Expert Contributor
    • Jul 2008
    • 569

    #2
    This is totally unreadable! Use punctuationmark s, check for spelling, stop using capitals and don't use abbreviations. Then come back. As we say in Dutch: "I can't make chocolat of this"...

    Steven

    Comment

    • tlhintoq
      Recognized Expert Specialist
      • Mar 2008
      • 3532

      #3
      • a
      • c
      • x
      • y
    • d
    • e
    • f
  • b


  • What you are talking about is a TreeView.
    Displays a hierarchical collection of labeled items, each represented by a TreeNode.

    Just like having a folder hierarchy.
    a
    a\c
    a\c\x
    a\c\y
    a\d
    a\e
    a\f
    b

    Comment

      Working...