J
jtardy
Hi !
I am coming up against a difficulty on the control treeviwet, and I
hope you could help me :
I would like to do a treeview based on a table "tblTreeview" including
2 fields [ArticleFab], [ArticleComposant].
The recordings will be like that :
ArticleFab______ArticleComposant
1_______________11
1_______________12
1_______________13
12______________121
12______________122
2_______________22
2_______________23
22______________221
....
A [ArticleFab] also can be [ArticleComposant] or vice versa. Finally
the article level 1 ("father"?) would be the one which is in
[ArticleFab] and not in [ArticleComposant].
So the Treeview would look like that :
¤ 1
__|
__->11
__->12
_____|
_____->121
_____->122
_->13
¤ 2
__|
__->22
_____|
_____->221
__->23
My difficulty comes from the code, I don't know how I can supply the
treeview...
Thanks for your help.
But maybe the structure of the initial table is not very suitable, in
this case, I am waiting for your advises.
Thanks to everybody for your help.
I am coming up against a difficulty on the control treeviwet, and I
hope you could help me :
I would like to do a treeview based on a table "tblTreeview" including
2 fields [ArticleFab], [ArticleComposant].
The recordings will be like that :
ArticleFab______ArticleComposant
1_______________11
1_______________12
1_______________13
12______________121
12______________122
2_______________22
2_______________23
22______________221
....
A [ArticleFab] also can be [ArticleComposant] or vice versa. Finally
the article level 1 ("father"?) would be the one which is in
[ArticleFab] and not in [ArticleComposant].
So the Treeview would look like that :
¤ 1
__|
__->11
__->12
_____|
_____->121
_____->122
_->13
¤ 2
__|
__->22
_____|
_____->221
__->23
My difficulty comes from the code, I don't know how I can supply the
treeview...
Thanks for your help.
But maybe the structure of the initial table is not very suitable, in
this case, I am waiting for your advises.
Thanks to everybody for your help.