|
|
| Author |
Message |
Prabha Warnings : 1 Active User
Joined: 05 Dec 2005 Posts: 64
|
|
|
|
| While displaying error messages in screen, we will put cursor in desired place and highlight the field with some colors. Can anyone let me know the macros to be used for this. |
|
| Back to top |
|
 |
References
|
Posted: Wed Jan 23, 2008 1:19 pm Post subject: Re: How to highlight the fields with colors using macros |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2565 Location: italy
|
|
|
|
there are no macros involved...
there are two ways :
static : when You create the map define the fields with the proper attribute
dynamic : at run time before sending the map change the fields attribute |
|
| Back to top |
|
 |
priya
Moderator
Joined: 24 Jul 2003 Posts: 626 Location: Bangalore
|
|
|
|
There are many ways to color your fields.
To display the field in 'Red' color, Move "2" to Fieldname+C. (If DSATTS & MAPATTS are specified in the mapset def.)
or add COLOR=RED in DFHMDF. |
|
| Back to top |
|
 |
|
|