Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, since the LookUpEdit is not one of our controls, it's not dynamically creating an instance of the business object on the back end, but actually using the business object that you're setting as the data source. You'll need two different business objects on the form; one to be the source of the LookUpEdit, and one to be the primary business object you're working with.
|