TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmsspdfcolorhdr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
variable:tmsspdfcolorhdr [2022/01/24 01:04] – [Windows PowerShell] Scott Cunliffevariable:tmsspdfcolorhdr [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 The [[variable:start|Environmental Variable]] ''TMSSPDFCOLORHDR'' changes the color of the PDF report header background or title bar using HEX number input (without the #). The [[variable:start|Environmental Variable]] ''TMSSPDFCOLORHDR'' changes the color of the PDF report header background or title bar using HEX number input (without the #).
 +
 +The [[variable:start|Environmental Variable]] ''TMSSPDFCOLORHDR'' will set the color for all report headers.  
 +
 +If used in conjunction with the Report-ID, eg TMSSPDFCOLORHDR100, it will override the global color set for that report.  For example TMSS10MoveList produces three reports (Report 117, 118 and 119), setting TMSSPDFCOLORHDR to red and TMSSPDFCOLORHDR117 to blue would produce a PDF report 117 with a blue title bar, 118 and 119 with a red title bar.
  
 ===== Example ===== ===== Example =====
Line 12: Line 16:
 ==== Windows Command Line ==== ==== Windows Command Line ====
  
-<code>set TMSSPDFCOLORHDR=FF0000</code> +<code>set TMSSPDFCOLORHDR=FF0000 
 +set TMSSPDFCOLORHDR100=0066CC 
 +</code> 
  
  
Line 19: Line 25:
 <code> <code>
 $env:TMSSPDFCOLORHDR = "FF0000" $env:TMSSPDFCOLORHDR = "FF0000"
 +$env:TMSSPDFCOLORHDR100 = "0066CC"
 +</code>
 +
 +==== Linux ====
 +
 +<code>
 +export TMSSPDFCOLORHDR="FF0000"
 +export TMSSPDFCOLORHDR100="0066CC"
 </code> </code>
  
 {{tag> environmental_variables reports pdf}} {{tag> environmental_variables reports pdf}}
variable/tmsspdfcolorhdr.1642986257.txt.gz · Last modified: 2025/01/21 22:07 (external edit)