<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/dataaide/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/dataaide/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 19 Sep 2007 10:54:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dataaide/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>hyphens in field names cause errors</title><link>https://sourceforge.net/p/dataaide/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If a field in the database contains a hyphen the code generates incorrect output. &lt;/p&gt;
&lt;p&gt;For example if the field is named _forename-surname&lt;/p&gt;
&lt;p&gt;You'll get code like the following:&lt;br /&gt;
return _forename - surname&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 19 Sep 2007 10:54:26 -0000</pubDate><guid>https://sourceforge.net03f376503991f2609b5d704962a79268c5ce8535</guid></item><item><title>VB6 Bad code generated</title><link>https://sourceforge.net/p/dataaide/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The VB6 class generated for a database table is incorrect.&lt;/p&gt;
&lt;p&gt;It produces code like...&lt;/p&gt;
&lt;p&gt;Public Property Let &amp;lt;name&amp;gt;(ByVal vNewValue as &amp;lt;type&amp;gt;)&lt;br /&gt;
m_&amp;lt;name&amp;gt; = Value&lt;br /&gt;
End Property&lt;/p&gt;
&lt;p&gt;when the assignment should be...&lt;/p&gt;
&lt;p&gt;m_&amp;lt;name&amp;gt;= vNewValue&lt;/p&gt;
&lt;p&gt;OR&lt;/p&gt;
&lt;p&gt;the procedure declaration should be...&lt;/p&gt;
&lt;p&gt;Public Property Let &amp;lt;name&amp;gt;(ByVal Value as &amp;lt;type&amp;gt;)&lt;/p&gt;
&lt;p&gt;It would be nice if there were options to allow&lt;br /&gt;
appropriate prefixing of the procedure parameters...&lt;/p&gt;
&lt;p&gt;Public Property Let &amp;lt;name&amp;gt;(ByVal psValue as String)&lt;br /&gt;
m_&amp;lt;name&amp;gt; = psValue&lt;br /&gt;
End Property&lt;/p&gt;
&lt;p&gt;...etc&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 08 Dec 2004 09:27:39 -0000</pubDate><guid>https://sourceforge.netc0d99df783ba0cc18a5ca900bc41b0d7f9fd682b</guid></item><item><title>order by is output before where clause sometimes</title><link>https://sourceforge.net/p/dataaide/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i have noticed that sometimes during sp generation order &lt;br /&gt;
by is output before the where clause sometimes.  i've &lt;br /&gt;
noticed that it has only happend to me on select stored &lt;br /&gt;
procedures that take parameters.. that is the only &lt;br /&gt;
pattern i've noticed so far... sometimes it happens... &lt;br /&gt;
sometimes it doesn't.&lt;/p&gt;
&lt;p&gt;thanks,&lt;br /&gt;
mat tipton&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 19 Oct 2004 20:04:24 -0000</pubDate><guid>https://sourceforge.net9deb2fd18143e30cf88e70cc324d81a05f890b72</guid></item><item><title>frmDBSelect resolution dependent</title><link>https://sourceforge.net/p/dataaide/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Reproduce problem by setting resolution to 1600 x &lt;br /&gt;
1200  and opening the application the 'okay' button and &lt;br /&gt;
half the input boxes are not visible&lt;/p&gt;
&lt;p&gt;quick solution - make frm and groupbox larger&lt;/p&gt;
&lt;p&gt;better: read resolution and adjust size to fit.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 18 Oct 2004 15:05:08 -0000</pubDate><guid>https://sourceforge.netc07c574028ba2ca110738b04122a13546420797f</guid></item><item><title>Run-Time exception when selecting SQL Server from drop-down</title><link>https://sourceforge.net/p/dataaide/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When first opening dataaide and trying to select a&lt;br /&gt;
server from a drop-down list a run-time exception&lt;br /&gt;
occurs relating to SQL DMO. Program then exits.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Culshaw</dc:creator><pubDate>Wed, 12 May 2004 08:26:27 -0000</pubDate><guid>https://sourceforge.net5ba7ec50997c2d0532eb7bdd6cacd33047b16166</guid></item></channel></rss>