February 15, 200520 yr Trying to find a way to highlight certain words in a textfield. 1stField (text) holds a text: "the quick brown fox jumps over the lazy dog" 2ndField (text): holds the text I want to style: "fox" Script: Goto Field (1stField) Find/Replace [2ndField ; TextStyleAdd(2ndField ; bold)] It does not replace 'fox' with 'fox', however but simply with 'fox'. Can anyone give me a pointer?
February 15, 200520 yr Set Field [ yourtable::1stField ; Substitute ( yourtable::1stField ; yourtable::2ndField ; TextStyleAdd ( yourtable::2ndField ; Bold ) ) ]
Create an account or sign in to comment