A
Afshin
In VB.net, it supports a special kind of hierarchical datasets. a
parent-child relationship. for example, in a form we must enter the name or
ID for personnel involved, and we have another table, contains personnel
information's. in VB.net grid, we can go from Personnel table to the
mentioned form, in fact, we can assign the information in a form to a
personnel, but it seems there is no way to list the personnel names(or ID's)
in a combo box (for example) in a grid, which helps the operator to select
the right person from it. In VB.6.0 we were using True DBGrid OCX to handle
it. True DBGrid allowed us to use combo boxes in grids, with hierarchical
recordsets. I don't know the a good solution in VB.net.
Afshin
parent-child relationship. for example, in a form we must enter the name or
ID for personnel involved, and we have another table, contains personnel
information's. in VB.net grid, we can go from Personnel table to the
mentioned form, in fact, we can assign the information in a form to a
personnel, but it seems there is no way to list the personnel names(or ID's)
in a combo box (for example) in a grid, which helps the operator to select
the right person from it. In VB.6.0 we were using True DBGrid OCX to handle
it. True DBGrid allowed us to use combo boxes in grids, with hierarchical
recordsets. I don't know the a good solution in VB.net.
Afshin