<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-22836</id>
	<title>Nabble - Active4D</title>
	<updated>2009-11-20T07:54:31Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Active4D-f22836.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Active4D-f22836.html" />
	<subtitle type="html">&lt;a href=&quot;http://www.aparajitaworld.com/site/products/Active4D/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D&lt;/a&gt; is the ultimate 4D web development environment, offering you unparalleled power and simplicity.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26445642</id>
	<title>Re: New Global Collection, Get Collection Array</title>
	<published>2009-11-20T07:54:31Z</published>
	<updated>2009-11-20T07:54:31Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">&amp;gt; I did 1 better by storing the handle in a 4D IP Var. Since I do not
&lt;br&gt;&amp;gt; understand how storing a reference to a global collection in the &amp;nbsp;
&lt;br&gt;&amp;gt; global
&lt;br&gt;&amp;gt; collection is accessible without knowing the reference, I did not &amp;nbsp;
&lt;br&gt;&amp;gt; store the
&lt;br&gt;&amp;gt; reference to the global collection in a global collection.
&lt;br&gt;&lt;br&gt;A 4D IP Var is not 1 better, it's 1 worse. &amp;nbsp;;-)
&lt;br&gt;&lt;br&gt;Instead of:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;&amp;gt;nGCRef := $myCollection
&lt;br&gt;&lt;br&gt;use:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;globals{&amp;quot;gcref&amp;quot;} := $myCollection
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; What's wrong with this picture?
&lt;br&gt;&lt;br&gt;The collection you stored was probably not created using 'new global &amp;nbsp;
&lt;br&gt;collection'. If you used 'new collection', it was local and was &amp;nbsp;
&lt;br&gt;destroyed as soon as On Application Start finished executing.
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445642&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Global-Collection%2C-Get-Collection-Array-tp26445258p26445642.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445258</id>
	<title>New Global Collection, Get Collection Array</title>
	<published>2009-11-20T07:31:30Z</published>
	<updated>2009-11-20T07:31:30Z</updated>
	<author>
		<name>David Ringsmuth-3</name>
	</author>
	<content type="html">A4D v4.5r1
&lt;br&gt;&lt;br&gt;4D 2004.8
&lt;br&gt;&lt;br&gt;Vista
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;In need of a &amp;quot;persistent&amp;quot; array in my A4D application, in the Active4D.4dl
&lt;br&gt;library in the method &amp;quot;On Application Start&amp;quot;, I create a new global
&lt;br&gt;collection into which I store 9 arrays. The handle for this collection I
&lt;br&gt;keep in a inter-process variable &amp;lt;&amp;gt;nGCRef.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Later in the application I use &amp;lt;&amp;gt;nGCRef to Get Collection Array.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;The handle is invalid. The array is inaccessible.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;The documentation reads: Be sure to store the handle in a place where you
&lt;br&gt;can retrieve it later, such
&lt;br&gt;&lt;br&gt;as in the globals collection.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I did 1 better by storing the handle in a 4D IP Var. Since I do not
&lt;br&gt;understand how storing a reference to a global collection in the global
&lt;br&gt;collection is accessible without knowing the reference, I did not store the
&lt;br&gt;reference to the global collection in a global collection.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;What's wrong with this picture?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Please advise!
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;David Ringsmuth
&lt;br&gt;&lt;br&gt;952 232-0766
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445258&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Global-Collection%2C-Get-Collection-Array-tp26445258p26445258.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26401430</id>
	<title>[ANN] Active4D v5.0r8 released</title>
	<published>2009-11-17T18:24:57Z</published>
	<updated>2009-11-17T18:24:57Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Greetings,
&lt;br&gt;&lt;br&gt;Version 5.0r8 of Active4D, the ultimate web development environment &amp;nbsp;
&lt;br&gt;for 4D v11 SQL, is now available for immediate download.
&lt;br&gt;&lt;br&gt;The latest version of Active4D can be found here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.aparajitaworld.com/site/products/Active4D/download.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aparajitaworld.com/site/products/Active4D/download.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Still haven't tried Active4D? Here's a testimonial from another happy &amp;nbsp;
&lt;br&gt;Active4D developer:
&lt;br&gt;&lt;br&gt;&amp;quot;I've learned an absolutely huge amount during the development and &amp;nbsp;
&lt;br&gt;implementation of this project -- driven at one end by customer and at &amp;nbsp;
&lt;br&gt;the other by developers with more experience. The Active4D mailing &amp;nbsp;
&lt;br&gt;list is absolutely indispensable as a source of support but the &amp;nbsp;
&lt;br&gt;customer is happy despite the learning curves. Their sales have &amp;nbsp;
&lt;br&gt;increased since we switched to Active 4D from Cold Fusion and that's &amp;nbsp;
&lt;br&gt;the bottom line for them.&amp;quot; &amp;nbsp;-- Peter Jakobssen
&lt;br&gt;&lt;br&gt;For more information on the benefits of Active4D, point your browser to:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.aparajitaworld.com/site/products/Active4D&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aparajitaworld.com/site/products/Active4D&lt;/a&gt;&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;Aparajita
&lt;br&gt;www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;- Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26401430&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r8-released-tp26401430p26401430.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26375210</id>
	<title>Re: JSON, UK Pound Symbol and ISO-8859-1</title>
	<published>2009-11-16T08:45:54Z</published>
	<updated>2009-11-16T08:45:54Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">&amp;gt; However when I'm using AJAX and JSON I have problems with the
&lt;br&gt;&amp;gt; encoding. Specifically it's encoding the £ (Uk pound sybmol) as
&lt;br&gt;&amp;gt; &amp;pound;
&lt;br&gt;&lt;br&gt;Can you be a bit more specific? When you say &amp;quot;it&amp;quot;, what does that &amp;nbsp;
&lt;br&gt;refer to?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; I've played around with calling:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; set content charset(&amp;quot;ISO-8859-1&amp;quot;)
&lt;br&gt;&lt;br&gt;Doesn't affect Ajax/JSON, Ajax uses UTF-8 exclusively.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; In my script which calls the JSON library, and using firebug I can see
&lt;br&gt;&amp;gt; that the right character set is used, however is the JSON library is
&lt;br&gt;&amp;gt; still encoding the pound as &amp;pound;
&lt;br&gt;&lt;br&gt;a4d.json does not encode character entities. What are you doing with &amp;nbsp;
&lt;br&gt;the JSON data you get back?
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26375210&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JSON%2C-UK-Pound-Symbol-and-ISO-8859-1-tp26374158p26375210.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26374724</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-16T08:20:22Z</published>
	<updated>2009-11-16T08:20:22Z</updated>
	<author>
		<name>Peter Jakobsson-2</name>
	</author>
	<content type="html">&lt;br&gt;On 16 Nov 2009, at 07:51, Aparajita Fishman wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; Oh, wait, maybe it will
&lt;br&gt;&amp;gt;&amp;gt; be better with version 12.
&lt;br&gt;&lt;br&gt;It will, because 2004 to v11 was a DB engine re-write and a &amp;nbsp;
&lt;br&gt;discontinuity in terms of technology, whereas v12 will just be &amp;nbsp;
&lt;br&gt;extending the v11 functionality.
&lt;br&gt;&lt;br&gt;Peter
&lt;br&gt;&lt;br&gt;Active 4D 4.0.2
&lt;br&gt;4D 2004.7 (Client-Server)
&lt;br&gt;Win 2003 Enterprise Server OS
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26374724&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26374724.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26374158</id>
	<title>JSON, UK Pound Symbol and ISO-8859-1</title>
	<published>2009-11-16T07:46:27Z</published>
	<updated>2009-11-16T07:46:27Z</updated>
	<author>
		<name>James Wright-4</name>
	</author>
	<content type="html">Hi Folks,
&lt;br&gt;&lt;br&gt;Can anyone point me in the right direction please?
&lt;br&gt;&lt;br&gt;I'm using a combination of Active 4D 4.5r1, JSON and the ExtJS library.
&lt;br&gt;&lt;br&gt;I'm having a little problem with the UK pound symbol, specifically the
&lt;br&gt;encoding of the symbol in the AJAX request.
&lt;br&gt;&lt;br&gt;On normal HTML forms with Active4D, if I specify the encoding method
&lt;br&gt;as ISO-8859-1, the HTML form displays the UK pound symbol properly,
&lt;br&gt;and also when the form is submitted it is received into 4D as a pound
&lt;br&gt;symbol. All good :)
&lt;br&gt;&lt;br&gt;However when I'm using AJAX and JSON I have problems with the
&lt;br&gt;encoding. Specifically it's encoding the £ (Uk pound sybmol) as
&lt;br&gt;&amp;pound; I've played around with calling:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;set content charset(&amp;quot;ISO-8859-1&amp;quot;)
&lt;br&gt;&lt;br&gt;In my script which calls the JSON library, and using firebug I can see
&lt;br&gt;that the right character set is used, however is the JSON library is
&lt;br&gt;still encoding the pound as &amp;pound;
&lt;br&gt;&lt;br&gt;I've also tried editing the JSON library, but I'm really just shooting
&lt;br&gt;in the dark there ;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;James.
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26374158&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JSON%2C-UK-Pound-Symbol-and-ISO-8859-1-tp26374158p26374158.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26367974</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-15T23:51:37Z</published>
	<updated>2009-11-15T23:51:37Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">&amp;gt; Yeah, teething problems. &amp;nbsp;2 years after the realease of a product.
&lt;br&gt;&amp;gt; Over 3 years into the lifecycle of the product. &amp;nbsp;I'd like to take this
&lt;br&gt;&amp;gt; lightly, but it is more of the same from 4D. &amp;nbsp;Oh, wait, maybe it will
&lt;br&gt;&amp;gt; be better with version 12.
&lt;br&gt;&lt;br&gt;4D is in good company.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tinyurl.com/yjtwgwn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/yjtwgwn&lt;/a&gt;&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26367974&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26367974.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26366364</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-15T19:22:28Z</published>
	<updated>2009-11-15T19:22:28Z</updated>
	<author>
		<name>Michael Check</name>
	</author>
	<content type="html">Yeah, teething problems. &amp;nbsp;2 years after the realease of a product.
&lt;br&gt;Over 3 years into the lifecycle of the product. &amp;nbsp;I'd like to take this
&lt;br&gt;lightly, but it is more of the same from 4D. &amp;nbsp;Oh, wait, maybe it will
&lt;br&gt;be better with version 12.
&lt;br&gt;&lt;br&gt;Michael Check
&lt;br&gt;&lt;br&gt;On Sat, Nov 14, 2009 at 5:58 AM, Alexander Heintz &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26366364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listreader@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; poor you, missing out on most of the V11 teething problems, but do not
&lt;br&gt;&amp;gt; despair, there a quite a few left for you to enjoy :-)
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26366364&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26366364.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26352800</id>
	<title>Invalid Parameters in an execute command</title>
	<published>2009-11-14T10:56:37Z</published>
	<updated>2009-11-14T10:56:37Z</updated>
	<author>
		<name>David Ringsmuth-3</name>
	</author>
	<content type="html">I found the problem.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I was passing a session item value to a 4D method that required a numeric
&lt;br&gt;parameter. The session item was not net initialized so it was passing a
&lt;br&gt;string.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;David Ringsmuth
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26352800&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Invalid-Parameters-in-an-execute-command-tp26352800p26352800.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26352415</id>
	<title>Re: On Web Connection, Invalid Parameter in an execute command</title>
	<published>2009-11-14T10:17:18Z</published>
	<updated>2009-11-14T10:17:18Z</updated>
	<author>
		<name>David Ringsmuth-3</name>
	</author>
	<content type="html">Yes. I figured that out after I posted the email. But the error remains. I
&lt;br&gt;have a plan to isolate it and then kill it....more time...
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26352415&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;active4d-dev-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26352415&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;active4d-dev-bounces@...&lt;/a&gt;] On Behalf Of Aparajita
&lt;br&gt;Fishman
&lt;br&gt;Sent: Saturday, November 14, 2009 10:14 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26352415&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;active4d-dev@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [Active4d-dev] On Web Connection, Invalid Parameter in an
&lt;br&gt;execute command
&lt;br&gt;&lt;br&gt;&amp;gt; Using 4D's trace debug log I can see that &amp;nbsp;the very first line shows
&lt;br&gt;&amp;gt; something is undefined:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 5 [15] &amp;nbsp; &amp;nbsp; cmd: Undefined (* ON WEB CONNECTION).
&lt;br&gt;&lt;br&gt;Actually, that's the Undefined command you are seeing, not something &amp;nbsp;
&lt;br&gt;that is undefined in the method.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26352415&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/On-Web-Connection%2C-Invalid-Parameter-in-an-execute-command-tp26342885p26352415.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26351930</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-14T09:12:30Z</published>
	<updated>2009-11-14T09:12:30Z</updated>
	<author>
		<name>Peter Schumacher-2</name>
	</author>
	<content type="html">That's the real bummer!
&lt;br&gt;&lt;br&gt;Am 14.11.2009 um 04:34 schrieb Alexander Heintz:
&lt;br&gt;&lt;br&gt;&amp;gt; Sadly changing the components does reuire recompilation of the host &amp;nbsp;
&lt;br&gt;&amp;gt; database,
&lt;br&gt;&lt;br&gt;Greetings,
&lt;br&gt;[4D-Consulting.com]eK, Edmonton (Alberta)
&lt;br&gt;Peter Schumacher
&lt;br&gt;--------------------------------------------------------
&lt;br&gt;Web: &lt;a href=&quot;http://www.4D-Consulting.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.4D-Consulting.com/&lt;/a&gt;&lt;br&gt;Tel.: &amp;nbsp; &amp;nbsp; &amp;nbsp;+49-611-9406.850 - Fax: +49-611-9406.744
&lt;br&gt;4D-Consulting.com eK - Scharnhorststr. 36 - 65195 Wiesbaden
&lt;br&gt;Member of the German Developer Network &amp;nbsp;&lt;a href=&quot;http://www.die4dwerkstatt.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.die4dwerkstatt.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26351930&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26351930.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26351886</id>
	<title>Invalid parameters in an Execute command. (more)</title>
	<published>2009-11-14T09:07:59Z</published>
	<updated>2009-11-14T09:07:59Z</updated>
	<author>
		<name>David Ringsmuth-3</name>
	</author>
	<content type="html">Top of Form
&lt;br&gt;&lt;br&gt;A runtime error occurred at line number: 
&lt;br&gt;&lt;br&gt;0
&lt;br&gt;&lt;br&gt;When executing the method:
&lt;br&gt;&lt;br&gt;* ON WEB CONNECTION
&lt;br&gt;&lt;br&gt;Invalid parameters in an Execute command.
&lt;br&gt;&lt;br&gt;Bottom of Form
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;A4d 4.5r1
&lt;br&gt;&lt;br&gt;Vista
&lt;br&gt;&lt;br&gt;4D 2004.8
&lt;br&gt;&lt;br&gt;Compiled
&lt;br&gt;&lt;br&gt;4D is the web server
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;When running source code this error does not appear.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I've read the docs on On Web Connection in the 4D LRM and in A4D's
&lt;br&gt;Reference.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I seem to remember working through this problem in the past. It may have to
&lt;br&gt;do with calling 4D methods which may or may not return a $0.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I've tried many things.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;If you have insight, please share it with me.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;David Ringsmuth
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26351886&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Invalid-parameters-in-an-Execute-command.-%28more%29-tp26351886p26351886.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26351340</id>
	<title>Re: On Web Connection, Invalid Parameter in an execute command</title>
	<published>2009-11-14T08:13:43Z</published>
	<updated>2009-11-14T08:13:43Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">&amp;gt; Using 4D's trace debug log I can see that &amp;nbsp;the very first line shows
&lt;br&gt;&amp;gt; something is undefined:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 5 [15] &amp;nbsp; &amp;nbsp; cmd: Undefined (* ON WEB CONNECTION).
&lt;br&gt;&lt;br&gt;Actually, that's the Undefined command you are seeing, not something &amp;nbsp;
&lt;br&gt;that is undefined in the method.
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26351340&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/On-Web-Connection%2C-Invalid-Parameter-in-an-execute-command-tp26342885p26351340.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26349660</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-14T04:33:56Z</published>
	<updated>2009-11-14T04:33:56Z</updated>
	<author>
		<name>Peter Jakobsson-2</name>
	</author>
	<content type="html">&lt;br&gt;On 14 Nov 2009, at 12:58, Alexander Heintz wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; poor you, missing out on most of the V11 teething problems, but do &amp;nbsp;
&lt;br&gt;&amp;gt; not despair, there a quite a few left for you to enjoy :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Indeed. I served my time with beta testing 6.7 and I'm not doing &amp;nbsp;
&lt;br&gt;again. Luckily it seems like there are plenty of takers for getting &amp;nbsp;
&lt;br&gt;their feet wet :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26349660&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26349660.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26349426</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-14T03:58:19Z</published>
	<updated>2009-11-14T03:58:19Z</updated>
	<author>
		<name>Alexander Heintz</name>
	</author>
	<content type="html">Am 14.11.2009 um 12:41 schrieb Peter Jakobsson:
&lt;br&gt;&lt;br&gt;&amp;gt; I might start with v11.5.
&lt;br&gt;&lt;br&gt;poor you, missing out on most of the V11 teething problems, but do not &amp;nbsp;
&lt;br&gt;despair, there a quite a few left for you to enjoy :-)
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Alex
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26349426&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26349426.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26349327</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-14T03:41:34Z</published>
	<updated>2009-11-14T03:41:34Z</updated>
	<author>
		<name>Peter Jakobsson-2</name>
	</author>
	<content type="html">&lt;br&gt;On 14 Nov 2009, at 12:34, Alexander Heintz wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Components in V11 have absolutely NOTHING in common with 2004 &amp;nbsp;
&lt;br&gt;&amp;gt; components!
&lt;br&gt;&lt;br&gt;Thanks for the background Alexander. Very interesting as I've not &amp;nbsp;
&lt;br&gt;started with v11 yet but done the courses etc (a long time ago).
&lt;br&gt;&lt;br&gt;I might start with v11.5.
&lt;br&gt;&lt;br&gt;Peter
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26349327&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26349327.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26349296</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-14T03:34:19Z</published>
	<updated>2009-11-14T03:34:19Z</updated>
	<author>
		<name>Alexander Heintz</name>
	</author>
	<content type="html">Am 14.11.2009 um 11:23 schrieb Peter Jakobsson:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; don't worry, neither did 4D until Aparajita found out.
&lt;br&gt;&amp;gt;&amp;gt; Then they immediately declared it a feature :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is this a new phenomenon in v11 ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I seems to work ok in v2004 since for years I've been using a &amp;nbsp;
&lt;br&gt;&amp;gt; component built around Active 4D which passes one of it's own &amp;nbsp;
&lt;br&gt;&amp;gt; methods to &amp;quot;A4D Set Stream Callbacks&amp;quot;.
&lt;br&gt;&lt;br&gt;Components in V11 have absolutely NOTHING in common with 2004 &amp;nbsp;
&lt;br&gt;components!
&lt;br&gt;Completely different system.
&lt;br&gt;2004 Components were basically nothing than a group of standard &amp;nbsp;
&lt;br&gt;methods that had some flags set (public/private, etc) and could be &amp;nbsp;
&lt;br&gt;moved as a group but operated in the normal host database environment &amp;nbsp;
&lt;br&gt;(hence the troubles with variable and method naming, etc.).
&lt;br&gt;V11 components operate completely in thir own space, got their own &amp;nbsp;
&lt;br&gt;variables, resources, etc.
&lt;br&gt;That is what makes them so great.
&lt;br&gt;But again, 4D has not completely thought this trough, as it should hav &amp;nbsp;
&lt;br&gt;been possible to make the PlugIn API access component methods just &amp;nbsp;
&lt;br&gt;like the host database (and other component for that matter) do.
&lt;br&gt;4D Components in V11 are a fist step to create modular programming as &amp;nbsp;
&lt;br&gt;you can extend functionality by just dropping the component into you &amp;nbsp;
&lt;br&gt;database.
&lt;br&gt;Sadly changing the components does reuire recompilation of the host &amp;nbsp;
&lt;br&gt;database, so you cannot just exchange/add/remove a component on a &amp;nbsp;
&lt;br&gt;compiled database.
&lt;br&gt;But hey, it’s a start and with 4D we have learned to cherish the &amp;nbsp;
&lt;br&gt;little advances :-)
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Alex
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26349296&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26349296.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26348850</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-14T02:23:57Z</published>
	<updated>2009-11-14T02:23:57Z</updated>
	<author>
		<name>Peter Jakobsson-2</name>
	</author>
	<content type="html">&lt;br&gt;On 14 Nov 2009, at 11:11, Alexander Heintz wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; don't worry, neither did 4D until Aparajita found out.
&lt;br&gt;&amp;gt; Then they immediately declared it a feature :-)
&lt;br&gt;&lt;br&gt;Is this a new phenomenon in v11 ?
&lt;br&gt;&lt;br&gt;I seems to work ok in v2004 since for years I've been using a &amp;nbsp;
&lt;br&gt;component built around Active 4D which passes one of it's own methods &amp;nbsp;
&lt;br&gt;to &amp;quot;A4D Set Stream Callbacks&amp;quot;.
&lt;br&gt;&lt;br&gt;Peter
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26348850&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26348850.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26348758</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-14T02:11:12Z</published>
	<updated>2009-11-14T02:11:12Z</updated>
	<author>
		<name>Alexander Heintz</name>
	</author>
	<content type="html">Am 13.11.2009 um 22:40 schrieb Peter Jakobsson:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; so a plugin can never access a callback method that’s part of a &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; component.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ouch !
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I didn't know this.
&lt;br&gt;&lt;br&gt;don't worry, neither did 4D until Aparajita found out.
&lt;br&gt;Then they immediately declared it a feature :-)
&lt;br&gt;&lt;br&gt;Alex
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26348758&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26348758.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344075</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-13T13:49:27Z</published>
	<updated>2009-11-13T13:49:27Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">&amp;gt;&amp;gt; so a plugin can never access a callback method that’s part of a &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; component.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ouch !
&lt;br&gt;&lt;br&gt;Not directly. You would have to add a stub to the host database that &amp;nbsp;
&lt;br&gt;delegated to the component callback.
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26344075&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26344075.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26343971</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-13T13:40:57Z</published>
	<updated>2009-11-13T13:40:57Z</updated>
	<author>
		<name>Peter Jakobsson-2</name>
	</author>
	<content type="html">&lt;br&gt;On 13 Nov 2009, at 20:59, Alexander Heintz wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; so a plugin can never access a callback method that’s part of a &amp;nbsp;
&lt;br&gt;&amp;gt; component.
&lt;br&gt;&lt;br&gt;Ouch !
&lt;br&gt;&lt;br&gt;I didn't know this.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26343971&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26343971.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342885</id>
	<title>On Web Connection, Invalid Parameter in an execute command</title>
	<published>2009-11-13T12:17:00Z</published>
	<updated>2009-11-13T12:17:00Z</updated>
	<author>
		<name>David Ringsmuth-3</name>
	</author>
	<content type="html">A4D 4.5r1
&lt;br&gt;&lt;br&gt;Vista
&lt;br&gt;&lt;br&gt;4D 2004.8
&lt;br&gt;&lt;br&gt;Using 4D as the web server
&lt;br&gt;&lt;br&gt;Copied the &amp;quot;On Web Connection&amp;quot; method from the A4D Shell for 4D
&lt;br&gt;&lt;br&gt;Installed all the core groups
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Everything else works fine in source code.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Compiled I get &amp;quot;Invalid Parameter in an execute command, On Web Connection.&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Using 4D's trace debug log I can see that &amp;nbsp;the very first line shows
&lt;br&gt;something is undefined:
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;-- Startup on Friday, November 13, 2009 02:01:08 PM (192430205) --
&lt;br&gt;&lt;br&gt;5 [15] Log level: 2
&lt;br&gt;&lt;br&gt;5 [15] &amp;nbsp; &amp;nbsp; cmd: Undefined (* ON WEB CONNECTION).
&lt;br&gt;&lt;br&gt;5 [15] &amp;nbsp; &amp;nbsp; cmd: MESSAGES OFF (* ON WEB CONNECTION).
&lt;br&gt;&lt;br&gt;5 [15] &amp;nbsp; &amp;nbsp; cmd: READ ONLY (* ON WEB CONNECTION).
&lt;br&gt;&lt;br&gt;5 [15] &amp;nbsp; &amp;nbsp; cmd: ON ERR CALL (* ON WEB CONNECTION).
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Nothing else in the debug trace log for OWC shows an error.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;This seems like it should be really simple.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Please help
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;David Ringsmuth
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342885&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/On-Web-Connection%2C-Invalid-Parameter-in-an-execute-command-tp26342885p26342885.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342820</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-13T12:12:30Z</published>
	<updated>2009-11-13T12:12:30Z</updated>
	<author>
		<name>Mehboob Alam-5</name>
	</author>
	<content type="html">Ahh.. thanks for the technical details.. despite all the negative
&lt;br&gt;stuff that happened, DeepSky's components had the right intention of
&lt;br&gt;masking the under-lying variants.. looks like the 4D architecture
&lt;br&gt;still has ways to go yet..
&lt;br&gt;&lt;br&gt;:(
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342820&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26342820.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342634</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-13T12:01:13Z</published>
	<updated>2009-11-13T12:01:13Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">&amp;gt; I was hoping.. with the v11 release, that an Active4D component would
&lt;br&gt;&amp;gt; ease the release/update process.. just for the part that comprise the
&lt;br&gt;&amp;gt; shell of course, cause everything else can be handled as text.. is
&lt;br&gt;&amp;gt; this possible?
&lt;br&gt;&lt;br&gt;The problem is that the 4D plugin SDK really does not support &amp;nbsp;
&lt;br&gt;components. When the plugin asks for a variable value or executes a &amp;nbsp;
&lt;br&gt;method, it always goes to the host database. I'm sure there is some &amp;nbsp;
&lt;br&gt;way around it, but I'm not sure the solution would be better than the &amp;nbsp;
&lt;br&gt;problem.
&lt;br&gt;&lt;br&gt;If you want to modify the shell code, being a component doesn't help &amp;nbsp;
&lt;br&gt;in merging my changes, you still have to manually integrate them. If &amp;nbsp;
&lt;br&gt;you don't change the shell code, just open a second copy of 4D and &amp;nbsp;
&lt;br&gt;drag the Active4D explorer group from the new shell to your db and &amp;nbsp;
&lt;br&gt;replace existing resources.
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342634&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26342634.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26342606</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-13T11:59:58Z</published>
	<updated>2009-11-13T11:59:58Z</updated>
	<author>
		<name>Alexander Heintz</name>
	</author>
	<content type="html">I might jump in here,
&lt;br&gt;sadly it is not as easy as I had hoped (being a big fan of v1 &amp;nbsp;
&lt;br&gt;components, I have databases where the code is 85% - self configuring &amp;nbsp;
&lt;br&gt;- components).
&lt;br&gt;You still need a bunch of methods in the host database, as the plugin &amp;nbsp;
&lt;br&gt;API does aparently only give you acces to the host database methods, &amp;nbsp;
&lt;br&gt;so a plugin can never access a callback method that’s part of a &amp;nbsp;
&lt;br&gt;component.
&lt;br&gt;I am currently evaluating the possibility to autmate that process &amp;nbsp;
&lt;br&gt;using the excellent API Pack from Pluggers.nl,.
&lt;br&gt;I have a component working, but only ith the NTK WebServer, thngs get &amp;nbsp;
&lt;br&gt;more complicated with the built in http server.
&lt;br&gt;If I find a solution I will let of course all of you know.
&lt;br&gt;I can make my NTK Component available when I gat around to create at &amp;nbsp;
&lt;br&gt;least a rudimentary documntation for it.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Alex
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I was hoping.. with the v11 release, that an Active4D component would
&lt;br&gt;&amp;gt; ease the release/update process.. just for the part that comprise the
&lt;br&gt;&amp;gt; shell of course, cause everything else can be handled as text.. is
&lt;br&gt;&amp;gt; this possible?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Nov 13, 2009 at 12:47 PM, Aparajita Fishman
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342606&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aparajita@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Actually. If we know the release date of the shell revision, you &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; can do a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; find in database for changes after a certain date. Better than &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; nothing.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Just look at the modification date of the shell for the previous &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; revision,
&lt;br&gt;&amp;gt;&amp;gt; then search for anything that was modified after that.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Kind regards,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; Aparajita
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Active4D-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342606&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; m|a
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Active4D-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342606&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;&amp;gt; Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26342606&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26342606.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26341803</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-13T11:07:33Z</published>
	<updated>2009-11-13T11:07:33Z</updated>
	<author>
		<name>Mehboob Alam-5</name>
	</author>
	<content type="html">I was hoping.. with the v11 release, that an Active4D component would
&lt;br&gt;ease the release/update process.. just for the part that comprise the
&lt;br&gt;shell of course, cause everything else can be handled as text.. is
&lt;br&gt;this possible?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Nov 13, 2009 at 12:47 PM, Aparajita Fishman
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341803&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aparajita@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Actually. If we know the release date of the shell revision, you can do a
&lt;br&gt;&amp;gt;&amp;gt; find in database for changes after a certain date. Better than nothing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Just look at the modification date of the shell for the previous revision,
&lt;br&gt;&amp;gt; then search for anything that was modified after that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Kind regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   Aparajita
&lt;br&gt;&amp;gt;   www.aparajitaworld.com
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;gt;   - Sri Chinmoy   |   www.srichinmoy.org
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Active4D-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341803&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;&amp;gt; Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;m|a
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26341803&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26341803.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26340546</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-13T09:47:38Z</published>
	<updated>2009-11-13T09:47:38Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">&amp;gt; Actually. If we know the release date of the shell revision, you can &amp;nbsp;
&lt;br&gt;&amp;gt; do a find in database for changes after a certain date. Better than &amp;nbsp;
&lt;br&gt;&amp;gt; nothing.
&lt;br&gt;&lt;br&gt;Just look at the modification date of the shell for the previous &amp;nbsp;
&lt;br&gt;revision, then search for anything that was modified after that.
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340546&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26340546.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26339768</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-13T08:56:59Z</published>
	<updated>2009-11-13T08:56:59Z</updated>
	<author>
		<name>Salow, John</name>
	</author>
	<content type="html">Actually. If we know the release date of the shell revision, you can do a find in database for changes after a certain date. Better than nothing.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339768&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;active4d-dev-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339768&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;active4d-dev-bounces@...&lt;/a&gt;] On Behalf Of Aparajita Fishman
&lt;br&gt;Sent: Friday, November 13, 2009 8:46 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339768&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;active4d-dev@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [Active4d-dev] [ANN] Active4D v5.0r7 released
&lt;br&gt;&lt;br&gt;&amp;gt; Can you include to the Release Notes if we have to check if there &amp;nbsp;
&lt;br&gt;&amp;gt; are updates in the shell methods too?
&lt;br&gt;&lt;br&gt;Unless the issues I say were fixed are related to the shell, then &amp;nbsp;
&lt;br&gt;nothing in the shell has changed. In the future I will try to say what &amp;nbsp;
&lt;br&gt;methods have changed if I do make changes.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; It needs &amp;nbsp;much time, to compare if there has changed anything in the &amp;nbsp;
&lt;br&gt;&amp;gt; A4D_xxx methods.
&lt;br&gt;&lt;br&gt;&lt;br&gt;That's why I want to do a source code control system for 4D. It's &amp;nbsp;
&lt;br&gt;unbearable not having proper version control.
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339768&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339768&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26339768.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26339600</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-13T08:45:57Z</published>
	<updated>2009-11-13T08:45:57Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">&amp;gt; Can you include to the Release Notes if we have to check if there &amp;nbsp;
&lt;br&gt;&amp;gt; are updates in the shell methods too?
&lt;br&gt;&lt;br&gt;Unless the issues I say were fixed are related to the shell, then &amp;nbsp;
&lt;br&gt;nothing in the shell has changed. In the future I will try to say what &amp;nbsp;
&lt;br&gt;methods have changed if I do make changes.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; It needs &amp;nbsp;much time, to compare if there has changed anything in the &amp;nbsp;
&lt;br&gt;&amp;gt; A4D_xxx methods.
&lt;br&gt;&lt;br&gt;&lt;br&gt;That's why I want to do a source code control system for 4D. It's &amp;nbsp;
&lt;br&gt;unbearable not having proper version control.
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339600&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26339600.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26338745</id>
	<title>Re: [ANN] Active4D v5.0r7 released</title>
	<published>2009-11-13T07:51:14Z</published>
	<updated>2009-11-13T07:51:14Z</updated>
	<author>
		<name>Oliver Brodwolf</name>
	</author>
	<content type="html">Hello Aparajita
&lt;br&gt;&lt;br&gt;Thank you for the new version. It is fantastic that you still have &amp;nbsp;
&lt;br&gt;this high &amp;nbsp;performance.
&lt;br&gt;&lt;br&gt;Can you include to the Release Notes if we have to check if there are &amp;nbsp;
&lt;br&gt;updates in the shell methods too?
&lt;br&gt;It needs &amp;nbsp;much time, to compare if there has changed anything in the &amp;nbsp;
&lt;br&gt;A4D_xxx methods.
&lt;br&gt;&lt;br&gt;Regards &amp;nbsp;Oliver
&lt;br&gt;&lt;br&gt;Am 13.11.2009 um 07:08 schrieb Aparajita Fishman:
&lt;br&gt;&lt;br&gt;&amp;gt; Greetings,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Version 5.0r7 of Active4D, the ultimate web development environment &amp;nbsp;
&lt;br&gt;&amp;gt; for 4D v11 SQL, is now available for immediate download. This is a &amp;nbsp;
&lt;br&gt;&amp;gt; small bug fix release that relaxes the standards of the cookie &amp;nbsp;
&lt;br&gt;&amp;gt; parser so that cookies such as those from google analytics are &amp;nbsp;
&lt;br&gt;&amp;gt; properly parsed.
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26338745.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26331904</id>
	<title>[ANN] Active4D v5.0r7 released</title>
	<published>2009-11-12T22:08:36Z</published>
	<updated>2009-11-12T22:08:36Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Greetings,
&lt;br&gt;&lt;br&gt;Version 5.0r7 of Active4D, the ultimate web development environment &amp;nbsp;
&lt;br&gt;for 4D v11 SQL, is now available for immediate download. This is a &amp;nbsp;
&lt;br&gt;small bug fix release that relaxes the standards of the cookie parser &amp;nbsp;
&lt;br&gt;so that cookies such as those from google analytics are properly parsed.
&lt;br&gt;&lt;br&gt;The latest version of Active4D can be found here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.aparajitaworld.com/site/products/Active4D/download.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aparajitaworld.com/site/products/Active4D/download.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Still haven't tried Active4D? Here's a testimonial from another happy &amp;nbsp;
&lt;br&gt;Active4D developer:
&lt;br&gt;&lt;br&gt;&amp;quot;I've learned an absolutely huge amount during the development and &amp;nbsp;
&lt;br&gt;implementation of this project -- driven at one end by customer and at &amp;nbsp;
&lt;br&gt;the other by developers with more experience. The Active4D mailing &amp;nbsp;
&lt;br&gt;list is absolutely indispensable as a source of support but the &amp;nbsp;
&lt;br&gt;customer is happy despite the learning curves. Their sales have &amp;nbsp;
&lt;br&gt;increased since we switched to Active 4D from Cold Fusion and that's &amp;nbsp;
&lt;br&gt;the bottom line for them.&amp;quot; &amp;nbsp;-- Peter Jakobssen
&lt;br&gt;&lt;br&gt;For more information on the benefits of Active4D, point your browser to:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.aparajitaworld.com/site/products/Active4D&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aparajitaworld.com/site/products/Active4D&lt;/a&gt;&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;Aparajita
&lt;br&gt;www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;- Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26331904&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r7-released-tp26331904p26331904.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26331863</id>
	<title>Re: Extra file in R7 Active 4D folder</title>
	<published>2009-11-12T22:01:21Z</published>
	<updated>2009-11-12T22:01:21Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">&amp;gt; Saw that R7 was posted and did a compare on the Active4D folder to
&lt;br&gt;&amp;gt; merge changes into our applications. &amp;nbsp;There is an extra file in there
&lt;br&gt;&amp;gt; (Archive.zip) that contains an additional debug and json libs when
&lt;br&gt;&amp;gt; exploded. &amp;nbsp;I imagine it was not intended for that to be in there in
&lt;br&gt;&amp;gt; the release.
&lt;br&gt;&lt;br&gt;Good call, it was indeed left there inadvertently. A new version has &amp;nbsp;
&lt;br&gt;been uploaded and I updated my release build script to ignore zip &amp;nbsp;
&lt;br&gt;files in the future.
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26331863&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Extra-file-in-R7-Active-4D-folder-tp26331518p26331863.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26331518</id>
	<title>Extra file in R7 Active 4D folder</title>
	<published>2009-11-12T21:05:03Z</published>
	<updated>2009-11-12T21:05:03Z</updated>
	<author>
		<name>Michael Check</name>
	</author>
	<content type="html">Aparajita
&lt;br&gt;&lt;br&gt;Saw that R7 was posted and did a compare on the Active4D folder to
&lt;br&gt;merge changes into our applications. &amp;nbsp;There is an extra file in there
&lt;br&gt;(Archive.zip) that contains an additional debug and json libs when
&lt;br&gt;exploded. &amp;nbsp;I imagine it was not intended for that to be in there in
&lt;br&gt;the release.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Michael Check
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26331518&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Extra-file-in-R7-Active-4D-folder-tp26331518p26331518.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26320799</id>
	<title>[ANN] Active4D v5.0r6 released</title>
	<published>2009-11-12T07:35:41Z</published>
	<updated>2009-11-12T07:35:41Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Greetings,
&lt;br&gt;&lt;br&gt;The latest version of Active4D, the ultimate web development &amp;nbsp;
&lt;br&gt;environment for 4D v11 SQL, is now available for immediate download. &amp;nbsp;
&lt;br&gt;This is a small bug fix release.
&lt;br&gt;&lt;br&gt;Active4D v5.0r6 can be found here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.aparajitaworld.com/site/products/Active4D/download.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aparajitaworld.com/site/products/Active4D/download.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Still haven't tried Active4D? Here's a testimonial from a happy &amp;nbsp;
&lt;br&gt;Active4D developer:
&lt;br&gt;&lt;br&gt;&amp;quot;We've been using some form of 4D web enabler since 1995. We've used &amp;nbsp;
&lt;br&gt;Netlink, ITK, the built-in 4D capabilities, and Active4D. To be &amp;nbsp;
&lt;br&gt;honest, Active4D has kept us in 4D. I can't imagine doing 4D web
&lt;br&gt;development without it!&amp;quot; &amp;nbsp;-- Brad Perkins
&lt;br&gt;&lt;br&gt;For more information on the benefits of Active4D, point your browser to:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.aparajitaworld.com/site/products/Active4D&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aparajitaworld.com/site/products/Active4D&lt;/a&gt;&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26320799&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r6-released-tp26320799p26320799.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26301172</id>
	<title>[ANN] Active4D v5.0r5 released</title>
	<published>2009-11-11T05:26:01Z</published>
	<updated>2009-11-11T05:26:01Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Greetings,
&lt;br&gt;&lt;br&gt;The latest version of Active4D, the ultimate web development &amp;nbsp;
&lt;br&gt;environment for 4D v11 SQL, is now available for immediate download. &amp;nbsp;
&lt;br&gt;This is a small bug fix release which corrects some issues found in &amp;nbsp;
&lt;br&gt;the last 2 days.
&lt;br&gt;&lt;br&gt;I would like to thank the early adopters who have been putting it &amp;nbsp;
&lt;br&gt;through its paces and reporting the few problems they have found. I am &amp;nbsp;
&lt;br&gt;happy to say that so far I have been able to stick to a 48 hour (or &amp;nbsp;
&lt;br&gt;less) turnaround on fixing bugs!
&lt;br&gt;&lt;br&gt;Active4D v5.0r5 can be found here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.aparajitaworld.com/site/products/Active4D/download.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aparajitaworld.com/site/products/Active4D/download.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Still haven't tried Active4D? Here's another testimonial from a happy &amp;nbsp;
&lt;br&gt;Active4D developer:
&lt;br&gt;&lt;br&gt;&amp;quot;We've been using some form of 4D web enabler since 1995. We've used &amp;nbsp;
&lt;br&gt;Netlink, ITK, the built-in 4D capabilities, and Active4D. To be &amp;nbsp;
&lt;br&gt;honest, Active4D has kept us in 4D. I can't imagine doing 4D web
&lt;br&gt;development without it!&amp;quot; &amp;nbsp;-- Brad Perkins
&lt;br&gt;&lt;br&gt;For more information on the benefits of Active4D, point your browser to:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.aparajitaworld.com/site/products/Active4D&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aparajitaworld.com/site/products/Active4D&lt;/a&gt;&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp;www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26301172&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANN--Active4D-v5.0r5-released-tp26301172p26301172.html" />
</entry>

</feed>
