Hi there Tek-Tips people - a question for you please:
I have a grid and a toolbar with a button "Copy to All".
I want the Copy to All button to take the value of the selected cell in the grid and copy it to the same field in every other record shown, to save retyping.
I have completed this the long way round, using the gotfocus events to store each field name as it's selected. But I will need to do this again elsewhere. Is there a simple way to tell what the active cell was when the toolbar button is pressed?
TIA.
Kaz
I have a grid and a toolbar with a button "Copy to All".
I want the Copy to All button to take the value of the selected cell in the grid and copy it to the same field in every other record shown, to save retyping.
I have completed this the long way round, using the gotfocus events to store each field name as it's selected. But I will need to do this again elsewhere. Is there a simple way to tell what the active cell was when the toolbar button is pressed?
TIA.
Kaz