![]() |
Excel style keyboard for report control |
Post Reply
|
| Author | |
Warren
Groupie
Joined: 23 February 2005 Status: Offline Points: 64 |
Post Options
Thanks(0)
Quote Reply
Topic: Excel style keyboard for report controlPosted: 14 June 2006 at 11:14am |
|
I'm using the report control in a dialog. I have two columns and a variable number of rows (e.g. 7 rows). I'm basically using the report control as a simplified "grid control", which works well, except for the keyboard use.
Although I've purchased a grid control (Dundas) I'd rather not use it (or any another grid control for that matter), because I want my validation/look+feel/etc to be uniform throughout the application. My particular issues are: 1) When editing a cell, pressing Enter doesn't move to the next cell below. 2) When editing a cell, pressing the up/down arrow doesn't move to the next cell. So my question/request is... Is there a simple way to make the report control act like a grid control, or should I just catch the keyboard messages and try to respond appropriately? I guess I can derive + do this myself, but I imagine it's a common request, so maybe you could make up an "excel" sample app? ![]() Thanks Warren |
|
![]() |
|
pascal
Groupie
Joined: 07 February 2005 Location: Germany Status: Offline Points: 25 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 June 2006 at 11:29am |
|
Hi, we also need this feature. We used in the past the CUGGrid from Dundas. Please add the functionallity to a next release.
|
|
|
Pascal Verdier
Software Engineer Manager |
|
![]() |
|
sserge
Moderator Group
Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
Quote Reply
Posted: 15 June 2006 at 4:24pm |
|
Hi,
Report control has some standard behavior, and a lot of functionality for customization ![]() This feature could be implemented easily with handling XTP_NM_REPORT_PREVIEWKEYDOWN message. See below for an example:
-- WBR, Serge |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |