Foreground Color

In a tabular form, I’m trying to set the foreground color for certain controls as red(valuee 255). I’m able to use the command: currForm.Textbox.UPDATEFORECOLOR(255); for textboxes that are fields in the source table. I’m unable to use this command for textboxes whose source is a global variable. Is there a solution for this? Thanks. Pari Somasundaram.

Have You tried to give the control a name in the properties window? //Lars

quote:


Originally posted by Lars Westman: Have You tried to give the control a name in the properties window? Thanks. That worked. Pari Somasundaram //Lars