OnInplaceButtonDown |
Post Reply |
Author | |
adico
Groupie Joined: 20 April 2006 Location: United States Status: Offline Points: 23 |
Post Options
Thanks(0)
Posted: 26 October 2006 at 3:20pm |
I want to trigger the
CXTPReportRecordItem::OnInplaceButtonDown(CXTPReportInplaceButton*
pButton) & show the available list everytime the user clicks the
'OK' button.
Do I need to send a message or access it directly? If so, does anyone have any ideas? Thanks in advance |
|
I am not my memories...I am my dreams!
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Sorry, which "OK" button do you mean?
-- WBR, Serge |
|
adico
Groupie Joined: 20 April 2006 Location: United States Status: Offline Points: 23 |
Post Options
Thanks(0)
|
Hi, void CReportTestDlg::OnOK() { ... XTP_NM_REPORTINPLACEBUTTON* pItemNotify = (XTP_NM_REPORTINPLACEBUTTON*) pNotifyStruct; ASSERT(pItemNotify->pButton); CXTPReportRecordItem* pItem = pRecord->GetItem(0); if (pItem) pItem->OnInplaceButtonDown(pButton); ... CXTResizeDialog::OnOK(); } |
|
I am not my memories...I am my dreams!
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Looks like you only have to initiate item's editing:
-- WBR, Serge |
|
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 |