StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
Recordcount display in Maintenance form...
Recordcount display in Maintenance form...
Post Reply
Like
0
Recordcount display in Maintenance form...
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
StarkMike
StarkMike
posted 19 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 436,
Visits: 944
How can I get a Record 1 of 100 type of display in a maintenance form whether standard StrataFrame Maintenance form or the inherited DevExpress one.
I know you have the maintenance toolbar at the top but it doesnt have a record position and count on it like most navigators.
Reply
Like
0
Trent Taylor
Trent Taylor
posted 19 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
Just capture the Navigated event on the business object and set a label somewhere. For example:
Private
Sub
CustomersBO1_Navigated(
ByVal
e
As
MicroFour.StrataFrame.Business.NavigatedEventArgs)
Handles
CustomersBO1.Navigated
'-- Establish Locals
Dim
lcMsg
As
String
lcMsg =
Me
.CustomersBO1.CurrentRowIndex.ToString() &
" of "
&
Me
.CustomersBO1.Count.ToString()
End
Sub
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