<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[lib&#x2F;tttest.p]]></title><description><![CDATA[<p dir="auto">I'm trying tttest.p but I can't get it to not give me the message 'temp-table info requires OpenEdge 11 or higher and you must set "DEBUGTT true" in lib/protop.i.'.</p>
<p dir="auto">I do have this line in lib/protop.i:<br />
&amp;global-define        DEBUGTT        true</p>
<p dir="auto">I start my session:<br />
pro -ttbaseindex 1 -ttindexrangesize 100 -ttbasetable 1 -tttablerangesize 100</p>
<p dir="auto">And then I run this:<br />
propath = '.,propath'.<br />
run lib/tttest.p.</p>
<p dir="auto">In tttest.p, it acts as if DEBUGTT is defined.  However, when showTT in ttinfo.p runs getTTTblList, it skips right to the RETURN statement.  In other words, it skips over the whole &amp;IF DEFINED( DEBUGTT ) &amp;THEN...&amp;ENDIF block.</p>
<p dir="auto">Help?</p>
]]></description><link>https://community.wss.com/topic/16/lib-tttest-p</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 06:22:29 GMT</lastBuildDate><atom:link href="https://community.wss.com/topic/16.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Mar 2018 22:59:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to lib&#x2F;tttest.p on Fri, 23 Mar 2018 17:54:03 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Tom.  After updating ttinfo.p, I got it to work.</p>
]]></description><link>https://community.wss.com/post/85</link><guid isPermaLink="true">https://community.wss.com/post/85</guid><dc:creator><![CDATA[Rob Fitzpatrick]]></dc:creator><pubDate>Fri, 23 Mar 2018 17:54:03 GMT</pubDate></item><item><title><![CDATA[Reply to lib&#x2F;tttest.p on Fri, 23 Mar 2018 16:18:40 GMT]]></title><description><![CDATA[<p dir="auto">You're not wrong.  I too have pointed to that code from PUG presentations.  But what seems obvious and easy to me with regards to turning things on and off doesn't always translate to others.   (And other people's obvious and easy doesn't always work for me either.)</p>
]]></description><link>https://community.wss.com/post/84</link><guid isPermaLink="true">https://community.wss.com/post/84</guid><dc:creator><![CDATA[tom]]></dc:creator><pubDate>Fri, 23 Mar 2018 16:18:40 GMT</pubDate></item><item><title><![CDATA[Reply to lib&#x2F;tttest.p on Fri, 23 Mar 2018 15:36:11 GMT]]></title><description><![CDATA[<p dir="auto">OK, thanks.  It's worth noting that I came back to this code after reading Dan's EMEA PUG presentation from last year where he said people should check out tttest.p/ttinfo.p.  So I assumed that it was something an "outsider" should be able to do.  <img src="https://community.wss.com/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=cg5jembuhoa" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /></p>
]]></description><link>https://community.wss.com/post/83</link><guid isPermaLink="true">https://community.wss.com/post/83</guid><dc:creator><![CDATA[Rob Fitzpatrick]]></dc:creator><pubDate>Fri, 23 Mar 2018 15:36:11 GMT</pubDate></item><item><title><![CDATA[Reply to lib&#x2F;tttest.p on Fri, 23 Mar 2018 15:30:49 GMT]]></title><description><![CDATA[<p dir="auto">lib/protop.i isn't referenced in lib/ttinfo.p -- you have to edit lib/ttinfo.p also and remove the "x" from:</p>
<p dir="auto">&amp;global-define xDEBUGTT</p>
<p dir="auto">There are also some bits at the top of protop.p that might be relevant depending on what you're doing.</p>
<p dir="auto">I was primarily interested in getting together an example of pulling the TT info and that I occasionally enable that stuff within ProTop when I'm looking for internal TT bugs.  I think I probably just hacked together some pre-processor junk so that I could "have my cake and eat it too" without really working through how an outsider might try to use it.</p>
]]></description><link>https://community.wss.com/post/82</link><guid isPermaLink="true">https://community.wss.com/post/82</guid><dc:creator><![CDATA[tom]]></dc:creator><pubDate>Fri, 23 Mar 2018 15:30:49 GMT</pubDate></item></channel></rss>