mhudd Posted August 9, 2002 Posted August 9, 2002 Is it possible while in list view to have every other line an alternating color??? Please say yes...
BobWeaver Posted August 10, 2002 Posted August 10, 2002 Yes. You have to create two fields: gkBkgrnd - repeating global container field (2 repetitions) cBkgrnd - unstored calculation, result type: container, Formula:GetRepetition(gkBkgrnd, Mod(Status(CurrentRecordNumber),2)+1) Put one background color/pattern in each of the two repetitions of gkBkgrnd. Then place the field cBkgrnd on your list layout behind all the other fields. Make the other fields transparent. Set the graphic format of cBkgrnd to reduce/expand, and set its general format to NOT allow entry into the field.
Kundinger Posted August 12, 2002 Posted August 12, 2002 Hello Michael, Yes... you can do as you wish... with 'alternating' background colors in the 'list' view. Two ways to do this... 1. Using a Portal (relationship) which has an option for alternating background colors 2. Using a 'list' view of the records in the current file a. Setup the colors you want for the background -- create a 'global repeating container' field "gCOLORbkgrnd" to 'hold' the colors you want -- insert this field on a 'develops' layout with all repetitions showing -- set this field 'graphic layout' to 'enlarge - center - center - NO maintain proportions' -- copy & paste a single colored 'dot' into each repetition (browse mode) b. Setup a the 'list' view background -- create a 'calculation container' field "cCOLORbkgrnd" with the formula:
Recommended Posts
This topic is 8138 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