Monday, January 12, 2015 Tip of the Day: Using New FILTERTYPE Property in Enhanced DB Grid Product: R:BASE eXtreme 9.5 (32/64) Build..: 9.5.5.20109 or higher www.rupdates.com www.rbaseupdates.com (Mirror Site) Section.: Form Controls (Enhanced DB Grid) Keywords: PROPERTY, GETPROPERTY, FILTERTYPE
While in Form Designer, the Enhanced DB Grid Control includes the option of implementing Column Filters and customizing Filter Type as CONTAINS, LIKE, or EQUAL. Enhanced DB Grid Control|Properties|Enhanced Options|Filter Type Enhanced DB Grid Control|Propertyies|Columns|Column Properties Column Properties|Filter Did you know that now you can dynamically change the filter type using the newly introduced FILTERTYPE property? The following PROPERTY command parameters are now supported: Syntax: PROPERTY <EnhancedDBGridComponentID> FILTERTYPE 'value' Examples: PROPERTY <EnhancedDBGridComponentID> FILTERTYPE 'EQUAL' PROPERTY <EnhancedDBGridComponentID> FILTERTYPE 'LIKE' PROPERTY <EnhancedDBGridComponentID> FILTERTYPE 'CONTAINS' For more examples and supported properties, refer to R:Docs 9.5, Update 5, Build: 9.5.5.20109 or higher. Have fun implementing Filters and Filter types using Enhanced DB Grid control. www.rbase.com www.facebook.com/rbase -- 32 years of continuous innovation! 17 Years of R:BASE Technologies, Inc. making R:BASE what it is today! --

