Tom Jacobs <[EMAIL PROTECTED]>
> Is it possible, in lingo, to change the color of a chunk of text in a
> field member? For example, I want to change the first line to a
> different color than the other six lines.
Hi Tom,
It helps to use D6 syntax for this:
rgbColor = rgb(255, 0, 0)
paletteColor = rgbColor.paletteIndex
set the forecolor of line 1 of member("myFieldMember") to paletteColor
Cheers,
James
[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!]