| | | 
StrataFrame Novice
       
Group: StrataFrame Users Last Login: 10/01/2008 3:54:20 PM Posts: 106, Visits: 447 |
| | It uses the SampleCRMApplication example to reproduce the problem. I intend that lstCard sorts the registers for the column to cc_CardNumber. Then, I modified the "Private Sub EditCreditCard()" including CustomerCreditCards.Sort = "cc_CardNumber" after lstCards.Requery() 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. It includes some registers and later it edits the line to understand the problem better. It forgives me if the translation of the Alta Vista is not if making to understand.
Rogério Mauri http://blog.licitec.com.br |
| | | | 
StrataFrame Novice
       
Group: StrataFrame Users Last Login: 10/01/2008 3:54:20 PM Posts: 106, Visits: 447 |
| | | | | 
StrataFrame Novice
       
Group: StrataFrame Users Last Login: 10/01/2008 3:54:20 PM Posts: 106, Visits: 447 |
| | In the SampleListViewPopulation example I found as to classify columns in the ListView. Tks!!! 
Rogério Mauri http://blog.licitec.com.br |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 4:47:31 PM Posts: 700, Visits: 11,196 |
| | Hi Rogerio. Guess you are fine now... |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 09/26/2008 8:30:36 AM Posts: 2,685, Visits: 1,886 |
| 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. The CurrentRow property doesn't have a backing field... it's just a wrapper that returns CurrentView(CurrentRowIndex). So, since the row index is static as the data changes, the CurrentRow will pull different rows because the rows are being reordered/filtered.
www.bungie.net |
| |
|
|