Re: Reset the foreground color

2016-10-17 Thread Bob Sneidar
Right. Not only does the "Field" have the property, but now the text itself can have the property. Text without the property set will take on the field property, and if that is not set it will take on the text properties of the stack. Bob S > On Oct 4, 2016, at 10:06 , Ludovic THEBAULT > w

Re: Reset the foreground color

2016-10-04 Thread Ludovic THEBAULT
Le 4 oct. 2016 à 19:15, Klaus major-k a écrit : > Bonsoir Ludovic, > >> Am 04.10.2016 um 19:06 schrieb Ludovic THEBAULT >> : >> >> Hello, >> >> I've a field where i change color of some chars by script. >> If i want to "reset" the color of all my text this code doesn't work : >> set the fore

Re: Reset the foreground color

2016-10-04 Thread Klaus major-k
Bonsoir Ludovic, > Am 04.10.2016 um 19:06 schrieb Ludovic THEBAULT > : > > Hello, > > I've a field where i change color of some chars by script. > If i want to "reset" the color of all my text this code doesn't work : > set the foregroundcolor of fld "myText" to black > I really need to do a re

Reset the foreground color

2016-10-04 Thread Ludovic THEBAULT
Hello, I've a field where i change color of some chars by script. If i want to "reset" the color of all my text this code doesn't work : set the foregroundcolor of fld "myText" to black I really need to do a repeat on all chars ??? Thanks ___ use-liv