Header and Footers, Paper Size

Contents  Previous  Next

Options Menu > Header and Footers, Paper Size

Page Format

Select the paper size and orientation to be selected whenever a PDF report file is created or previewed.  

 

Note that these settings will not apply to any reports printed directly from Temprecord.  In this case the page format is determined by the settings for the current printer.

 

If a PDF file is previewed and printed from the PDF viewer, the page size and format assumed is determined by those of the PDF itself.

 

Print Header  and Print Footer Options

Check the Enable Print Header/Footer option if you want a page header/footer included with the PDF reports or printed output.

 

Check the Use header/footer space for content option if you want the space on the page normally occupied by the header/footer to be included in the body of the printed report.  If this option is not checked and the Enable Print Header/Footer option is also not checked, the header/footer will not print, but the space normally occupied by the header/footer is left blank.

 

Fill in the three fields with the text you want displayed in the left-hand side, the center, and the right-hand side respectively of the header/footer.  The left hand text is aligned with the left margin.  The center text is centered between the left and right margins.  The right-hand text is right-justified against the right-hand margin.

 

Any of the text fields may overflow into the adjacent fields, and it is your responsibility to make sure they do not overlap.  Thus it is possible to have a left-hand header or footer that extends right across the page, provided the corresponding center and right-hand header/footer are set to blank strings.

 

Meta-string Substitution

Header and footers may include "meta-strings".  These strings are expanded (i.e. substituted by another string) at the time of report generation. There are meta-strings which are common throughout Temprecord software, and there are some which are particular to print headers and footers.  The meta-strings that are common are:

 

Meta-string

Use

Example

Output

%Version%

TRW software version

"Printed with v%Version%"

Printed with v5.28.0.2533.tr

%Build%

TRW software build

"Saved with build %Build%"

Printed with build 2533.tr

%User%

logged in Windows user

"Printed by user %User%"

Printed by user Fred.tr

%Computer%

computer name

"Printed from PC %Computer%"

Printed from PC Fred's Workstation.tr

%Workgroup%

computer workgroup

"This file is from the %Workgroup% group"

This file is from the Administration group.tr

%Date%

Inserts the date in the users short date format

"Reception %Date%"

Reception 23-8-2012

%Time%

Inserts the current time in the user's long time format

"Saved at %time%"

Saved at 15_09_26.tr

%DateTime%

Inserts the date and time in the users short date and long time format

"Saved %DateTime%"

Saved 23-8-2012 15_09_26.tr

%%<env var>%%

environment variable

"%%TEMP%%"

C:\DOCUME~1\jrm\LOCALS~1\Temp\

 

Additional meta-strings which are valid inside header and footer specifications are:

 

Meta-string

Use

Example

Output

%Page%'

current page

Page %Page%

Page 1

%Pages%'

total pages

Page %Page% of %Pages%

Page 1 of 4

%SN%

logger serial number

Logger %SN%

Logger S1234567

%User1%..%User5%

logger user data

%User4%

<logger user data line 4 will be displayed>

%Filename%

the filename part of the .TRX file associated with the data

File %Filename%

File S1234567.tr

%NPS%

the name of any named parameter set loaded

Parameters from "%NPS%.nsp"

Parameters from "Plasma.nsp"

%PrintDateTime%

date and time report printed

Printed on %PrintDateTime%

Printed on 1/2/2010 12:55:02

%StartDateTime%

date and time the logger was started

Logger started on %StartDateTime%

Logger started on 21/12/2009 15:00:56

 

The following meta-strings are expanded into various parameters and statistics from the logger data set:

 

Meta-string

Use

Example

Output

%Samples%

number of samples

Logger  %SN% "(%Samples% samples)"

Logger S1234567 (1778 samples)

%SamplePeriod%

sample period

Samples were %SamplePeriod% apart

Samples were 0:02:30 apart

%Markers%

number of markers

%Markers% markers in file

17 markers in file

%StartDelay%

start delay

Logger start delay was %StartDelay%

Logger start delay was 0:01:00

%StartSample%

start sample (F7 key)

Statistics are for samples %StartSample% to %EndSample%

Statistics are for samples 100 to 199

%EndSample%

end sample (F8 key)

Statistics are for samples %StartSample% to %EndSample%

Statistics are for samples 100 to 199

%StartDate%

date of start sample

Statistics are for samples between %StartDate% and %EndDate%

Statistics are for samples between  12-11-2013 10:00:14 and 13-11-2013 02:10:44

%EndDate%

date of end sample

Statistics are for samples between %StartDate% and %EndDate%

Statistics are for samples between  12-11-2013 10:00:14 and 13-11-2013 02:10:44

%FirstDate%

date of first sample

Logger first sample taken was at %FirstDate%

Logger first sample taken was at 12-11-2013 08:00:14

%LastDate%

date of last sample

Logger last sample taken was at %LastDate%

Logger last sample taken was at 13-11-2013 02:10:44

%User1%..
%User5%

Lines 1..5 of user data.

%User1%, %User2%

Contents: Frozen Lamb, Origin: Auckland Coolstore

%UserData%

All lines of user data (only valid inside the body of an email - %UserData% is not recognized inside the subject line of an email)

User Data:

%UserData%

User Data:

Contents: Frozen Lamb

Origin: Auckland Coolstore

Destination: Christchurch

Container: SKK2311

%NPS%

name of any programmed Named Parameter Set

Parameters: %NPS%

Parameters: Conditioned blood products

%SN%

logger serial number

Logger %SN%

Logger s1234567

%Owner%

programmed owner name

Return logger to %Owner%

Return logger to Waikato

%Firmware%

version number of logger firmware.

%Firmware%

4.1.6.0

%TMean%

mean value of temperature samples between start and end samples

Mean temperature between %StartDate% and %EndDate% was %TMean%

Mean temperature between 12-11-2013 10:00:14 and 13-11-2013 02:10:44 was -18.311

%TMax%

maximum temperature between start and end

Maximum temperature between %StartDate% and %EndDate% was %TMax%

Maximum temperature between 12-11-2013 10:00:14 and 13-11-2013 02:10:44 was -17.580

%TMin%

minimum temperature between start and end

Minimum temperature between %StartDate% and %EndDate% was %TMin%

Minimum temperature between 12-11-2013 10:00:14 and 13-11-2013 02:10:44 was -18.950

%TMaxSample%

sample number of maximum temperature

Maximum temperature (%TMax%) occurred sample %TMaxSample% at %TMaxDate%

Maximum temperature (-17.580) occurred sample 3312 at 12-11-2013 23:38:14

%TMinSample%

sample number of minimum temperature

Minimum temperature (%TMin%) occurred sample %TMinSample% at %TMinDate%

Minimum temperature (-18.950) occurred sample 3465 at 13-11-2013 02:57

%TMaxDate%

date-time of maximum temperature

Maximum temperature (%TMax%) occurred sample %TMaxSample% at %TMaxDate%

Maximum temperature (-17.580) occurred sample 3312 at 12-11-2013 23:38:14

%TMinDate%

date-time of minimum temperature

Minimum temperature (%TMin%) occurred sample %TMinSample% at %TMinDate%

Minimum temperature (-18.950) occurred sample 3465 at 13-11-2013 02:57

%MKT%

mean kinetic  temperature between start and end samples

Mean kinetic temperature between samples %StartSample%-%EndSample% was %MKT%

Mean kinetic temperature between samples 100-199 was -18.905

%HMean%

mean value of humidity samples between start and end samples

Mean humidity between %StartDate% and %EndDate% was %TMean% %RH

Mean humidity between 12-11-2013 10:00:14 and 13-11-2013 02:10:44 was 64.2 %RH

%HMax%

maximum humidity between start and end

Maximum humidity between %StartDate% and %EndDate% was %HMax% %RH

Maximum humidity between 12-11-2013 10:00:14 and 13-11-2013 02:10:44 was 70.0 %RH

%HMin%

minimum humidity between start and end

Minimum humidity between %StartDate% and %EndDate% was %HMin% %RH

Minimum humidity between 12-11-2013 10:00:14 and 13-11-2013 02:10:44 was 58.5 %RH

%HMaxSample%

sample number of maximum humidity

Maximum humidity (%HMax% %RH) occurred sample %HMaxSample% at %HMaxDate%

Maximum humidity (70.0 %RH) occurred sample 3312 at 12-11-2013 23:38:14

%HMinSample%

sample number of minimum humidity

Minimum humidity (%HMin% %RH) occurred sample %HMinSample% at %HMinDate%

Minimum humidity (58.5 %RH) occurred sample 3465 at 13-11-2013 02:57

%HMaxDate%

date-time of maximum humidity

Maximum humidity (%HMax% %RH) occurred sample %HMaxSample% at %HMaxDate%

Maximum humidity (70.0 %RH) occurred sample 3312 at 12-11-2013 23:38:14

%HMinDate%

date-time of minimum humidity

Minimum humidity (%HMin% %RH) occurred sample %HMinSample% at %TMinDate%

Minimum humidity (58.5 %RH) occurred sample 3465 at 13-11-2013 02:57

 

See also:

Printer options

Meta-strings

Meta-strings in file and folder names

Meta-strings in email messages

Meta-strings in user data

Meta-strings in parameter sets

 


(C) 1992-2019 Temprecord International Ltd
9/06/2019 11:09:22 PM
Temprecord Web Help