KB-33123: Changing the fields’ background and text colors in E3Browser.

Question:

Can I change the field’s background and text colors in E3Browser via scripts?

Solution:

Yes. To change the text’s color, you must attribute the new color to the Field‘s Color property.

Example: Screen.Item(“E3Browser1”).Fields.Item(“Area”).Color = RGB(255, 0, 0)

To change a field’s or column’ background color, you must attribute the new color to the Field‘s BkColor property.

Example: Screen.Item(“E3Browser1”).Fields.Item(“Area”).BkColor = RGB(255, 0, 0)

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *