I have been going round in circles on this one. I have 2 listboxes which are syncronised (ie married data listrow for listrow)
List1 contains: List2 Contains
Lawyer Ben Adams 1
Doctor Jane Temp 1
Painter Tom James 1
Painter Dick Smith 1
Lawyer Sam Taylor 2
Painter Tom James 2
The numbers in list 2 are itemdata, and refer to columns in
a flexgrid for which I want asterisks inserted.
Flexgrid has 4 columns
The Flegrid when filled from above should look like:
Lawyer Ben Adams *
Lawyer Sam Taylor *
Doctor Jane Temp *
Painter Tom James * *
Painter Dick Smith *
How in hells name do I get there? Thanks
List1 contains: List2 Contains
Lawyer Ben Adams 1
Doctor Jane Temp 1
Painter Tom James 1
Painter Dick Smith 1
Lawyer Sam Taylor 2
Painter Tom James 2
The numbers in list 2 are itemdata, and refer to columns in
a flexgrid for which I want asterisks inserted.
Flexgrid has 4 columns
The Flegrid when filled from above should look like:
Lawyer Ben Adams *
Lawyer Sam Taylor *
Doctor Jane Temp *
Painter Tom James * *
Painter Dick Smith *
How in hells name do I get there? Thanks