![]() |
[SOLVED] Behavior.Schema confusion |
Post Reply
|
| Author | |
McKloony
Senior Member
Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
Quote Reply
Topic: [SOLVED] Behavior.Schema confusionPosted: 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 |
|
![]() |
|
ABuenger
Newbie
Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 September 2011 at 6:33pm |
|
Hi,
it works the same as Outlook. Andre |
|
|
Codejock support
|
|
![]() |
|
McKloony
Senior Member
Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 September 2011 at 6:32am |
|
Yes you are right. I confused it with the xtpReportBehaviorExcel2010 behavior
But with xtpReportBehaviorOutlook2010 it is not possible to select a row with the right MouseButton
|
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |