StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Business Objects and Data Access (How do I?)
»
Access to "Was" values
Access to "Was" values
Post Reply
Like
0
Access to "Was" values
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Andria Jensen
Andria Jensen
posted 19 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 336,
Visits: 497
Is there a way to see the "was" values before a save is committed, like in the CheckRulesOnCurrentRow event? That way I can compare the value that was in the BO to what is going to be in the BO. Basically, I want access to the value currently in the BO and value trying to be put into the BO.
Reply
Like
0
Trent Taylor
Trent Taylor
posted 19 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
You can look at the CurrentRow of the BO or cycle through the CurrentDataTable and the Rows collection. In either case, when you get to the row, it will look something like this:
Me.CurrentRow.Item("MyFieldName",DataRowVersion.Original)
Reply
Like
0
Andria Jensen
Andria Jensen
posted 19 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 336,
Visits: 497
Awesome, thanks!
Reply
Like
0
Trent Taylor
Trent Taylor
posted 19 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
Sure.
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