Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Nope, it sounds like you are on the right track. You can fill any search field on the BD and it will fetch all records from the view you gave it as the BO type. Once you give it an OK it will then populate the BO you set as the BO to Populate with the results of your search criteria. The BO to populate should be an instance of the BO dropped onto your form, and it should be the type of the BO Type you set the BrowseDialog to work with. When you Close the BD, and you have an event exposed for that, you can then work with the BO instance populated with the contents brought according to your search criteria. If the BO instance you populated is the form's PrimaryBusinessObject, you don't even need to do anything, as it will be already populated and positioned on the record you chose from the BD before you OKed it.
|