﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Issues  » Enhanced List Error...</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 12 Jun 2026 12:17:07 GMT</lastBuildDate><ttl>20</ttl><item><title>Enhanced List Error...</title><link>http://forum.strataframe.net/FindPost3197.aspx</link><description>I dropped an EnhancedList on a SF DevEx Maintenance form...&lt;br&gt;
&lt;br&gt;
I set the populationdatasource to a fill method on a BO and set the populationonformload to manual. Then in the code I call the Me.EnhancedList1.Requery and I get this error.  I have added only one column to this EnhancedList.&lt;br&gt;
&lt;br&gt;
[quote]Column 'Col0' does not belong to table[/quote]&lt;br&gt;
&lt;br&gt;
Not sure why this is happening.</description><pubDate>Sun, 01 Oct 2006 20:26:25 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Enhanced List Error...</title><link>http://forum.strataframe.net/FindPost3211.aspx</link><description>That's your problem.&amp;nbsp; Just like the ListView, you have to go in and create the columns.&amp;nbsp; That is the only thing you have to do.&amp;nbsp; Open the designer, create the number of expected columns, change the caption if you would like, and then the error should go away.&amp;nbsp; Also, do not change the names of the columns, the EnhancedList will name them as necessary, but they at least have to exist.&lt;/P&gt;&lt;P&gt;For more information, refer to the EnhancedList sample that was installed with yout 1.5 release.&amp;nbsp; You can use this as a refernece point.</description><pubDate>Sun, 01 Oct 2006 20:26:25 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Enhanced List Error...</title><link>http://forum.strataframe.net/FindPost3202.aspx</link><description>I havent created any columns. I specified one field in the Display fields and specified one column  in the Listview population settings. I didnt specify any columns in the EnhancedList's designer... I assumed SF would do that.&lt;br&gt;
&lt;br&gt;
And yes I am retrieving the columns that I have specified.</description><pubDate>Fri, 29 Sep 2006 14:22:56 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Enhanced List Error...</title><link>http://forum.strataframe.net/FindPost3200.aspx</link><description>One other thing...is your Fill... method pulling back all of the fields that are referenced in the list?</description><pubDate>Fri, 29 Sep 2006 13:29:55 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Enhanced List Error...</title><link>http://forum.strataframe.net/FindPost3199.aspx</link><description>Did you move your columns around in the editor?&amp;nbsp; Before you spend a bunch of time, try removing the columns (all of them) and then re-create them.&amp;nbsp; This might be your issue.&amp;nbsp; Generally this occurs when columns are moved around or dynamically added or removed.&amp;nbsp;</description><pubDate>Fri, 29 Sep 2006 13:28:45 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>