Print Page | Close Window

How Highlight/Focus row on keyboard typing?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=18473
Printed Date: 29 September 2024 at 3:34am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How Highlight/Focus row on keyboard typing?
Posted By: Makarand
Subject: How Highlight/Focus row on keyboard typing?
Date 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



Replies:
Posted By: markr
Date 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).


Posted By: Makarand
Date Posted: 03 June 2011 at 1:58am
Ok, Thanks for the reply

-Mak



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net