<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : CBN_XTP_EXECUTE not launched</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CBN_XTP_EXECUTE not launched]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 11:07:59 +0000</pubDate>
  <lastBuildDate>Mon, 05 Mar 2007 07:02:31 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=6542</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[CBN_XTP_EXECUTE not launched : Hi, oh. I thought you use CBN_XTP_EXECUTE...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6542&amp;PID=20892&amp;title=cbn-xtp-execute-not-launched#20892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6542<br /><strong>Posted:</strong> 05 March 2007 at 7:02am<br /><br /><DIV>Hi,</DIV><DIV>oh. I thought you use <FONT size=2>CBN_XTP_EXECUTE as macro. Sorry.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Try to set breakpoint in LRESULT CXTPControl::NotifySite(CWnd* pSite, UINT code, NMXTPCONTROL* pNM)<BR></FONT></DIV><DIV><FONT size=2>and check what&nbsp;window receives this notification. I think you catch it in wrong window.</DIV><DIV></DIV></FONT>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 07:02:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6542&amp;PID=20892&amp;title=cbn-xtp-execute-not-launched#20892</guid>
  </item> 
  <item>
   <title><![CDATA[CBN_XTP_EXECUTE not launched :  v10.4.1: -------- #define...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6542&amp;PID=20886&amp;title=cbn-xtp-execute-not-launched#20886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=231">fjsen</a><br /><strong>Subject:</strong> 6542<br /><strong>Posted:</strong> 05 March 2007 at 2:51am<br /><br /><FONT color=#0000ff size=2><DIV>v10.4.1:</DIV><DIV>--------</DIV><DIV>#define</FONT><FONT size=2> ON_XTP_EXECUTE(id, memberFxn) \</FONT></DIV><DIV><FONT size=2>ON_NOTIFY(CBN_XTP_EXECUTE, id, memberFxn)</DIV><DIV>&nbsp;</DIV><DIV>In version 9.80, when you created a CXTPControlComboBox the CBN_XTP_EXECUTE notification message were fired. We catched it with <FONT size=2>ON_XTP_EXECUTE macro. Now, we have migrated to v10.4.1 and that message is not fired when creating the control.</FONT></DIV><DIV>&nbsp;</DIV><DIV>Kind regards,</DIV><DIV>&nbsp;</DIV><DIV>Francisco José</DIV><DIV>&nbsp;</DIV></FONT>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 02:51:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6542&amp;PID=20886&amp;title=cbn-xtp-execute-not-launched#20886</guid>
  </item> 
  <item>
   <title><![CDATA[CBN_XTP_EXECUTE not launched : Hi,  we never had CBN_XTP_EXECUTE...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6542&amp;PID=20867&amp;title=cbn-xtp-execute-not-launched#20867</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6542<br /><strong>Posted:</strong> 04 March 2007 at 3:11am<br /><br /><P>Hi,&nbsp; </P><DIV>we never had <FONT size=2>CBN_XTP_EXECUTE macro. try </FONT>ON_XTP_EXECUTE</DIV>]]>
   </description>
   <pubDate>Sun, 04 Mar 2007 03:11:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6542&amp;PID=20867&amp;title=cbn-xtp-execute-not-launched#20867</guid>
  </item> 
  <item>
   <title><![CDATA[CBN_XTP_EXECUTE not launched : Hi,  I&amp;#039;ve noticed that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6542&amp;PID=20838&amp;title=cbn-xtp-execute-not-launched#20838</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=231">fjsen</a><br /><strong>Subject:</strong> 6542<br /><strong>Posted:</strong> 01 March 2007 at 12:43pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I've noticed that when you create a <FONT size=2>CXTPControlComboBox control, the <FONT size=2>CBN_XTP_EXECUTE notification message is not launched, is it? In XTP v9.80 it were launched. Is there any way to make last XTP release to launch that message as v9.80 did?</DIV><DIV></DIV><P>Kind regards,</P><DIV></DIV><DIV></DIV>Francisco Jose Sen</FONT></FONT>]]>
   </description>
   <pubDate>Thu, 01 Mar 2007 12:43:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6542&amp;PID=20838&amp;title=cbn-xtp-execute-not-launched#20838</guid>
  </item> 
 </channel>
</rss>