OrderBO.Cust_id -> CustomerBO.Cust_id
and
OrderBO.Prod_id ->ProductBO.Prod_id
As I navigate through each Order record, I want to be able to display the related Customer.Name and Product.Title.
I've been able to successfully set the OrderBO.ParentBusinessObject = "CustomerBO" in the property sheet, but do not know how to set another relation at the same time or how to do this in code. Any help would be much appreciated.
TIA,
Larry
I would then use the FillForComboDisplay as the method to populate the combo...and the ph_pk would be the Value Member which is bound to the foreign key field.
BTW, Peter, thanks for your nice words regarding our support!
As you may have noticed, we have a wrapper for both DevExpress and Infragistics. Ultimately we use some of the Infragistics (after first using DevExpress) controls in our medical software. But we have create custom controls and continue to extend our StrataFrame controls due to one isolated issue or another. DevExpress and Infragistics are both good control companies, but we predominately use the SF controls except in areas like the UltraGrid or controls of that nature. Infragistics also has some good masking controls (i.e. currency) but they still take some tweaking to get it just right.