Hi Everyone.I'm B-A-A-A-A-C-C-C-C-K-K-K-K
I love how easy it is to create search strings using the browse dialog. But I am having problems configuring a combo box for it.
I have a business object for the combobox in my form that has the BorwseDialog on it. The business object gets populated in the
boLookupDetails_ParentFormLoading method. I set the combo box up for the browse dialog using the Business Object tab:
Business Object Type: BOLookupDetails
Method to execute: FillCategoryDetails(Int32)
Display Members: lupdet_dsc and lupdet_pk
Display Member Format String: {0}
Value Member: lupdet_pk
I assume that the problem is that it does not know that it needs to pass 9 ( the foreign key to the lookup category ) to the FillCategoryDetails method. How do I ensure that this happens? I could not find information in the documentation on the Browsr Dialog.
Thanks!