<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/dataaide/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/dataaide/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/dataaide/bugs/</id><updated>2007-09-19T10:54:26Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>hyphens in field names cause errors</title><link href="https://sourceforge.net/p/dataaide/bugs/5/" rel="alternate"/><published>2007-09-19T10:54:26Z</published><updated>2007-09-19T10:54:26Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net03f376503991f2609b5d704962a79268c5ce8535</id><summary type="html">&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;</summary></entry><entry><title>VB6 Bad code generated</title><link href="https://sourceforge.net/p/dataaide/bugs/4/" rel="alternate"/><published>2004-12-08T09:27:39Z</published><updated>2004-12-08T09:27:39Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc0d99df783ba0cc18a5ca900bc41b0d7f9fd682b</id><summary type="html">&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;</summary></entry><entry><title>order by is output before where clause sometimes</title><link href="https://sourceforge.net/p/dataaide/bugs/3/" rel="alternate"/><published>2004-10-19T20:04:24Z</published><updated>2004-10-19T20:04:24Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net9deb2fd18143e30cf88e70cc324d81a05f890b72</id><summary type="html">&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;</summary></entry><entry><title>frmDBSelect resolution dependent</title><link href="https://sourceforge.net/p/dataaide/bugs/2/" rel="alternate"/><published>2004-10-18T15:05:08Z</published><updated>2004-10-18T15:05:08Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc07c574028ba2ca110738b04122a13546420797f</id><summary type="html">&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;</summary></entry><entry><title>Run-Time exception when selecting SQL Server from drop-down</title><link href="https://sourceforge.net/p/dataaide/bugs/1/" rel="alternate"/><published>2004-05-12T08:26:27Z</published><updated>2004-05-12T08:26:27Z</updated><author><name>James Culshaw</name><uri>https://sourceforge.net/u/culshaja/</uri></author><id>https://sourceforge.net5ba7ec50997c2d0532eb7bdd6cacd33047b16166</id><summary type="html">&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;</summary></entry></feed>