﻿<?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?)  » Record Pointer and BBS problem</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 21 Sep 2026 16:39:28 GMT</lastBuildDate><ttl>20</ttl><item><title>Record Pointer and BBS problem</title><link>http://forum.strataframe.net/FindPost24904.aspx</link><description>Hi,&lt;br&gt;
I have a a simple configuration. Form - BusinessObject on it - BBS and DevExpress DataGrid.&lt;br&gt;
&lt;br&gt;
In my code I do next:&lt;br&gt;
1)  Make new instance of MyForm (CurrentRowIndex=0)&lt;br&gt;
2)  MyBusinessObject.Seek() - the pointer goes to 4 (CurrentRowIndex=4)&lt;br&gt;
3) Then change value of one of the field in businessobject - for example MyBusinessObject.captionfield = "New Value" - this like change record 4&lt;br&gt;
4) MyBusinessObject.CurrentRowIndex after assign new value goes back to 0!!! (here is a problem)&lt;br&gt;
5) My next code line change another property for example MyBusinessObject.anotehrfield = "Another field value" - and - this line of code change record 0 !!.. but not 4&lt;br&gt;
4) then MyForm.showDialog()&lt;br&gt;
&lt;br&gt;
So.. after first set of businessobject property, record pointer goes to the first record!&lt;br&gt;
&lt;br&gt;
When I REMOVE.. BBS from the form - my code works as expected. After Seek - pointer on record 4.. after change field - pointer still on record 4.&lt;br&gt;
&lt;br&gt;
Any help.&lt;br&gt;
Thanks&lt;br&gt;
&lt;br&gt;</description><pubDate>Tue, 13 Oct 2009 09:36:11 GMT</pubDate><dc:creator>Rainer Kempf, RK</dc:creator></item><item><title>RE: Record Pointer and BBS problem</title><link>http://forum.strataframe.net/FindPost24905.aspx</link><description>What version are you running?  Also, you should be performing Navigates instead of Seeks if you want to refresh the bounds UI when moving the record pointer.</description><pubDate>Tue, 13 Oct 2009 09:36:11 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>