InfoPower's TwwTable NarrowSearch equivalent in SDAC
Posted: Fri 29 Apr 2011 15:05
Hi,
InfoPower's TwwTable (Table) component has a property called 'NarrowSearch'.
This property affects how incremental searching is performed. When this property is True, incremental searching will show only those entries that match what has been typed in so far. For example, if the user types in the letter C, then all records starting with C are shown and no other records. When the user enters another character, the search becomes even narrower, or more specific.
When this property is False and using local tables, incremental searching moves to the record that most closely matches the letters typed in. If this property is False and you are using SQL tables, then incremental searching is dependent upon the SyncSQLByRange property setting. The default value of this property is False.
Does SDAC have an equivalent property that can be used either with the TMSTable or TMSQuery component?
Thank you
InfoPower's TwwTable (Table) component has a property called 'NarrowSearch'.
This property affects how incremental searching is performed. When this property is True, incremental searching will show only those entries that match what has been typed in so far. For example, if the user types in the letter C, then all records starting with C are shown and no other records. When the user enters another character, the search becomes even narrower, or more specific.
When this property is False and using local tables, incremental searching moves to the record that most closely matches the letters typed in. If this property is False and you are using SQL tables, then incremental searching is dependent upon the SyncSQLByRange property setting. The default value of this property is False.
Does SDAC have an equivalent property that can be used either with the TMSTable or TMSQuery component?
Thank you