Print Page | Close Window

Report : Keydown

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=2668
Printed Date: 17 November 2024 at 3:36pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Report : Keydown
Posted By: kongguk
Subject: Report : Keydown
Date Posted: 01 August 2005 at 9:53am

Hi!

To Report edit mode

When I press Tab key, moving next cell 

Private Sub wndReportControl_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = 13 Then SendKeys "{tab}", True
End Sub

but  the Enter when twice pressing, moving next cell

The enter when once pressing, when it moves with afterwords cell it does how?

I cannot English well and i am sorry

 

 



-------------
nunggum



Replies:
Posted By: ianp
Date Posted: 01 August 2005 at 1:54pm

Hi kongguk

I'm not sure I fully understand your problem, but I think if you move your code to the KeyUp event you might have more luck

Private Sub wndReportControl_KeyUp(KeyCode As Integer, Shift As Integer)
If KeyCode = 13 Then SendKeys "{tab}", True

End Sub



Posted By: kongguk
Date Posted: 02 August 2005 at 2:24am

Thanks ianp

I fixed it

It's ok now



-------------
nunggum



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