How to send special character (e.g. key up/down) to control?
Posted: Wed May 07, 2014 9:57 am
Hi!
I want to move BROWSE control position by application one row up/down.
I've use used such a code:
but, BROWSE flickers - pointer stays in the same coordinates of screen, but whole data in control scrolls up or down.
When BROWSE has focus - pointer moves up or down without scrolling whole data.
So, I want to send to BROWSE key up or key down to avoid flickering.
How to do it?
Regards, Marek
I want to move BROWSE control position by application one row up/down.
I've use used such a code:
Code: Select all
db->(DBSkip(-1))
Form1.BROWSE.Value := db->(recno())
When BROWSE has focus - pointer moves up or down without scrolling whole data.
So, I want to send to BROWSE key up or key down to avoid flickering.
How to do it?
Regards, Marek