Support for the Widescreen Slide Size

Support for the new widescreen default slide size (13.333 inches x 7.5 inches), introduced in Microsoft Office 2013, has been added to WebFOCUS. The new WIDESCREEN page size option was specifically designed for use with PowerPoint presentations, but you can use it with any output format.

You can define the page size for a standard report or Compound Report.

Example: Using WIDESCREEN in a Standard Report

TABLE FILE GGSALES
HEADING
"New Widescreen Slide Size"
" "
SUM DOLLARS/D12CM UNITS/D12C
BY REGION
BY CATEGORY
ON TABLE PCHOLD FORMAT PPTX
ON TABLE SET STYLE *
TYPE=REPORT, PAGESIZE= WIDESCREEN, ORIENTATION=LANDSCAPE,
SQUEEZE=ON, FONT='Arial', SIZE=24, COLOR=GRAY,
LEFTMARGIN=1, TOPMARGIN=0,$
END

Produces the following slide:

Example: Using WIDESCREEN in a Compound Report

COMPOUND LAYOUT PCHOLD FORMAT PPTX
SECTION=S1,LAYOUT=ON,MERGE=OFF,ORIENTATION=LANDSCAPE, PAGESIZE=WIDESCREEN, $
PAGELAYOUT=1, $
COMPONENT=Sales, TYPE=REPORT, POSITION=(1 .75), DIMENSION=(* *), $
COMPONENT=Units, TYPE=REPORT, POSITION=(8 .75), DIMENSION=(* *), $
END
SET COMPONENT=Sales
TABLE FILE GGSALES
"Sales in Dollars"
" "
SUM DOLLARS/F8M
BY REGION NOPRINT
BY ST
BY CITY
ON TABLE HOLD FORMAT PPTX
ON TABLE SET STYLE *
TYPE=REPORT, SQUEEZE=ON, FONT=TAHOMA, COLOR=GREEN, SIZE=18,$
END
SET COMPONENT=Units
TABLE FILE GGSALES
"Sales in Units"
" "
SUM UNITS/D8C
BY REGION NOPRINT
BY ST
BY CITY
ON TABLE HOLD FORMAT PPTX
ON TABLE SET STYLE *
TYPE=REPORT, SQUEEZE=ON, FONT=TAHOMA, COLOR=BLUE, SIZE=18,$
END
COMPOUND END

Produces the following slide:

WebFOCUS

Feedback