Announcement:QQ group: 124766907, if you are in. the net field has unique insights and profound programming skills. It has expertise in a certain field. You are welcome to join this group. This group already has several MVPs, In the SL ,. net, BS has accomplished people welcome to the group. If you have more than 4 years of experience, do not add it. This group is pursuing the high-end and top-level products. Thank you.
Because the finance department prints the invoice report, the letterhead in the printer tray 2nd must be used for the statement, and the first page must contain some information about the header, in the future, only the blank header of the letterhead can be printed on each page (reserved for the printed part of the letterhead ). In fact, it is very simple that the header information is set in the report header (header), and a blank space is reserved in the placeholder area on top of the letterhead title; and a section is inserted in the header, in this case, the Headers A and B are displayed, and the spaces reserved in header A are about the same size as those reserved in the report header (see figure). For details, see 【Reserved stationery location] Section
And set the default suppression display, because it is impossible to print two letterhead headers on the first page. Sets the display suppression formula. All pages except the first page are displayed.
CodeAs follows:
If pagenumber = 1 then
True
Else
False
See the figure below:
Pagenumber indicates the number of each page in the crystal report syntax. Is the description of the current page. (If it is true, it will suppress the display. If it is false, it will not suppress the display)