We have a complex custom object BLOrder which contains amoung other things another object called BLLoan. this is a 1 to 1 relationship meaning an order can have one loan associated with it.
We bind the BLOrder object to an UltraWinGrid and all collection objects attached to the BLOrder object display as child bands and the BLLoan object displays as a column in the grid. Is is possible to display the BLLoan object as a child band rather than a column in the grid even though it is not a collection ?
Thanks John
jvinnell said:Is is possible to display the BLLoan object as a child band rather than a column in the grid even though it is not a collection ?