Print Page | Close Window

access to XTPReport's records and cells

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=14742
Printed Date: 22 June 2025 at 5:13am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: access to XTPReport's records and cells
Posted By: xinyang
Subject: access to XTPReport's records and cells
Date 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,



Replies:
Posted By: Oleg
Date Posted: 14 July 2009 at 1:16pm
You can't access memory of another application. It can send you data with some WM_COPYDATA message.

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: xinyang
Date Posted: 14 July 2009 at 7:31pm
if i want to send some massages
but i don't know how to do
 ::sendmassge(handle,????,????,?????);
 
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net