Blog Pro de Jean-Baptiste HEREN

Notes d'un consultant Freelance en Informatique

To content | To menu | To search

Graphic box en SQR

Voici comment imprimer une boite (un cadre) avec SQR Report.

!* Graphic Box
!* GRAPHIC (a, b, c) BOX d e f
!* a = line
!* b = colonn
!* c = width (largeur)
!* d = high (hauteur)
!* e = Thickness (épaisseur du trait)
!* f = Background opacity (Opacité du fond) (Grisé)

Exemple de boite avec Cadre & Grisée

[sql]
graphic  (#num_ligne,#col_gauche,#largeur_cellule) box #hauteur_cellule #epaisseur_trait #opacite_fond
Jean-Baptiste Heren

Author: Jean-Baptiste Heren

Stay in touch with the latest news and subscribe to the RSS Feed about this category

Comments are closed


no attachment



You Might Also Like

Finding one component location in the peoplesoft portal

Just replace the 'MY_COMPONENT_GBL' parameter in the following sql script. This works for MS SQl Server. You can add more levels by adding Outer Joins. [SQL] /* Where is my component in the portal */...

Continue reading

02_-_new_component_interface.png

Peoplesoft Component interface HOWTO

Here is a tutorial explaining how you can create a function containing one Component INterface, and make use of it from any peolplecode. Following example takes the PO Receipt Component to make...

Continue reading