Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Hi Govinda.
Maybe you could have 2 BrowseDialogs in your form. One for the Orders, and this could have Order Number, Client, Date, etc., as SearchFields and would search on the Orders table, and the other BD could have the OrderItems SearchFields including the Product and would search the OrderItems table. For this second one, you could add a BrowseDialogClosed event handle and use the populated OrderItems BO to get the Orders primary key that returned with it. After that, you just populate your Order BO and the user will have it on the form.
Hope it helps.
|