How to select an item in a Report combobox |
Post Reply |
Author | |
bsamar
Newbie Joined: 07 April 2008 Location: India Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 08 April 2008 at 9:43am |
Hi,
Am trying to select an item in a combo box. The combo box is in a CXTPReportRecordItem which I got by implementing pItem->GetEditOptions(0)->AddComboButton()
Now, supposing I have two rows with data and there is one combo box on each row, I want to change the selection of a combo box in the second row when the selection is changed in the combo box of the first row.
I have added the string in both the combo boxs by calling
pItemConstraint =
pItem->GetEditOptions(0)->AddConstraint("XYZ"); pItemConstraint->m_dwData = 4; Do let me know how I can make a selection if you know.
Thanks in advance.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |