LeonelSanchezJr
Programmer
I have a one character field which needs to be centered in the column of a pdf format report.
Can this be done?
Thanks,
Leo ;-)
Can this be done?
Thanks,
Leo ;-)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
DEFINE FILE CAR
XXXXXX/A1='X';
END
TABLE FILE CAR
PRINT XXXXXX
BY COUNTRY
ON TABLE SET STYLE *
TYPE = DATA, COLUMN=XXXXXX, JUSTIFY=CENTER,$
ENDSTYLE
ON TABLE PCHOLD FORMAT PDF
END