StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Business Objects and Data Access (How do I?)
»
Record Pointer and BBS problem
Record Pointer and BBS problem
Post Reply
Like
0
Record Pointer and BBS problem
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Rainer Kempf, RK
Rainer Kempf, RK
posted 15 Years Ago
ANSWER
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 55,
Visits: 1.4K
Hi,
I have a a simple configuration. Form - BusinessObject on it - BBS and DevExpress DataGrid.
In my code I do next:
1) Make new instance of MyForm (CurrentRowIndex=0)
2) MyBusinessObject.Seek() - the pointer goes to 4 (CurrentRowIndex=4)
3) Then change value of one of the field in businessobject - for example MyBusinessObject.captionfield = "New Value" - this like change record 4
4) MyBusinessObject.CurrentRowIndex after assign new value goes back to 0!!! (here is a problem)
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
4) then MyForm.showDialog()
So.. after first set of businessobject property, record pointer goes to the first record!
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.
Any help.
Thanks
Reply
Like
0
Trent Taylor
Trent Taylor
posted 15 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
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.
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search