193.3.3
DISPLAY-TINFO
In case of the Notepad table it is only possible to display the content of the whole Notepad
table.
In case of the TINFO table it is possible to display
•
a single entry
•
a range of entries by providing the start and end TINFONR
•
a number of entries ( the number being entered by the user ) starting from an entered TINFONR.
If the branch parameter DATTYPE is not declared in a display-command, both tables will be displayed, at first the TINFO-table then the Notepad-table.
For displaying only the TINFO-data alone the value of DATTYPE must be set to T. The value N is to be entered for displaying the Notepad-data alone.
Procedure overview
Command code
Parameter
DISPLAY-TINFO
;
(1)
|[DATTYPE=T];
(2)
|,TINFONR=<textstring>;
(3)
|TINFONR=<textstring>,AMOUNT=<number>;
(4)
|[DATTYPE=N];
(5)
Examples
1.
Display both tables (Default)
Input:
DISP-TINFO:;
Output:
TINFO-NR DATE DESCRIPTION QUANT REMARK
604P963 15.12.96 power supply modul 3 overload
604P979 03.01.97 number of old RMS-Shelfs 10
604P983 17.02.97 Pentium-processor instead of DP468 1
NR DATE TEXT
001 05.12.96 on the 12.5.96 6 SLMA, 4 SLMB and 2 further LINUX terminals were equ
iped
002 13.12.96 Notepad-text 2
003 07.01.97 Notepad-text 3
2.
Display the TINFO-table
Input:
DISP-TINFO:T;
Output:
TINFO-NR DATE DESCRIPTION QUANT REMARK
604P963 15.12.96 power supply modul 3 overload
604P979 03.01.97 number of old RMS-Shelfs 10
604P983 17.02.97 Pentium-processor instead of DP468 1
3.
Diplay a range of entries from the TINFO-table.
Input:
DISP-TINFO:T;“902PS79“&&“623PE89“;
4.
Display of a number of entries starting with an entered TINFONR.
Input:
DISP-tinfo:T,“902PS79“,35;
Output:
Starting with the TINFONR 902PS79 35 entries of the TINFO-table will be displayed.
5.
Display the Notepad - entries.
Input:
DISP-TINFO:N;
Output:
NR DATE TEXT
001 05.12.96 on the 12.5.96 6 SLMA, 4 SLMB and 2 further LINUX terminals were equ
iped
002 13.12.96 Notepad-text 2
003 07.01.97 Notepad-text 3
6.
Display a range of entries from the TINFO-table.
Input:
DISP-TINFO:T;“902PS79“&&“623PE89“;
7.
Display of a number of entries starting with an entered TINFONR.
Input:
DISP-tinfo:T,“902PS79“,35;
Output:
Starting with the TINFONR 902PS79 35 entries of the TINFO-table will be displayed.
${DocTitle}
, ID:
${DocID}
©
02/2025
Mitel Networks Corporation. - All rights reserved.
Mitel and the Mitel logo are trademarks of Mitel Networks Corporation. Unify and associated marks are trademarks of Unify Software and Solutions GmbH&Co. KG.
All other trademarks herein are the property of their respective owners.