Functionality When the method EmployeeTrip.GetExpenseForm_HTML> is called, thestandard form for trip costs accounting is returned as a HTML table. Ifthe method is correctly performed (see parameter RETURN), the outputtable (TRIPFORM_HTML>) contains the list output of the standardtrip costs form (reportRPRTEF00>) in several HTML tables,formated according to the report's output format. These HTML tables can easily be pasted into your Intranet page. If you want to create a separate page for the form (e.g. using a CGIscript) you only need to make the following additions in order toobtain a complete HTML page: Before outputting the lines of table TRIPFORM_HTML, set the header andthe beginning of the main section of the HTML page (using for example" Trip costs accounting " andafter output of all lines in table TRIPFORM_HTML, set the end tag("").Notes Occasionally the headings in the HTML tables do not correspond with thetable columns. The tables in the form also differ in width due to theHTML table structure. Description List of return parameters is output here Description Personnel number Description Setting the 'printed' indicator Description Trip number Description Travel expense form as HTML document |