|
-
Feb 1st, 2010, 12:51 PM
#4
Re: Show related data in textboxes from MSHFlexgrid on clicking?
VBLearner6
Your question is somewhat ambiguous.
Do you mean that you would like to "scroll" the FlexGrid
by using the UP and DN arrow keys on the keyboard?
Or do you mean something else?
If you mean the former (highlighted in blue), then you could
add a KeyPress event, and trap for the UP and DN key.
You will need a counter that represents TopRow, and another
for the current row. The KeyPress would essentially increment/decrement
these counters by 1 with each key press. Its a little more complicated
than that, but that generally describes things.
Does that help get you started?
Spoo
Last edited by Spoo; Feb 1st, 2010 at 12:59 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|