Ariadne index page

 

Ariadne - Technical description

A140

Entries per Race

Description

The form supports displaying and updating entries per race. Entries can be added and modified. Entries can not be deleted on this form, they can only be cancelled. Cancelled entries do appear on the startlist, but do not appear on the result list. Entries entered in the post entry phase get the late-entry-indicator' 'yes'.

Added entries are sorted at the end of the entry form. The sorting on the form is in order of late-entry-indicator; ranking; start number. (In the start list the post-entries are sorted in front of the entry list per race.)

The start number of an entry can be changed. A choise can be made of not yet assigned start numbers.

Access path

F000-Menu  
F490-Entries-per-race  
F492-Entries-per-race-sub display and update entries
F493-Entries-per-race-sub2 add entries
   

Function structure

Form Control Subform Query Table Attribute
F490-Entries-per-race     Q410-Race-details T400-Race  
  listbox
CurrentCompetition
  Q100-Current-competiton T100-Current-competition  
  Dropbox
event-select
  Q412-Race-select T400-Race race-id
  subform
Entries
F492-Entries-per-race-sub     race-id
  subform
AddEntry
F493-Entries-per-race-sub2      
  button
ButtonResort
       
  button
ButtonClose
       
           

 

Form Control Subform, Action Query Table Attribute
F492-Entries-per-race-sub     Q492-Entries-per-race T450-category-in-event
T500-Competing-unit
Q231-CU-person-id-1
Q232-CU-person-id-2
Q233-CU-person-id-3
 
      Q231-CU-person-id-1 T230-Participant  
  dropbox
start-number
on click: the start number drop box in F493 is refreshed to prevent assignment of an already asigned startnumer Q051-Available-startnumbers T050-Start-number
T500-Competing-unit
start-number
  button
buttonparticipant1
open
F230-Select-Participant
    TS_ObjectId = person1-id
  button
buttonparticipant2
open
F230-Select-Participant
    TS_ObjectId = person2-id
  button
buttonparticipant3
open
F230-Select-Participant
    TS_ObjectId = person3-id
  dropbox
kayak-club-id
 
Q302-Club-select
T300-Club club-id
  dropbox
category-id
  Q417-Race-select-F508 T040-Category,
T400-Race
T450-Category-in-race
category-id
  button
ButtonDetails
open
F510-Competing-unit
    TS_ObjectId = competing-unit-id

The screen is sorted on ranking. In this way it is possible to place enties in different order than the start number.

Form Control Subform, Action Query Table Attribute
F493-Entries-per-race-sub2          
  dropbox
start-number
  Q051-Available-startnumbers T050-Start-number
T500-Competing-unit
start-number
  button
buttonparticipant1
open
F230-Select-Participant
    TS_ObjectId = person1-id
  button
buttonparticipant2
open
F230-Select-Participant
    TS_ObjectId = person2-id
  button
buttonparticipant3
open
F230-Select-Participant
    TS_ObjectId = person3-id
  dropbox
club-id
on focus: when club-id is null, a club proposal is retrieved from history for person-1;
category-id is set to the first value in Q039

Q302-Club-select
T300-Club club-id
  dropbox
category-id
  Q039-Category-select-F493 T040-Category category-id
  button
ButtonAdd
action:
Adds T500 record, adds T510 records, adds T230 record(s)
     

 


Change history

date Ariadne version change
17 Apr 2005 4.3.0 preset of F493.kayak-club-id; refresh F493.start-number when changes in F492.start-number
08 Feb 2004 4.2.0 Person selection via F230, F493 subform added
15 Nov 2002 4.1.0 Word text converted to html