ENTER NEW OrderLine WITH OrderLine.Active='Yes',
OrderLine.SaleUKDelDate=OrderHeader.DefaultUKDelDate,
USING AddOrderLine1
and I have a Combo Box in the FORM AddOrderLine1 which is OrderLine.OrderColour which is populated by OrderLine.OrderHeader.Colours
The problem is that OrderLine has not yet been INSERTED into OrderHeader so, of course, it is not populated by the Colours held in the OrderHeader BO.
OrderLine.OrderColour references OrderColours with no multiple allowed holds the colour for this Order Line.
OrderHeader.OrderColour references OrderColours with multiples allowed hold a number of colours which can be used for that order
Can anyone help me understand how to populate the Combo?
Maybe it is not possible.
Colin
v 8.7 Windows