| **Navigation:**  [[introduction.htm|Language Reference]] > 9 -  Window and Report Attributes > Window and Report Attributes >====== ALONE (set to print without page header, footer, or form) ====== | [[absolute set fixed position printing .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[alrt set window hot keys .htm|{{btn_next_n.gif|Next page}}]] | | || **ALONE** {{blk2blue.jpg|blk2blue.jpg}} The **ALONE** attribute (PROP:ALONE) specifies that the DETAIL, or group HEADER or FOOTER structure (contained within a BREAK structure), is to print on the page without any FORM, or page HEADER or FOOTER (not within a BREAK structure). The normal use is for report title and grand total pages. **Example:** **CustRpt   REPORT** **TitlePage  DETAIL,****ALONE****      !Title page detail structure ** **            !structure elements  ** **           END** **CustDetail DETAIL  ** **            !structure elements  ** **           END** **           FOOTER  ** **            !structure elements  ** **           END** **          END**