Ariadne index page

 

Ariadne - Technical description

A292

Startlist for the competition program

Description

1) List of races in the competition in html format

2) Startlist of entries/competing units per race in html format.

The races list and startlist is meant for adding into the competition program booklet. Output in html is necessary to retain the table form of the races list and startlist. Export of an Access report to Word translates the columns to tab-positions. These tab positions give trouble when changing for instance the fonttype. This gives unnecessary work to get the startlist right in the program booklet. A startlist in html can be imported in Word, keeping the table structure intact.

Access path

F000-Menu  
P300_Eventlist_html  
P310_Startlist_html  
R342-Startlist-competition-program  

Function structure

Module Function Subform Query Table Attribute
P300-Eventlist-html P300_Eventlist_html   Q118-competition-races-program T110-Program-block
T400-Race
 

The html file is written to the Ariadne directory with the name "Eventlist.htm".

Module Function Subform Query Table Attribute
P310-Startlist-html P310_Startlist_html   Q340-Startlist T200-Person
T300-Club
T400-Race
T450-Category-in-race
T500-Competing-unit
Q503-Competing-unit-name
 

The names of the participants/competing units are presented in order of first name; family name, team name.

Sorting order is race number, late-entry-indcator, ranking, start number. In a race the late entries are sorted before the regular entries. By sorting on ranking, it is possible to place the entries in a different order as on start number.

Shadow races (program block number = 99) are excluded from the startlist.

The html file is written to the Ariadne directory with the name "Startlist.htm".

Applied html formatting:
header: <h3> Race number and race name</h3>
line: <p> Start number, competing unit name, club abbreviation</p>

Startlist competition program

Report which gives the startlist for the competion program. The report is for printing only. For export to the competition program booklet, the startlist in html format is recommended.

Selection and sorting order is the same as for the Startlist in html format (see above).

Report Control Subform Query Table Attribute
R342-Startlist-competition-program     Q342-Startlist-report T100-Current-competition
Q340-Startlist
 
      Q340-Startlist T200-Person
T300-Club
T400-Race
T450-Category-in-race
T500-Competing-unit
Q503-Competing-unit-name
 

 


Change history

date version change
14-11-02 1.5 Ariadne 4.1, text converted to html