> You must use the old syntax for field members rather than the dot syntax:
> 
> set the color of line 1 of field"myFieldMember" = theColor

Partially correct. You can't use "color" with fields - you have to use
"foreColor", and its value needs to be an integer from 1 to 255 (palette
index reference).

set the forecolor of line 1 of field "myFieldMember" = 5

-Kurt


[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