Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing the color of PARTS of fields

Status
Not open for further replies.

twistedlogic

Technical User
Jan 10, 2002
35
0
0
AU
Hi All,

I have a field, and I want to change the color of the first letter of each paragraph. This can be easily done to a text member using:

member("text member").item[x].char[1].color = rgb(255,0,0)

however, when you try the same thing on a field member it says "property not found: #color".

anyone got an idea of how to do this??!!!!

thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top