Is there a property exposed in the BrowseDialog class that will allow us to not only turn on AdvancedOptions but to auto-check it so the Advanced options always show next to the search fields?
This was added per someone elses request in the last BrowseDialog updates that will be released in 1.6.1.
Is there a way to permanently turn off the search results? We want the user to enter the search criteria and hit the "Search" button. Once the search is complete automatically return to the Maintenance Form.
You can permanently turn off the search results, but the end-user still has to click the OK button or press (Ctrl+Enter) or whatever value you have for the keyboard accept.
Can a property be added to the BrowseDialog to show "Maximum Records To Return" giving the user the option to return top 100, bottom 100, all records, etc.?
You already have control of the max records returned....as I had mentioned to you in a prevous post, handle this outside of the browse. This is not a likely feature to be added within the dialog itself.
Remember you were going to add a "Hard Filter" option
For example take a multi-dept table - we only want to show the current user "his/her" departments records.
If "hard filter" means that you have the ability to programmatically provide search values while preventing the end-user from chaning (or seeing) these values, then this has already been done in the enhancements made for the 1.6.1 release. This was a very common request by many of our users.