AlastairOz
Technical User
I have a form with a grid
I also have various text boxes on the form.
When I move up and down in the grid I see the record pointer
moving in the table to the same position as the grid.
The text boxes only display the correct record wheb I click the grid row. Other wise when moving up and down the grid with the arrow keys, the text boxes display the previous record.
I refreshed the form in the grid's BeforeRowchange, AfterRowChange, KeyPress, Click events.
What am I doing wrong?
I also have various text boxes on the form.
When I move up and down in the grid I see the record pointer
moving in the table to the same position as the grid.
The text boxes only display the correct record wheb I click the grid row. Other wise when moving up and down the grid with the arrow keys, the text boxes display the previous record.
I refreshed the form in the grid's BeforeRowchange, AfterRowChange, KeyPress, Click events.
What am I doing wrong?