[SOLVED] Search or Filter |
Post Reply |
Author | |
JamGodz
Groupie Joined: 25 February 2010 Status: Offline Points: 67 |
Post Options
Thanks(0)
Posted: 19 November 2011 at 6:40am |
Hi everyone!
Please refer below highlighted in red. Does anybody know: 1. How to add the control. 2. How to search/filter and display only the filtered value type by the user. Any suggestion please.. Thank you. |
|
Xander75
Senior Member Joined: 26 April 2007 Status: Offline Points: 353 |
Post Options
Thanks(0)
|
JamGodz,
1. The Filter is a FlatEdit & PushButton, which are associated using the Buddy Control. Why do I know this you ask? Simply the screenshot you're displaying is from one of my applications, which is found in jpbro's [BUGS] RC Search Highlight Demo w/ Metrics.Text post. 2. As for how to filter, simply go to http://forum.codejock.com/forum_posts.asp?TID=17718 where you found this screenshot and download jpbro's demo and replace the code in the BeforeDrawRow event with the code I posted in that post further down the page. PS. Just to let you know, the Filter will only work with one level as I found out after playing about with the demo that it doesn't filter correctly in a tree structure as can be seen in http://forum.codejock.com/forum_posts.asp?TID=18769 |
|
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6) |
|
lyu
Newbie Joined: 24 October 2011 Location: Bucuresti Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Hi put the code in Method "Change" (filter: = 10) , this is a code from Visual Fox Pro please adapt to visual basic For Each xtremeColumn In ThisForm.wndReportControl.Columns xtremeColumn.Filtrable = .T. Next xtremeColumn With ThisForm.wndReportControl .FilterText = AllTrim(ThisForm.txtSearch.Text) .Populate .Recalc(.T.) EndWith |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Highlighted filter see post: http://forum.codejock.com/forum_posts.asp?TID=15210&KW=filter&PID=53286&title=filtertext#53286
|
|
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.... |
|
JamGodz
Groupie Joined: 25 February 2010 Status: Offline Points: 67 |
Post Options
Thanks(0)
|
thank you so much everyone....
|
|
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 |