not sure if this would work for you but I have a situation where I need to highlight SR records that need to have serial numbers. So what I did was create a form variable on the scrolling region table that is like, vSerialHightlight=(ifeq(serialized,'Y','**Serialized Item**','')
then added the var label to the scrolling region and set it to be big, red and blinks. if the record is serialized the user sees this big, red **Serialized Item** blinking at them else it's blank. ----- Original Message ----- From: Paul Buckley To: RBASE-L Mailing List Sent: Tuesday, December 29, 2009 4:23 PM 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

