CUS13.Printing Enquiry Output PDF
CUS13.Printing Enquiry Output PDF
CUS13.Printing Enquiry Output PDF
This
learning unit teaches you to print an enquiry report from T24.
3. This learning unit is example based. First an example output will be shown then
you will be taught the steps to create the Version. At the end of each section a
workshop is given to test your level of understanding.
1. Enquiries can be stored for future reference in various formats. Can you print an
enquiry report from T24?
2. Yes you can print enquiry output. There are two options provided by the enquiry
output – one to print locally and the other to print to server.
3. Before you print the output, you need to set certain applications in T24
3. Any report that you print from T24 should have an entry in the application
REPORT.CONTROL
4. ENQUIRY is an application in T24 and Printer is a hardware. Now how will they
communicate with each other?
To do this you will use the application ENQUIRY.REPORT in T24.
(1) Assume that you are issuing a request to print an enquiry output.
(2) The initial step is to obtain the id of REPORT.CONTROL from the application
ENQUIRY.REPORT
(3) The layout of the report is specified in the form type. The FORM TYPE is obtained
with the help of REPORT.CONTROL record id.
(4) Now a record in DE.FORM.TYPE has been read to load form settings and to obtain
the printer id.
(6) Finally the request is spooled to the physical printer and it generates the enquiry
output.
PRINTER.ID is the application used to define the valid printers on the system. The id
of the record is the logical name for the actual physical printer . The field
PRIME.PRINTER.ID holds the printer name at the OS level.
The application DE.FORM.TYPE is used to define the layout of the report. You can
specify the width and depth of each printed form, and also the printer on which it is
produced on. The value in field PRINTER.ID must be a valid entry on the PRINTER.ID
file. Form types of D.SLIP will use this printer to print the reports.
ENQUIRY – In the field ENQUIRY you specify a valid enquiry id. The Enquiry record
contains the parameters for building the report.
When you use the Print to Server option in the enquiry output, the printing job is done
by using the ENQUIRY.REPORT application .
SKIN NAME - This field determines the 'skin' to be used for Browser screens when the
user logs into T24.
A 'skin' determines the 'look and feel' of the Browser screens in terms of color, font,
graphics, etc. Each Browser installation will be delivered with a number of predefined
skins that can be used. This field defines which skin the user prefers.
PRINT LOCATION – This field determines the destination for any print requests. It can
take any of the following two values (i) Local - use a printer connected to a user's PC
(ii) Server - use a printer connected to the T24 Application Server.
OUTPUT.FORMAT – There are three options provided by this field – the first one is
the file format, which stores data in the form of rows and columns. The second one is
report format which generates the normal output as you saw before. The last option is
to generate the report in xml format.
[Note: clear file &HOLD& before verifying the record and the list the contents of
&HOLD& to view the xml output]
[Note: clear file &HOLD& before verifying the record and the list the contents of
&HOLD& to view the record with file output]
2. True
3. True
4. False
2. PRINTER.ID is the application used to define the valid printers on the system
4. Any report printed from your T24 system should have an entry in
REPORT.CONTROL application
2. When the enquiry report is printed using the print to server option, your report is
spooled in the &HOLD& director
3. You can also print an enquiry output in different formats. This can be done using
the ENQUIRY.REPORT application.