Thread: Form Feed

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    1

    Question Form Feed

    Hello,

    Does anyone know how to use form feed, using Borland or VC++?
    I have to make a program for CIS-112 that uses it to print
    information from an input file which contains 12 names.
    After 6 names the program should print out a page with the page
    number. Basically there will be 2-3 pages. Any help would be well
    appreciated.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Just output a "\f" to the printer at the point you want a formfeed
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. finding form feed
    By barneygumble742 in forum C++ Programming
    Replies: 4
    Last Post: 07-07-2006, 12:26 AM
  2. Accessing main form from functions in other classes
    By pj_martins in forum C++ Programming
    Replies: 1
    Last Post: 11-05-2004, 09:27 AM
  3. My UserControls dissapear off my form
    By zMan in forum C# Programming
    Replies: 2
    Last Post: 09-15-2004, 08:55 AM
  4. Making an MFC form to suit
    By TJJ in forum Windows Programming
    Replies: 1
    Last Post: 04-17-2004, 11:20 AM
  5. Help with a bit of tweeking on form feed
    By breed in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 06:45 AM