Can I hide the footer when printing a panel?

No, when printing a panel the footer can not be hidden. To print a panel the function printPanel() is used.

The function int printPanel(string modulName, string panelName, string spec [, bool ShowDialog]]) prints out a panel <panelName> in a module <modulName>.
The default value of spec = "" which means print with child panels like a screenshot. The value "panelOnly" means prints the panel without child panels (without screenshot of the child panels).
If the optional parameter "ShowDialog" is set to TRUE the printer dialog will open. To define the settings by using the attributes of the internal datapoint datapoints _Ui, set the value of the showDialog to FALSE.

When printing a table there is the possibility to change the format of the footer by a parameter. Hiding is also not possible. The function printTable() has a parameter "footer" which describes the format of footer. The following abbreviations may be used: \date \time \page \name \user \numpages The following parameters can be used for justification: \left{...} \right{...} \center{...} \fill{...} Line width and height are set by the paper format.
 

Date added:
Last revised:
Hits:
8.770
Version:
3.8, 3.9, 3.10, ALL Versions
Platform:
Windows,Linux,Solaris
Rating:
Rating: 3.1. 89 vote(s).
89 anonymous votes
No rating done at all.
Your vote was '' (0 of 5) You are an anonymous user.
You may log on to do personalized votings
Click the rating bar to rate this item Please log on to do ratings
  • Notification

    FE user cannot be identified! (1403201096)

Tags:
Programming / Scripting, User Interface