Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Gary is correct, the first place to look is the BeginsWith that is set within the SearchFields property of the BrowseDialog control. SQL commands are dynamically created based on the Advanced options that are active for each search field. If no value is entered within a search field, no WHERE clause is added for the field. So if you enter something in the field, it will use the Advanced option (even if you do not allow the end-user to change the advanced option) to build that segment of the WHERE clause.
|