![]() |
How Highlight/Focus row on keyboard typing? |
Post Reply
|
| Author | |
Makarand
Senior Member
Joined: 27 February 2007 Location: India Status: Offline Points: 140 |
Post Options
Thanks(0)
Quote Reply
Topic: How Highlight/Focus row on keyboard typing?Posted: 31 May 2011 at 2:30am |
|
Hello CJ Team,
I am using virtual report where I have number or records which I want to highlight or focus the row on keyboard typing? Example : -- When I type the "W" then it should focus on column record start from "W" char. -- When I type "What" it should focus on row start from "What". -Mak
|
|
![]() |
|
markr
Senior Member
Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
Quote Reply
Posted: 01 June 2011 at 1:50pm |
|
Since you are running in virtual mode, report control has no knowledge of backend data. Think you'll need to implement this yourself (it's fairly straightforward - just intercept WM_CHAR to build a keystroke buffer and search for the characters in your application storage, then find and selecting the appropriate report control index).
|
|
![]() |
|
Makarand
Senior Member
Joined: 27 February 2007 Location: India Status: Offline Points: 140 |
Post Options
Thanks(0)
Quote Reply
Posted: 03 June 2011 at 1:58am |
|
Ok, Thanks for the reply
-Mak
|
|
![]() |
|
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 |