﻿<?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 » Enhancement Requests  » For current or potential StrataTrain users ...</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 07:00:29 GMT</lastBuildDate><ttl>20</ttl><item><title>For current or potential StrataTrain users ...</title><link>http://forum.strataframe.net/FindPost8790.aspx</link><description>This may be old news to everyone else, but it caused me enough frustration I thought I'd mention it here :)&lt;br&gt;
&lt;br&gt;
The samples that come with StrataTrain ( the third party training video series ) not only use SF 1.4 and must be fiddled with before they can run ( by the newbies who are least qualified to do so :w00t: ) but somewhere along the way field names were changed by SF in the sample database so any control bound to cust_lname or cust_fname property will cause an error.&lt;br&gt;
&lt;br&gt;
For notes on the fiddling see the thread here "Update Training Videos" ( persevere to the end )  There is a mention there of the field name change, but the solution of running the BO mapper only changes the properties created in the partial class.  The form controls must be manually set to the correct field names.&lt;br&gt;
&lt;br&gt;
I know how frustrating it is for everyone when you are in overwhelmed newbie mode and samples don't work, so I thought I share this.&lt;br&gt;
&lt;br&gt;
I think there may be another vestige of this change, BTW, in the FillbyLastName() method in the VB Winform Tutorial  &lt;br&gt;
&lt;br&gt;
[codesnippet]Public Sub FillByLastName(ByVal LastName As String)&lt;br&gt;
'-- Establish locals&lt;br&gt;
Dim loCommand As New SqlCommand()&lt;br&gt;
'-- Build the query&lt;br&gt;
loCommand.CommandText = "SELECT * FROM Customers WHERE cust_lname = @cust_lname"&lt;br&gt;
'-- Add the parameter&lt;br&gt;
loCommand.Parameters.Add("@cust_lname", SqlDbType.NVarChar)&lt;br&gt;
loCommand.Parameters("@cust_lname").Value = LastName&lt;br&gt;
'-- Execute the command to fill the business object&lt;br&gt;
Me.FillDataTable(loCommand)&lt;br&gt;
End Sub&lt;br&gt;
[/codesnippet]&lt;br&gt;
note the [b]cust_lname [/b]= @cust_lname&lt;br&gt;</description><pubDate>Tue, 15 May 2007 10:31:08 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>RE: For current or potential StrataTrain users ...</title><link>http://forum.strataframe.net/FindPost8808.aspx</link><description>Thanks for the info Charles!</description><pubDate>Tue, 15 May 2007 10:31:08 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>