TCoral 3.0

for Delphi 1/2/3



What is Coral?

TCoral is powerfull Delphi component for creating reports from databases in some formats (HTML for example).

Reports are:

Data + SQL + Exporter = TCoral 3.0


What;s New?


Using Coral

TCoral is easy to use. Drop one TCoral and some TCoralLevels on form. Set propertis.

Structure or Report file is:

Header 1
[Separator]
Footer 1
[Separator]
SQL 1
[Separator]
Header 2
[Separator]
Footer 2
[Separator]
SQL 2
[Separator]
and e.c.t.

"SQL" is SQL script, with BDE params (:parameter). Every Level without first is linked with previus. May are empty.

Header & Footer - text for begin & end of current level. May are empty.

Header 1

Header 2

e.c.t.

Footer 2

Footer 1

In them apart from normal text may have FORMATED FIELDS:

[Name_Of_DB_Field{length}{aligment}{dec point or wrap}]

Length Is:

{5} length 5 characters
{} (none) length from db table
{*} String length (for non-text only exporters such HTML exporter)

Aligment Is:

{} (none) left
{R} right
{C} center

Dec point Is:

for numeric fields : How digits after decimal point
for text fields : First character number - for creating INFORMIX like wrap fields

Special fields:

[#Time] Time now

[#Date] Date today

[#] No in this group

[#All] No in all groups

You may format them (Except wrap).

IMPORTANT REMARKS:


Register

TCoral is SHAREWARE, not freeware!!!

U must REGISTER!!!

Registration tax is $ 30 USD. Look Register document.

Look here for TExporters register