| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
there is a set-color command in SQR. You may use that. I don't have the code though..
Thanks,
Ashar
SQR comes with sixteen defined colors.DECLARE-COLOR-MAP command is used to define additional colors in the BEGIN-SETUP section.
We can use defined colors directly as follows....
print 'Hello' (1,2)
foreground=('red')
background=('blue')
SET-COLOR nad GET-COLOR commands can also be used.This commands are allowed wherever the PRINT command is allowed.
The GET-COLOR command retieves the current color.
eg: get-color print-text-foreground=($color)
The SET-COLOR command sets the color.
eg:set-color print-text-foreground=(’purple’)
Post new comment