﻿<?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  » SampleCRApplication Problem</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 04:13:18 GMT</lastBuildDate><ttl>20</ttl><item><title>SampleCRApplication Problem</title><link>http://forum.strataframe.net/FindPost9758.aspx</link><description>It uses the SampleCRMApplication example to reproduce the problem.&lt;P&gt;I intend that lstCard sorts the registers for the column to cc_CardNumber.&lt;/P&gt;&lt;P&gt;Then, I modified the "Private Sub EditCreditCard()" including CustomerCreditCards.Sort = "cc_CardNumber" after lstCards.Requery()&lt;/P&gt;&lt;P&gt;When you edit or include a register from the CreditCardEditor form the lines of lstCards you start to present given incorrect, demonstrating that, of some form, sort affected the routine. Remembering, an option luck is important.&lt;/P&gt;&lt;P&gt;It includes some registers and later it edits the line to understand the problem better. &lt;/P&gt;&lt;P&gt;It forgives me if the translation of the Alta Vista is not if making to understand.;)</description><pubDate>Mon, 25 Jun 2007 08:51:49 GMT</pubDate><dc:creator>Rogerio Mauri</dc:creator></item><item><title>RE: SampleCRApplication Problem</title><link>http://forum.strataframe.net/FindPost9767.aspx</link><description>Yeah, when you are editing data within a business object, it's recommended to turn off any filters or sorts because the business object will change it's CurrentRow as the data within the sorted column changes.&amp;nbsp; The CurrentRow property doesn't have a backing field... it's just a wrapper that returns CurrentView(CurrentRowIndex).&amp;nbsp; So, since the row index is static as the data changes, the CurrentRow will pull different rows because the rows are being reordered/filtered.</description><pubDate>Mon, 25 Jun 2007 08:51:49 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: SampleCRApplication Problem</title><link>http://forum.strataframe.net/FindPost9762.aspx</link><description>Hi Rogerio.&lt;/P&gt;&lt;P&gt;Guess you are fine&amp;nbsp;now... ;)</description><pubDate>Sat, 23 Jun 2007 10:59:30 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: SampleCRApplication Problem</title><link>http://forum.strataframe.net/FindPost9760.aspx</link><description>In the SampleListViewPopulation example I found as to classify columns in the ListView.&lt;/P&gt;&lt;P&gt;Tks!!! :D</description><pubDate>Fri, 22 Jun 2007 21:02:58 GMT</pubDate><dc:creator>Rogerio Mauri</dc:creator></item><item><title>RE: SampleCRApplication Problem</title><link>http://forum.strataframe.net/FindPost9759.aspx</link><description>Applying a filter (CustomerCreditCards.Filter = "....") the error also occurs.</description><pubDate>Fri, 22 Jun 2007 18:28:49 GMT</pubDate><dc:creator>Rogerio Mauri</dc:creator></item></channel></rss>