Coach Organizer Deluxe Online Help, Documentation


Home
Coach Organizer Deluxe Online Help Prev Page Prev Page
 
Table Of Contents
General Info
What's New
Contact Information
Online Tutor
Organizer Deluxe
Application Main Window
Main Window
Controls used in the Details Page
Record Grid
Header
Letter Bar
Viewer
Toolbars
Add, Copy, Delete Records
Adding New Records
Copy Record and Paste Record
Deleting Records
Using Record Templates
Search, Sort, Filter
Searching_Database
Fitler
Setting Filter Criterion
Sorting the Database
Sort Bar
Print
Printing Functions
Printing Reports
Printing Labels
Print Customized Documents
Backup, Restore, ...
Maintenance
Backup your data
Restore your data
Database Designer
Designer Inroduction
Create New Database
Modify Database
Create/Modify Data Fields Layout
Import Database
Delete Database
Repair Database
Download Database Template
Designer / Web dB Server Functions
Advanced Topics
Global Search/Replace
Find Duplicates
Reminders
Using Multiple Databases
Table Viewer
Summary and Graphs
Password
Import
Export
Shortcut keys
HTML Publishing
View Page
HTML Report Wizard
HTML_Wizard
HTML_Examples_Tutorial
HTML_General_Setting
HTML_Data_Fields
HTML_Report_Elements
HTML_Page_Attributes
HTML_Page_Header
HTML_Page_Body
HTML_Group_Page
HTML_Page_Footer
HTML_Hyperlinks
HTML_Maintenance_Page
HTML_Functions
HTML_Wizard_HTML_Templates
Web Browsing
Browser Tab
Multi-User, Networking
Multi-user Mode
Network Installation
Command Line
Security in a Multi-User Environment
Organizer dB Browser/Viewer
Organizer dB Browser
Web dB Server
Designer / Web dB Server
Organizer / Web dB Server
Frequently_Asked_Questions

  

HTML Report Wizard - Report Elements   

 

HTML Report Wizard: Help Index   

 

This page allows you to select the report type. You can create one page report(s) or grouped report(s) split into separate pages.

 

Report Type

1-Level: generates one html page with report body

2-Level: report is split into separate html pages, main page contains index with hyperlinks to grouped pages

3-Level: report is split into separate html pages, main page and the second level pages contain indexes (groups), the third level pages contain report body.

 

Note

The 2-Level and 3-Level report can be selected only if you define Group By 1 and Group By 2 data fields (Data Page). Group By 1 data field corresponds to the primary sort field in your data file. Group By 2 data field corresponds to the secondary sort field in your data file.

 

Four sections

Each report page is split into four sections. Depending on your requirements select sections that will be included in your report.

Page Attributes (define background, meta tags, menus, margins, .... )

Page Header (define header title, header text, header graphic,...)

Page Body (define report layout, ....)

Page Footer (define footer title, footer text, footer graphic,....)

 

Insert into this HTML Page

You can insert each section of the report into any html document. Just include section tags in your html file. HTML Converter will replace each tag with the corresponding part of the report. <

!-- PRIMASOFT:A --> - Page Attributes tag <

!-- PRIMASOFT:H --> - Page Header tag <

!-- PRIMASOFT:B --> - Page Body tag <

!-- PRIMASOFT:F --> - Page Footer tag

Brackets are part of the section tag. Each tag should be listed in a separate line.