Ariadne index page

 

Ariadne - Technical description

A110

Entries per kayak club

1. Description

Adding, upadating, deleting entries for a kayak club.

The form is targeted at a quick input of entries, submitted by kayak clubs on receipt of the invitation for the competition. With competitions, which occur on an annual basis, more than half of the participants also participated in the year before, and are known in Ariadne. The form shows these participants in a selectlist, with their categories, and with a double click these entries can be added to the current competition.

Entries as supplied by kayak clubs are in most cases ordered to category. In this case it is tedious to re-enter the category again for each entry. To make this easier, the category in the entry input line is left from the previous entry. In this case the category need to changed only at the entry for a new category.

2. Access path

F000-Menu  
F500-Entries-kayak-club  
F502-Entries-kayak-club-sub displays current entries
F503-Entries-kayak-club-sub2 input line new entries

3. Function structure

Form Control Subform Query Table Attribute
F500-Entries-kayak-club     Q300-Kayak-club T300-Kayak-club  
  listbox
CurrentCompetition
  Q100-Current-competition T100-Current-competition  
  dropbox
ClubSelect
  Q302-Kayak-club-select   kayak-club-id
  subform
Entries
F502-Entries-kayak-club-sub     kayak-club-id
  subform
AddEntry
F503-Entries-kayal-club-sub2      
  listbox
ParticipantSelect
  Q309-Archived-entries-select T040-Category
T200-Person
Q802-Archived-entries
kayak-club-id
      Q802-Archived-entries T032-Boat-type
T040-Category
T044-Age-class
T805-Archived-result
 
  button
ButtonClubDetails
connect to:
F310-Kayak-club-details
    TS_ObjectId = kayak-club-id


Form Control Action Query Table Attribute
F502-Entries-kayak-club-sub     Q495-Entries-kayak-club T500-Competing-unit
Q234-CU-participant1
Q235-CU-participant2
Q236-CU-participant3
 
  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
  button
ButtonEntryDetails
open
F510-Competing-unit
    TS_ObjectId = competing-unit-id


Form Control Subform Query Table Attribute
F503-Entries-kayak-club-sub2          
  dropbox
category-id
  Q042-Category-select T040-Category category-id
  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
  button
ButtonAdd
action:
Adds T500 record, adds T510 records, adds T230 record(s)
     

 


Change history

date version change
08 feb 2004 1.7 add subform F503, person selection via F230
27-01-03 1.6 Input Entries on create by copy form the archived entries.
01-10-02 1.5 Ariadne 4.1, text converted to html