Hi,
Does anyone know how to place command buttons in a grid? I have a grid that displays records from a file. One of the columns displays 'Notes'. I want to display as much of the notes as I can in the grid and then provide a button next to the column in each row that will pop-up the full notes field for the user to display/edit.
I can get this to work for 1 row but when it tries for the next row it says the object already exists - I guess because it is trying to put another control in with the same name?
I am able to display a combo-box control in the grid by adding it at run time and have tried to do the same with a command button but I get the error that it already exists.
Has anyone done this successfully or have any other ideas on how I can do this?
I would appreaciate any help.
Thanks
Mary
Does anyone know how to place command buttons in a grid? I have a grid that displays records from a file. One of the columns displays 'Notes'. I want to display as much of the notes as I can in the grid and then provide a button next to the column in each row that will pop-up the full notes field for the user to display/edit.
I can get this to work for 1 row but when it tries for the next row it says the object already exists - I guess because it is trying to put another control in with the same name?
I am able to display a combo-box control in the grid by adding it at run time and have tried to do the same with a command button but I get the error that it already exists.
Has anyone done this successfully or have any other ideas on how I can do this?
I would appreaciate any help.
Thanks
Mary