hi,
i have used tree view in my application and i have used only upto 3 levels in it. i'm using vb6 and postgres. how could i display all the content of the tree view so that it will display as 1.1,1.2 and so on.
now it displays like
1.1
1.10
1.11
1.12
1.13
:
:
:
1.18
1.19
1.2
1.20
1.21
1.22
:
:
:
1.3
1.30
1.31
and so on with the child on every head
i want to display it serially not like the format above, i have used order by clause , but it didn't work.
could anybody suggest any solution for this.
thanx
i have used tree view in my application and i have used only upto 3 levels in it. i'm using vb6 and postgres. how could i display all the content of the tree view so that it will display as 1.1,1.2 and so on.
now it displays like
1.1
1.10
1.11
1.12
1.13
:
:
:
1.18
1.19
1.2
1.20
1.21
1.22
:
:
:
1.3
1.30
1.31
and so on with the child on every head
i want to display it serially not like the format above, i have used order by clause , but it didn't work.
could anybody suggest any solution for this.
thanx
Comment