if your are using a field, then do it by
 set the foreColor of char( 1 ) of field("someFieldMember")
to 145
or
set the foreColor of char 1 to 2 of field("someFieldMember")
to 145

for a text member use:

member("someTextMember").char[1..2].color = rgb(122,122,122)

sincerely
Mark R. Jonkman
>


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to