PaidtheUmpire
Programmer
I am trying to get a pair of grids on my Delphi 7 program, one of which would have a list of all the items that a client can access his keycard. With the other grid showing all the items which the user can't access with his card.
With a pair of buttons allow the user to move items from one grid to the other grid. The list of items is in an Access table called "Vehicle" with the connectiion between the client "User" and the items in the MANY-TO-MANY stoping "UserItem" table.
Any ideas?
I got it kind of working through StringGrids, but after an item is moved accross to the other grid the screen will not update till it is refreshed two or three times.
I'm using Delphi 7.
Delphi, Delphi, Delphi. Oi! Oi! Oi!
With a pair of buttons allow the user to move items from one grid to the other grid. The list of items is in an Access table called "Vehicle" with the connectiion between the client "User" and the items in the MANY-TO-MANY stoping "UserItem" table.
Any ideas?
I got it kind of working through StringGrids, but after an item is moved accross to the other grid the screen will not update till it is refreshed two or three times.
I'm using Delphi 7.
Delphi, Delphi, Delphi. Oi! Oi! Oi!