I would like to change the green screen foreground colour for an editbox based on some condition in logic.
Unfortunately, when I set the colour using editbox.ForeColor followed by an editbox.Refresh() it does not update the green screen attribute.
Is there a way to do this?
Thanks.