![]() |
addcombobutton does not work |
Post Reply ![]() |
Author | |
yangyanhui ![]() Senior Member ![]() Joined: 20 August 2020 Status: Offline Points: 131 |
![]() ![]() ![]() ![]() ![]() Posted: 25 January 2022 at 9:55pm |
I have a xtpreportctrl
CXTPReportRecordItem* pItem = pRecord->GetItem(CRuleRecord::colVoiceID); pItem->GetEditOptions(NULL)->m_bAllowEdit = true; pItem->GetEditOptions(NULL)->AddConstraint(_T("0")); pItem->GetEditOptions(NULL)->AddConstraint(_T("1")); pItem->GetEditOptions(NULL)->AddConstraint(_T("2")); pItem->GetEditOptions(NULL)->AddConstraint(_T("3")); pItem->GetEditOptions(NULL)->AddConstraint(_T("4")); pItem->GetEditOptions(NULL)->AddConstraint(_T("5")); pItem->GetEditOptions(NULL)->AddConstraint(_T("6")); pItem->GetEditOptions(NULL)->AddComboButton(TRUE); using this code,I want to show a combobox when i click in a certain cell, the code runs without any error,but the combobox does not show? what do I miss? thanks liuyi
|
|
![]() |
|
cpede ![]() Senior Member ![]() Joined: 13 August 2004 Location: Denmark Status: Offline Points: 680 |
![]() ![]() ![]() ![]() ![]() |
I'm doing this on the column
-cpede |
|
Product: Xtreme ToolkitPro (24.0.0)
Platform: Windows 10 (x64) Language: Visual Studio 2017 (C++) |
|
![]() |
|
yangyanhui ![]() Senior Member ![]() Joined: 20 August 2020 Status: Offline Points: 131 |
![]() ![]() ![]() ![]() ![]() |
addcombobutton cannot work in certain cell?I need to use it in several rows
|
|
![]() |
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 |