Print Page | Close Window

Keyboard Navigation Question

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=9993
Printed Date: 20 September 2024 at 8:35am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Keyboard Navigation Question
Posted By: Nils
Subject: Keyboard Navigation Question
Date Posted: 29 March 2008 at 4:24am
Hi,

How do you navigate in the Report Control with the Tab-keys to edit cells?

When I press the Tab-key to navigate to a cell, I want automatically to get into 'Edit' mode. The SelectTextOnEdit is set to True so that the cell text is highlighted.

As it is now, one need to press Tab-key and then the key-F2 to switch into Edit mode, do the change, press the Esc-key and then finally the Tab-key to move to the next cell. This is just not user-friendly.

I don't want to use the mouse in this cycle at all.

Surely there must be a way to handle this?

TIA.

Best regards,
Nils



Replies:
Posted By: Nils
Date Posted: 01 April 2008 at 1:45am
Hi,

Its me again. I really need an answer to this question.

Is it possible to edit cell after cell by just pressing the tab-key?

This should be really simple and is a very basic requirement for editing data, but I cannot find a way of doing it.

Forgot to tell that this is v.11.2.2 of the ActiveX ReportControl component

TIA.

Best regards,
Nils


Posted By: Aaron
Date Posted: 21 April 2008 at 12:42am
Hi,
 
Add this line in the ReportControl_SelectionChanged event
 
wndReportControl.EditItem wndReportControl.FocusedRow, wndReportControl.FocusedColumn
 
 



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