yafreax Posted April 20, 2001 Posted April 20, 2001 This may be easy, but i haven't really researched it much. i tried a couple of things with no luck so i thought i'd ask. (YEAH YEAH YEAH, I KNOW I KNOW, I should always be experimenting, put a little effort into the research, yada yada yada, unlike most of you guys, i'm just doing this until my real career takes off, but there is absolutely nothing wrong with this as a career ). Anyway, saying all that, this may or may not be difficult. Is there anyway to alternate row colors in List Mode? For ease of viewing that is. Basically I need every other row to be a light shade of grey rather than just white. Thanks in advance Jeremy
geod Posted April 20, 2001 Posted April 20, 2001 This is how I have done it. Create a repeating global container field (g_rowcolor) with 2 reps. Place your two row colors in the the two reps. Then create a calculation field with result as container: GetRepetition(g_rowcolor,(Mod(Status(CurrentRecordNumber),2)+1)) Put this calc field in your list form behind the data fields and you get alternating row colors.
Recommended Posts
This topic is 8617 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