Jump to content

Hopefully simple


This topic is 8429 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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 wink.gif" border="0 ).

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

Link to comment
Share on other sites

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. wink.gif" border="0

Link to comment
Share on other sites

This topic is 8429 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.