Ariadne index page

 

Ariadne - Technical description

A330

Startlist with late entries and cancellations

Description

Startlist with late entries and entry cancellations. The startlist is used by the competition officials (start and finish posts, gate section judges, penalty entry), and printed shortly before the events are executed, in order to have the startlist as actual as possible. For reason of actuality, only the races of the program block to be executed are printed.

Cancellations are shown with the prefix 'cancelled'.

The startlist is sorted on event, late entries, ranking and start number. This sorting is also the start order. Late entries are to start first in a race. In start number assignment, the start numbers are assigned in order of ranking. But by changing the ranking afterwards, a start number can be placed somewhere else in the start order of an race (however, not to be recommended).

Access path

F000-Menu  
F530-Startlist-late-entries  
R344-Startlist-late-entries  

 

Function structure

Form Control Subform Query Table Attribute
F530-Startlist-late-entries     Q110-Program-blocks   T110-Program-block
  listbox
CurrentCompetition
  Q100-Current-competiton T100-Current-competition  
  button
ButtonShowReport
connects to:
R344-Startlist-post-entries
    ProgramblockId 1)
  button
ButtonClose
       
           

1) With public variable ProgramblockId = value, the startlist for the specified program block is prepared. with ProgramblockId = 0 the startlist for the whole competetion is prepared.

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

on open report, when the public variable ProgramBlockId >0 then the filter is set [program-block-id] = ProgramBlockId, which shows only the races for the specified program block. If ProgramBlockId = 0 the all races are shown.

2) The entry which is cancelled is printed with the prefix "cancelled" in front of the competing unit name.



Change history

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