Hi,
i'm trying to set the value of a ComboBox with 2 columns with the MyCtrl.Column(0,15), the 1st column has customer id and the 2nd has the contract ID that means that 1 customer can have 50 contracts , what happens is that even i will set the row to 15 it will show the contract # from first row because its sharing the same customer id, and actually what i want is that it should show the Contract # from Row 15
any help is appreciated !
i'm trying to set the value of a ComboBox with 2 columns with the MyCtrl.Column(0,15), the 1st column has customer id and the 2nd has the contract ID that means that 1 customer can have 50 contracts , what happens is that even i will set the row to 15 it will show the contract # from first row because its sharing the same customer id, and actually what i want is that it should show the Contract # from Row 15

any help is appreciated !