Are you displaying this in a browser before printing it ? remeber that html it a layout language, not a document formatting language.
meaning, that it doesn't really have a concept of page breaks. i think that's what you mean. alternativly, if you mean everything is not printed as you would expect and it all clumped together, you may try printing the mime type as text/plain. jeff. >> -----Original Message----- >> From: Theresa Mullin [mailto:[EMAIL PROTECTED] >> Sent: Thursday, March 20, 2003 11:23 AM >> To: [EMAIL PROTECTED] >> Subject: [cgiapp] Inserting Form Feeds when using FORMAT >> >> >> Hi everyone, >> >> >> >> I'm writing what I thought would be a really quick program to print >> course information across the top of our Course Evaluation forms. >> >> >> >> I'm using a "format" statement to get the spacing just right on the >> output, but I can't get it to insert the form feed character at the end. >> I've tried setting the $FORMAT_LINES_PER_PAGE ($=) to 1, among other >> things, and nothing seems to work. When I print out the data, I still >> get the whole list on one page. >> >> >> >> Here's a little snippet of my code: >> >> >> >> $= =1; >> >> >> >> ### Format for output >> >> format EVAL_OUT= >> >> @<<<<<<<<<<<<<<<<<<<<<<<< @<<<<<<<<<< @<<<<<<<< >> >> $full_name, $crse_numb, $seq_numb_ssbsect >> >> . >> >> select (EVAL_OUT); >> >> >> >> >> >> sub print_rec_to_output_file >> >> { >> >> write(); >> >> } >> >> >> >> Any and all help is appreciated. >> >> Thanks, >> >> T. >> >> >> >> Theresa Mullin >> >> Programmer/Analyst >> >> Administrative Computing >> >> Northern Essex Community College >> >> 100 Elliott St. >> >> Haverhill, MA 01830 >> >> (978) 556-3757 >> >> [EMAIL PROTECTED] >> >> >> >> >> >> >> >> Theresa Mullin >> >> Programmer/Analyst >> >> Administrative Computing >> >> 100 Elliott St. >> >> Haverhill, MA 01830 >> >> (978) 556-3757 >> >> [EMAIL PROTECTED] >> >> >> >> --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
