Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - advanced report control question
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

advanced report control question

 Post Reply Post Reply
Author
Message
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post Topic: advanced report control question
    Posted: 25 September 2006 at 2:17pm
Hi, I´m about to implement some kind of grid control with report control.
I have a four column control where the first column contains a description and depending on the row the user can put one to three values in the last three columns.
 
To ease user´s input I´m trying to implement the following function:
 
When the user hits enter the first editable column in the current row gets into edit mode. When the inputs a value and then presses enter, the next editable columns should get into edit mode and so on...
 
When the user edits the last editable column in the row and then hits enter the next row should be selected with the first editable columns in edit mode ...
 
Does anybody implemented such functionality ?
 
Any suggestions are welcome ...
 
Thanks a lot !
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post Posted: 03 October 2006 at 10:48am
There are a few members to implement such fuctionality.

You have to use events:
    PreviewKeyDown (or KeyDown)

ReportControl.EditMode property shows whether field editor is active.

Also use
    ReportControl.Navigator
to begin editing and move to next position.


--
WBR,
Serge
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.