Thanks Dawn & Jan,
I took out the "cl" but still no joy. Then I took out the single hyphen around the word, since it was a variable and it works like a charm. Final code is: Set var vcolor = 'red' (or whatever) Property componentid pen_color .vcolor Thank you both, Paul From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jan Johansen Sent: Monday, October 13, 2008 3:57 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Property Command Syntax for Report "Lines" Dawn, That's what it was! I was trying to remember if it was like HTML colors like ff0000 or something like that. Jan ----- Original Message ----- From: Dawn Hast <mailto:[EMAIL PROTECTED]> To: RBASE-L Mailing List <mailto:[email protected]> Sent: Monday, October 13, 2008 12:47 PM Subject: [RBASE-L] - Re: Property Command Syntax for Report "Lines" You can also use RGB values. ----- Original Message ----- From: Jan Johansen <mailto:[EMAIL PROTECTED]> To: RBASE-L Mailing List <mailto:[email protected]> Sent: Monday, October 13, 2008 3:42 PM Subject: [RBASE-L] - Re: Property Command Syntax for Report "Lines" Paul, I think you have to use RED or one of the other 20 or so mentioned colors. Jan ----- Original Message ----- From: Paul Buckley <mailto:[EMAIL PROTECTED]> To: RBASE-L Mailing List <mailto:[email protected]> Sent: Monday, October 13, 2008 12:33 PM Subject: [RBASE-L] - Property Command Syntax for Report "Lines" What's the correct syntax for the property command to change the color of a line object on a report? I have tried: Property componetid color 'clred' Property componetid pen_color 'clred' Any suggestions? Thanks, Paul Buckley

