Jarvis Posted August 3, 2005 Posted August 3, 2005 I'm not sure where to post this question so I thought I would start here. I have a columnar type layout that displays a list of work orders for my cabinet shop. The problem we are having is that it is not so obvious which record is the active one. Is there a way of colorcoding the active field or record so that it jumps out at you on the screen? Thanks for any insight! Jarvis
PeterHW Posted August 4, 2005 Posted August 4, 2005 If there is I would like to know about it. I've run into this a couple of times and have not yet found a solution. The bottomline is that there is no way to determine that the "current" record is the "active" record. A work-around I've used is to make a field (or the entire row) into a button that performs a script. This script sets a global (gRecordID) to the current Record ID. A calculation field then marks the record, for example by the following If (Get(RecordID)=gRecordID;">";"") Of course, you can use whatever you want for marking the record, like a graphic. See the attachment for a working example. Unfortunately this doesn't work if somebody navigates using anything else than the above mechanism, for example using the rolodex/book or keyboard shortcuts. So if anybody has any better ideas, let's hear 'em. Regards, Peter Mark.zip
Jarvis Posted August 4, 2005 Author Posted August 4, 2005 Peter, This looks like it will do what I want. Thanks for your help! Jarvis
-Queue- Posted August 5, 2005 Posted August 5, 2005 See here for a technique that does not require a calculation.
Jarvis Posted August 6, 2005 Author Posted August 6, 2005 Thanks for the tip, Queue. Those Nightwing guys sure have some cool stuff. jarvis
Recommended Posts
This topic is 7207 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