﻿<?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 » Business Objects and Data Access (How do I?)  » Adding Child BOs Exception</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 10 Jun 2026 22:40:35 GMT</lastBuildDate><ttl>20</ttl><item><title>Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4800.aspx</link><description>&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;I'm adding a child BO that will be called similar to the childBO in your CRM example. Somewhere along the way a&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;fter I added the child object to the form and configured my second child BO relationship by the primary key(case_sid) I get the following exception when adding a new record:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;SyntaxErrorException&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Syntax error: Missing operand after 'case_sid' operator.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;All of my fields are locked on the form until I either remove the childBO from my maintenance form or eliminate the relationship with the Parent BO. In the mean time I've added my third business object without error. The issue is probably some tweak of the object, but I cant figure it out. I thought the exception might be familar to you.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;Derrick Bell&lt;/SPAN&gt;&lt;/FONT&gt;</description><pubDate>Tue, 28 Nov 2006 14:59:03 GMT</pubDate><dc:creator>Derrick Bell</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4838.aspx</link><description>Good, I'm glad that fixed it... I would have mentioned something earlier, but for some reason, I was thinking you were the one that found the bug and already had the fix for it.&amp;nbsp; Oh well :)</description><pubDate>Tue, 28 Nov 2006 14:59:03 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4837.aspx</link><description>That was it.. the error is gone now. On to new horizons.&lt;/P&gt;&lt;P&gt;Derrick</description><pubDate>Tue, 28 Nov 2006 14:56:48 GMT</pubDate><dc:creator>Derrick Bell</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4824.aspx</link><description>Keep me posted...</description><pubDate>Tue, 28 Nov 2006 13:56:09 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4823.aspx</link><description>That could be it. I'll Download the latest and let you know.&lt;/P&gt;&lt;P&gt;Derrick</description><pubDate>Tue, 28 Nov 2006 13:53:17 GMT</pubDate><dc:creator>Derrick Bell</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4821.aspx</link><description>You said that the Driver1 business object gets filtered correctly... there was a bug in the FilterChildRecords() method that caused it to fail if the parent business object attempted to filter more than one child business object because the filter was not correctly reset after each iteration through the child business objects... I thought that you were the one that found the bug, but maybe not.&amp;nbsp; It was resolved last week, so it this might just be a bug that was resolved and you just need the latest version.</description><pubDate>Tue, 28 Nov 2006 13:35:28 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4820.aspx</link><description>At the point when the exception is thrown, the new record will have already been added to the business object... I was just wondering if the primary key for the record was a negative number or if it was NULL.</description><pubDate>Tue, 28 Nov 2006 13:30:39 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4819.aspx</link><description>Seems the error is occuring with the setting of the ParentBusinessObject in any new child objects I add.&lt;/P&gt;&lt;P&gt;The primaryKey of Parent table is: caseid this is the also the&amp;nbsp;FK in my child objects&lt;/P&gt;&lt;P&gt;I check if parent records exist before populating the children:&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Private&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Sub&lt;/FONT&gt;&lt;FONT size=2&gt; Cite1_Navigated(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;ByVal&lt;/FONT&gt;&lt;FONT size=2&gt; e &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT size=2&gt; MicroFour.StrataFrame.Business.NavigatedEventArgs) &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Handles&lt;/FONT&gt;&lt;FONT size=2&gt; Cite1.Navigated&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Make sure there are records in the citation BO, otherwise&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' an error will occur.&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#008000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;If&lt;/FONT&gt;&lt;FONT size=2&gt; Cite1.Count &amp;gt; 0 &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Then&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Load the childBOs&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#008000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;Me&lt;/FONT&gt;&lt;FONT size=2&gt;.Driver1.FillByParentPrimaryKey(Cite1.case_sid)&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#008000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;Me&lt;/FONT&gt;&lt;FONT size=2&gt;.Officer1.FillByParentPrimaryKey(Cite1.case_sid)&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#008000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;Me&lt;/FONT&gt;&lt;FONT size=2&gt;.Violations1.FillByParentPrimaryKey(Cite1.case_sid)&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Requery the officer list&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#008000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;Me&lt;/FONT&gt;&lt;FONT size=2&gt;.lstOfficers.Requery()&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#008000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;End&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;If&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;End&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Sub&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;Note my first child object Driver1 is working properly. Working with Trent we set the following settings on the Parent object Cite1 and the Driver child object.&lt;/P&gt;&lt;P&gt;IncludeFormAdd: True&lt;BR&gt;IncludeFormEdit: True&lt;BR&gt;IncludeFormDelete: True&lt;BR&gt;IncludeFormSave: True&lt;/P&gt;&lt;P&gt;Would these setting affect workings of the two new child objects I'm trying to add?&lt;/P&gt;&lt;P&gt;adfadfasd</description><pubDate>Tue, 28 Nov 2006 13:30:36 GMT</pubDate><dc:creator>Derrick Bell</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4817.aspx</link><description>There is no key yet because I'm adding a new reocrd.&lt;/P&gt;&lt;P&gt;Derrick</description><pubDate>Tue, 28 Nov 2006 13:08:52 GMT</pubDate><dc:creator>Derrick Bell</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4815.aspx</link><description>I might have been trying to do too much at once.&amp;nbsp;When I&amp;nbsp;initially added the ChildBO, I configured the parent-child properties immediately.&amp;nbsp;Is this okay? Or should I build solution first?&lt;/P&gt;&lt;P&gt;Second there might be issues with the underlying database changing keys, so I deleted the object and it's mapping. Dropped and rebuilt the database table and am in the process of reviewing.&lt;/P&gt;&lt;P&gt;Derrick&lt;FONT size=2&gt;&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Tue, 28 Nov 2006 12:27:16 GMT</pubDate><dc:creator>Derrick Bell</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4812.aspx</link><description>Yep, happened while you were trying to set the filter on the child records... what are the primary and foreign key fields, and what is the value of the primary key in the parent record when the exception is thrown?</description><pubDate>Tue, 28 Nov 2006 11:56:36 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4806.aspx</link><description>Here is the stack trace:&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;Stack Trace: &lt;/SPAN&gt;&lt;/FONT&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at System.Data.ExpressionParser.Parse()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at System.Data.DataExpression..ctor(DataTable table, String expression, Type type)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at System.Data.DataView.set_RowFilter(String value)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Business.BusinessLayer.set_Filter(String value)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Business.BusinessLayer.FilterChildRecords(BusinessLayer ChildBusinessObject)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Business.BusinessLayer.Navigate(BusinessNavigationDirection Direction, Int32 AbsoluteIndex, Object[] PrimaryKeyValues, Boolean AttemptToCheckRules, Boolean IsRefill)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Business.BusinessLayer.Add(Boolean CheckSecurity)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.Add(Boolean CheckSecurity)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Windows.Forms.DevEx.MaintenanceFormToolbar.cmdNew_ItemClick(Object sender, ItemClickEventArgs e)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at DevExpress.XtraBars.BarItemLink.OnLinkClick()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at DevExpress.XtraBars.Controls.DockedBarControl.WndProc(Message&amp;amp; msg)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;P class=MsoNormal&gt;&lt;FONT face=Arial color=#3366ff size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #3366ff"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/SPAN&gt;&lt;/FONT&gt;</description><pubDate>Tue, 28 Nov 2006 11:35:34 GMT</pubDate><dc:creator>Derrick Bell</dc:creator></item><item><title>RE: Adding Child BOs Exception</title><link>http://forum.strataframe.net/FindPost4803.aspx</link><description>Generally, those syntax error operations come from trying to set the filter on the view, or do a Select() within the CurrentDataTable.&amp;nbsp; Could you post the stack trace for the exception so I can see where the exception is manifesting?</description><pubDate>Tue, 28 Nov 2006 11:25:32 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>