Print Page | Close Window

[SOLVED] Behavior.Schema confusion

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=18927
Printed Date: 26 July 2025 at 9:28am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [SOLVED] Behavior.Schema confusion
Posted By: McKloony
Subject: [SOLVED] Behavior.Schema confusion
Date Posted: 09 September 2011 at 4:56am
In schema xtpReportBehaviorOutlook2003 or xtpReportBehaviorOutlook2007 or xtpReportBehaviorOutlook2010 it is not possible to select a row with right MouseButton. is this the intended way?


-------------
Product: Xtreme SuitePro (ActiveX) 16.2.5

Platform: XP / Windows 7

Language: Visual Basic 6.0 SP6



Replies:
Posted By: ABuenger
Date Posted: 12 September 2011 at 6:33pm
Hi,

it works the same as Outlook.

Andre



-------------
Codejock support


Posted By: McKloony
Date Posted: 13 September 2011 at 6:32am
Yes you are right. I confused it with the xtpReportBehaviorExcel2010 behavior Embarrassed
 
But with xtpReportBehaviorOutlook2010 it is not possible to select a row with the right MouseButton Ermm


-------------
Product: Xtreme SuitePro (ActiveX) 16.2.5

Platform: XP / Windows 7

Language: Visual Basic 6.0 SP6


Posted By: SuperMario
Date Posted: 13 September 2011 at 2:09pm
That is because it is how Outlook 2010 really acts.  You can override the behavior if you want.

     wndReportControl.Behavior.Row.MouseUp.RightButton.SelectRow = True
     wndReportControl.Behavior.Row.MouseUp.RightButton.FocusRow = True
     wndReportControl.Behavior.Row.MouseUp.RightButton.KeepFocus = False
     wndReportControl.Behavior.Row.MouseUp.RightButton.FocusRowTemporarily = False



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