Hi,

I have a form with several controls on it, one of them a msFlexgrid.
This flexgrid contains 7 columns (each column shows a day feg: 19/02 20/02 21/02 22/02 23/02 24/02 25/02
)
When the user scrols left or right with the arrow buttons and he comes to the last column, i want the flex to shift one day (so you get:
20/02 21/02 22/02 23/02 24/02 25/02 26/02
)

How do i do this. In the keydown, keyup, keypress those keys are not trapped. Also the leavecell, changecolrow don't work because when i am at the end of my flex those events are not called anymore.

I also tried with the form keyup (setting the keypreview of the form to true), but those keys are also not trapped there.

Thanx in advance for your help.