You are viewing this site as a guest. You can still ask questions and help others! Join our Dev2Dev IT Community to receive your own blog, share your knowledge, and much more.

Peoplesoft sqrs

2 replies [Last post]
vasudau's picture
User offline. Last seen 1 year 29 weeks ago. Offline
Joined: 11/18/2008
Posts: 3

Hi,
how to apply the colors to sqr pdf output,
will you please give me the detailed code

Ashar's picture
User offline. Last seen 56 min 52 sec ago. Offline
Joined: 03/26/2008
Posts: 159
Re: Peoplesoft sqrs

there is a set-color command in SQR. You may use that. I don't have the code though..

Thanks,

Ashar

sweety's picture
User offline. Last seen 7 weeks 2 days ago. Offline
Joined: 01/16/2009
Posts: 11
Re: Peoplesoft sqrs

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

The content of this field is kept private and will not be shown publicly.
CAPTCHA
The question below is to prevent automated spam submissions.
2 + 15 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.