Top-of-the-page format

Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default Top-of-the-page format

    I am printing a report and use this FORMAT function. However, I just
    want it to print once, not the default of once every 60 lines. I've read
    the special variable "$=" is what governs it but not matter what I put
    in there, it still doesn't stop it.

    How do I disable this?

    Thanks.

    --Paul

    Perl Guest

  2. Similar Questions and Discussions

    1. Dreamweaver MX web page format/content
      Before I purchase Dreamweaver MX I would like to know from all of you if the software allows students to create a different web template with...
    2. date format on live page
      hi, I have a basic application running using DMX2004,CFMX7 and ACCESS 2002. people input items and in the database I have a date field which is set...
    3. Printing ppt to .pdf format in full page
      Newbie here... I would like to be able to print Powerpoint shows into Acrobat...I understand that there is a certain level of Acrobat needed to be...
    4. Formats re-setting top of page format
      Hi This is a small version that shows the problem. If it stays in the while loop it only prints the top format the first time around then...
    5. Access, ASP and page format
      Hi, I have a site using Access 2K and ASP. The site uses frames and the ASP page appears in between two of the frames; so I have a limited amount...
  3. #2

    Default Re: Top-of-the-page format

    Perl wrote:
    >
    > I am printing a report and use this FORMAT function. However, I just
    > want it to print once, not the default of once every 60 lines. I've read
    > the special variable "$=" is what governs it but not matter what I put
    > in there, it still doesn't stop it.
    >
    > How do I disable this?
    If you don't want the headers printed then don't define a FILEHANDLE_TOP
    format for the corresponding FILEHANDLE format.


    John
    --
    use Perl;
    program
    fulfillment
    John W. Krahn Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139