![]() |
access to XTPReport's records and cells |
Post Reply ![]() |
Author | |
xinyang ![]() Groupie ![]() Joined: 12 July 2009 Status: Offline Points: 10 |
![]() ![]() ![]() ![]() ![]() Posted: 14 July 2009 at 9:13am |
how do to have access to XTPReport's records and cells from Another program.
i want to do it as this
HWND hchild=::FindWindowEx(hp, NULL,"XTPReport",NULL);
if(hchild) { CXTPReportControl* m_wndReport=new CXTPReportControl();
m_wndReport->Attach(hchild);
CXTPReportRows* m_reportrow=new CXTPReportRows();
m_reportrow=m_wndReport->GetRows(); //
int count=m_reportrow->GetCount(); //but count=0; have a error;
.............................
} but it is not able to have access to its records and cells, |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
You can't access memory of another application. It can send you data with some WM_COPYDATA message.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
xinyang ![]() Groupie ![]() Joined: 12 July 2009 Status: Offline Points: 10 |
![]() ![]() ![]() ![]() ![]() |
if i want to send some massages
but i don't know how to do
::sendmassge(handle,????,????,?????);
|
|
![]() |
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 |