TRF Posted February 23, 2007 Posted February 23, 2007 Wondering if anyone has done this. I need a calc field with a scroll bar to always present scrolled to the bottom - whether or not the cursor is in the field. Any thoughts?
Raybaudi Posted February 23, 2007 Posted February 23, 2007 Only with a script. And you must prevent to commit the record. But why do you need it ?
TRF Posted February 23, 2007 Author Posted February 23, 2007 It just has to do with a clients specific request - how they like to store and review cumulative data in a field. What script steps do you use?
Raybaudi Posted February 24, 2007 Posted February 24, 2007 Set Selection [ yourDB::yourField; Start Position: Length ( yourDB::yourField ) + 1; End Position:Length ( yourDB::yourField )] Scroll Window [To Selection]
Raybaudi Posted February 24, 2007 Posted February 24, 2007 Yes ? But I don't like it ! Which is the client's specific request ? To always see the last entered row ? In that case, another simple calculation field may solve the problem: RightValues ( yourField ; 1 )
Stuart Taylor Posted February 24, 2007 Posted February 24, 2007 Sounds more like this should be a seperate related database with date/time or timestamped entries that are sorted in reverse.
Recommended Posts
This topic is 6483 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now