Kbase P98729: What are the different Web object template types within WebSpeed?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/05/2006 |
|
Status: Unverified
GOAL:
What are the different Web object template types within WebSpeed?
GOAL:
WebSpeed Web Object templates explained.
FIX:
Blank template
Creates an HTML file that includes embedded SpeedScript. The template provides HTML header information and the syntax allowing you to embed WebSpeed application code. This file is saved with a .htm or .html extension.
CGI-Wrapper template
Creates a new custom CGI wrapper procedure and writes WebSpeed code that dynamically generates HTML. No associated static HTML file is required.
Detail Wizard
Creates an HTML Detail Page with Embedded SpeedScript. The Detail Wizard creates an updateable form to display a single record from a SmartDataObject or from a database. Optionally, you can add transaction control buttons to allow the user to add, submit, reset, delete and cancel updates. You also can add navigation buttons and an entry field that allows the user to enter search criteria.
Frameset template
Displays HTML files in three frames (a banner and two columns). This template detects when the user's browser does not support frames and displays a message to that effect. The user replaces the frame source URLs with those of the HTML files that they want to display in the frames.
HTML Mapping Wizard
Creates a new HTML mapping procedure and associated form elements defined in a static HTML file with WebSpeed field objects, such as database or data object fields.
Main template
Creates a Welcome page for a WebSpeed application. It provides links with which users can download a Netscape or Microsoft browser. It also provides server and date information.
Report Wizard
Creates a new HTML report with embedded SpeedScript. The Report Wizard creates a tabular view of the fields you specify from a SmartDataObject or a database. Optionally, you can add navigation buttons and an entry field that allows the user to enter search criteria.
Report template
Generates a formatted report on database or SmartData tables. The user can customize the reporting options in this template by changing Preprocessor definitions to match the data to include in the report. The report template creates an HTML file with embedded SpeedScript.
Table template
Formats database results as an HTML table. This is not a self-standing HTML file. The user must call it from a SpeedScript procedure that generates HTML. This template has no HTML header information. For example, the user should not open this file in an HTML authoring tool that automatically adds HTML header and body tags. The table template creates HTML code with embedded SpeedScript.