Search as you type |
Post Reply |
Author | |
XiMaker
Groupie Joined: 11 December 2009 Location: United States Status: Offline Points: 23 |
Post Options
Thanks(0)
Posted: 14 December 2010 at 5:44pm |
Ok, I've got a list of emails in the Report Control similar to the Report Sample provided by CodeJock that are sorted by the FROM column that I've defined. Now I need to know how to find text in that column and move the selection to that point... I.E. start typing "Mark" and it goes down the list of items in the FROM column and sets the selection to the first rown that has "Mark Smith"
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi, Maybe something like this:
Dim foundItem As XtremeReportControl.ReportRecordItem
Set foundItem = Me.wndReportControl.Rows.FindRecordItemByRows(0, Me.wndReportControl.Records.Count, 0, Me.wndReportControl.Columns.Count, 0, 0, <SearchText>, xtpReportTextSearchExactPhrase) If Not foundItem Is Nothing Then Me.wndReportControl.Navigator.MoveToRow foundItem.Record.Index |
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
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 |