Razzak Thanks that worked but didn't work. Here is what I mean I've got to export data to an XML file but I need a way to identify the XML tags so I'm doing this thru a report.
It did suppress the page break, but all my detail fields where seperated by a comma. By the way the other options worked as TAB and Fixed.. The only thing I had to do was replace the comma with a carriage return. Thanks Buddy ************************************** <SOMPersonnel> <person> <role>Faculty</role> <lastName>Doe</lastName> <firstName>John</firstName> <middleName>A.</middleName> <dob>03/28/1936</dob> <classOf></classOf> </person> <person> <role>Student</role> <lastName>Simpson</lastName> <firstName>Bart</firstName> <middleName>R.</middleName> <dob>08/11/1952</dob> <classOf>05/22/2008</classOf> </person> </SOMPersonnel> ***************************************** -----Original Message----- From: A. Razzak Memon [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 10:35 AM To: RBG7-L Mailing List Subject: [RBG7-L] - Re: Suppress Page Breaks At 10:24 AM 8/4/2004 -0400, Buddy Walker wrote: >How do I go about suppressing all page breaks in a report. > >This report will be printed to a text file as 1 continuous >text without page breaks. Buddy, You'll need to identify the "Band" to be included for text file Here's how: 01. Report Designer > File > Print to Text File Setup... File Name: File Type: Bands: Available Controls: Select appropriate report "band" to include when printing as TEXT or Emulation Text. 02. Click [OK] to save settings. 03. Use PRINT reportname OPTION TXT or OPTION ETXT Have fun! Very Best R:egards, Razzak.
