Are you trying to get something to printed highlited. You say below you got a check box to print but would rather that a highlite. If in this is a report and you wish to highlite a rows of data on a report then you could add this to you "after gernerate custom eep" on your data row to highlite what you have checked. This is something that I have done in 7.5 to check some production dates and change the color of the text on each row printed. IF vStartingDate IS NULL AND vEndingDate IS NULL THEN PROPERTY COM1 FONT_COLOR RED ENDIF IF vStartingDate IS NOT NULL AND vEndingDate IS NULL THEN PROPERTY COM1 FONT_COLOR GREEN ENDIF IF vStartingDate IS NOT NULL AND vEndingDate IS NOT NULL THEN PROPERTY COM1 FONT_COLOR BLACK ENDIF Now if your asking how to highlite a selected rows in a scrolling region and to show those rows highlited on you screen i have never figured this out. I can highlite the row as you enter into it and even change the selected rows color based on varible. Anyway i dont know if this helps or not or i could be way way off base because im not using 9.0. Good luck to you Victor Timmons Tiz's Door Sales, Inc Visit us at www.tizdoors.com <http://www.tizdoors.com/> P Please consider the environment before printing this e-mail
________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Paul Buckley Sent: Tuesday, December 29, 2009 2:24 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Sending this Again - Scrolling Region Brain Lock I didn't get any feedback on this and I could really a "push" in a different direction. Any ideas would be greatly appreciated. I've tried & tried on this one and I'm sure I'm missing an incredibly obvious solution. I've got a scrolling region that displays 5 rows of product information. I need this to be a scrolling region because part of what is displayed is a DBImage of the product. I'd like to be able to "highlight" certain rows that match specific criteria. I have both an integer & text field I can check for the condition. The best I have been able to do is get a check box to print that is either checked or not. I'd really like to be able to highlight this in a way that is more visible. I'm working with the holiday/latest release of eXtreme 9.0. If anyone has any suggestions, I would really appreciate it. Thanks in advance, Paul Buckley

