Rogain Manager (ROM) is program for Rogaining, multisport races and hiking events.
Download latest version from www.tak-soft.com. Run Setup_ROM.exe and follow instructions.
After installation, copy license file (rom_licence.lic) to program folder.
Rogaine Manager have simple navigation sequence : Start from the first menu item (upper-left) and finally finished with results exports. On the forms check all fields (important field names are in bold) and set proper values for your event. It's very important to follow activities order as described in this manual.
Start program (rogainmanager.exe) and select or create event folder. If new events, program will ask to create new folder.
It's good practise to create spearate folder for each event. All data for event is stored in event folder. You can copy files from one computer to another.
CSV file format (first row is file header, teams import starts from second row):
teamEntryID; TeamName; Club; Class; Firstname; LastName; Birthday(d.m.yyyy); Sex; Chip nr;Country;{SubClass;}
„1“;„MenInBlack“;;„MO“;„Juhan“;„Forest“;„26.7.1979“;„M“;;„FIN“;
„1“;„MenInBlack“;;„MO“;„Tom“;„Storm“;„30.7.1981“;„M“;„4654654“;„GBR“;
…
„73“;„EST_FIN“;;„HH“;„Eesti“;„Jooksja“;„19.12.1974“;„M“;„665588“;„EST“;„FAMILY“
„73“;„EST_FIN“;;„HH“;„Suomi“;„Runner“;„01.02.1997“;„M“;„RENT“;„EST“;„FAMILY“
5689744
2566647
235647
456465
…
update team set number=id;
– team number as database sequence numberupdate team set number=entryId;
– team number as entry system ID
StationNR; ChipNumber; Time (HH:MM.SS,kk)
update runner set started=true;
NB!! Before print out results you had to calculate results - select from Result menu Calculate (CTRL+F5). If you like to recalculate all results press Yes, if only new results press No button. You can calculate only selected team results from Teams view (see Results tab).
Rogain Manager using built in SQL database engine.
It's possible to make changes into database using SQL commands - from main menu choose Tools→ DB Editor.
There are some reports and scripts in program Common folder.
Right click on editors shows database tables and columns. Supported SQL commands : http://www.componentace.com/help/absdb_manual/absdbmanual_content.htm
If program gives errors on start up (table or column yyyy is missing) update your database using UpdateSQl_to_XX.sql scripts and restart program.
© Tak-Soft 2008/2014