I need to always limit the records returned by "project" (yes the infamous project), which is determined at run time.
Set the BrowseDialogs MaximumReturnedRecords property...by default it is 1000.
Can I enter runtime determined values in the initial value, like a .net variable?
me.MyBrowseDialog.SearchFields.Item("MyField").InitialValue = "Whatever"
Is the criterion used to filter the BO or fill the table?
Fill...a filter would not be feasible if there were a lot of records. We dynamically create queries to pull data back from the server.
Just FYI...there is a ton of documentation on this control. It was just updated before this last release also.