2025 CA RMDA Legends of Coaching Peter Daland - Meet Results

2025 CA RMDA Legends of Coaching Peter Daland
11/6/2025 - 11/9/2025
La Mirada, CA United States
Updated: 11/13/25 4:45 PM

The following meet results are available for download by clicking on the link below.
SDIF File Download
Please note that downloaded results do not represent 'official' results.

	Crystal Report Professional v11.0 (32-bit) - Report Definition

1.0 File Information

	Report File: 
	Version: 11.0

2.0 Record Sort Fields

3.0 Group Sort Fields

4.0 Formulas

4.1 Record Selection Formula
	

4.2 Group Selection Formula
	

4.3 Other Formulas

	Name: {@time\date\page}
	Formula: stringvar pdheader;
	stringvar pnumber:=ToText (PageNumber,0 );
	//pdheader:= "Hy-Tek's MEET MANAGER  " + {parameters.date_stamp} + " " + pnumber;
	pdheader:= {parameters.MM_name} + " " + {parameters.date_stamp} + " " + pnumber;
	pdheader;
	
	
	

	Name: {@init}
	Formula: Whileprintingrecords;
	Stringvar Header1:=Trim ({parameters.header_1});
	Stringvar Header2:=Trim ({parameters.header_2});
	Stringvar Header3:=Trim ({parameters.header_3});
	NumberVar Counter :=0;
	Numbervar Column:=0;
	Booleanvar ContinuedHeader:=false;
	Numbervar Size:={parameters.page_length}-9;  //changed from 8 to 9 8-13-2005
	//DO NOT MESS WITH NUMBER 4 OR ANY FONT OR SIZING ON THIS REPORT.  IF YOU DO
	//YOU RUN THE RISK OF THE COUNTER NOT WORKING CORRECTLY AND THE REPORT
	//CRASHING!!!!
	if Length (Header1)=0 then Size:=Size+1;
	if Length (Header2)=0 then Size:=Size+1;
	if Length (Header3)=0 then Size:=Size+1;
	

	Name: {@counta}
	Formula: WhilePrintingRecords;
	Numbervar counta;
	counta:={results.look_ahead};
	// decrement counta by 1 if not going to print division header
	//if {results.Div_Header}=Previous ({results.Div_Header})
	//  and {results.event_change} <> previous ({results.event_change}) then counta := counta - 1;
	" "
	

	Name: {@headerspace}
	Formula: stringvar headspace := " ";
	headspace;

	Name: {@eventA}
	Formula: WhilePrintingRecords;
	stringvar header;
	Numbervar Counter;
	stringvar div;
	booleanvar ContinuedHeader;
	if IsNull ({results.Div_Header}) or Trim ({results.Div_Header})="" then div:=""
	 else
	 div:={results.Div_Header}+" ...   ";
	 header:=div+"(" + {results.event_name} +")";
	if ContinuedHeader = true then Counter := Counter + 2;
	header
	

	Name: {@header age/yr}
	Formula: stringvar header;
	if {results.ind_rel}="R" then header:=" "
	 else
	if Trim ({Parameters.age_yr})="A" then header:={language.l_Age}
	 else
	if Trim ({Parameters.age_yr})="Y" then header:="Yr"
	 else
	if Trim ({Parameters.age_yr})="N" then header:=" ";
	header

	Name: {@header name/team}
	Formula: stringvar header;
	//booleanvar ContinuedHeader;
	numbervar counter;
	if {results.ind_rel}="R" then header:={language.l_Team}
	 else
	 header:={language.l_Name};
	//if ContinuedHeader = true then Counter := Counter+1;
	header
	

	Name: {@header team/relay}
	Formula: stringvar header;
	if {results.ind_rel}="R" then header:={language.l_Relay}
	 else
	  if {parameters.team_or_school} = "T" then header:={language.l_Team}
	   else
	    header:={language.l_School};
	header
	

	Name: {@headertimefield2}
	Formula: stringvar htimefield2 := "";
	if {results.show_final} = True and {results.diving_event} = false then htimefield2 := {language.l_FinalsTime}
	 else
	  if {results.show_final} = True and {results.diving_event} = true then htimefield2 := {language.l_FinalsScore}
	   else
	    if {results.show_semi} = true and {results.diving_event} = false then htimefield2 := {language.l_SemisTime}
	     else
	      if {results.show_semi} = true and {results.diving_event} = true then htimefield2 := {language.l_SemisScore}
	       else 
	        if {results.show_prelim} = true and {results.diving_event} = false then htimefield2 := {language.l_PrelimTime}
	         else
	          if {results.show_prelim} = true and {results.diving_event} = true then htimefield2 := {language.l_PrelimScore};
	htimefield2
	
	

	Name: {@headertimefield1}
	Formula: stringvar htimefield1 := " ";
	if {results.show_seed}=True and {results.diving_event} = false then htimefield1 := {language.l_SeedTime}
	 else
	  if {results.show_seed}=True and {results.diving_event} = true then htimefield1 := " "
	   else
	    if {results.show_prelim}=True and {results.diving_event} = false then htimefield1 := {language.l_PrelimTime}
	     else
	      if {results.show_prelim}=True and {results.diving_event} = true then htimefield1 := {language.l_PrelimScore}
	       else
	        if {results.show_semi}=True and {results.diving_event} = false then htimefield1 := {language.l_SemisTime}
	         else
	          if {results.show_semi}=True and {results.diving_event} = true then htimefield1 := {language.l_SemisScore};
	htimefield1
	

	Name: {@headerpoints}
	Formula: stringvar hpoints;
	if {results.show_points}=true then hpoints:={language.l_Points}
	 else
	  hpoints:="";
	hpoints
	

	Name: {@heat}
	Formula: WhilePrintingRecords;
	stringvar dheader;
	stringvar division := "";
	// Numbervar Fire;
	if IsNull ({results.Div_Header}) or {results.Div_Header} = " " then division := ""
	 else
	  division:={results.Div_Header};
	      //if {results.heat_no}>1 and 
	//if Fire=1 then
	// dheader:=division +" - " + {@event}
	// else
	  dheader:=division;
	//Fire:=0;
	dheader
	 
	

	Name: {@swimoff}
	Formula: stringvar header;
	header:={language.l_SwimOffRequired};
	header
	

	Name: {@counter}
	Formula: Whileprintingrecords;
	numbervar test;
	NumberVar Counter;
	Numbervar counta;
	Numbervar NewLookAhead;
	Numbervar column;
	Numbervar Size;
	booleanvar ContinuedHeader := false;
	Counter := Counter + counta;
	NewLookAhead := counter + Next ({results.look_ahead});
	If NewLookAhead > Size then Column := Column + 1;
	If Column >= {parameters.num_columns} and {results.event_change} = next ({results.event_change}) then
	  ContinuedHeader := true;
	If Column >= {parameters.num_columns} then Column := 0;
	if {parameters.sep_pages}=true and {results.event_ptr}<>next ({results.event_ptr}) then Counter:=0;
	if {parameters.sep_pagesgenderchange}=true and {results.event_gender}<>next ({results.event_gender}) then Counter:=0;
	if NewLookAhead > Size then counter:=0;
	" "
	
	
	
	
	
	

	Name: {@team/relay}
	Formula: stringvar header;
	stringvar name;
	if {results.ind_rel}="R" and {results.ath_no}=0 then name:=" "
	 else
	if {results.ind_rel}="R"  and {results.ath_no}<>0 then name:= "    " + {results.team_abbr}
	 else
	 if Length ({results.team_name})>34 and not IsNull ({results.team_short})
	  then name:={results.team_short}
	   else
	  name:={results.team_name};
	    header:=name;
	  header
	

	Name: {@age}
	Formula: stringvar age;
	stringvar hage;
	if IsNull ({results.age_year}) or Trim ({results.age_year})="0" then age:=" "
	 else
	  age:={results.age_year};
	  hage:=age;
	  hage
	

	Name: {@Rank}
	Formula: stringvar rank;
	stringvar rheader;
	stringvar rtie := "";
	 //6-16-2007 add divheaders to check for ties
	stringvar prevdivheader := "";
	stringvar curdivheader := "";
	stringvar nextdivheader := "";
	if not isnull({results.Div_Header}) then curdivheader := {results.Div_Header};
	if not OnFirstRecord then prevdivheader := previous({results.Div_Header});
	if not OnLastRecord then nextdivheader := next({results.Div_Header});
	if {results.lane_no}=0 or {results.lane_no}=99999 or {results.lane_no}=77777 then rank:="---"
	 else
	if {results.lane_no}=88888 then rank:="---"
	 else
	rank := ToText ({results.lane_no},0);
	//4-4-2007 add tie flag; 5-8-2007 add check for same event_change
	//6-16-2007 add div_header to check for ties
	if not OnFirstRecord and {results.lane_no} = previous({results.lane_no}) and {results.event_change} = previous({results.event_change}) and (curdivheader = prevdivheader) then rtie := "*"
	 else
	  if not OnLastRecord and {results.lane_no} = next({results.lane_no}) and {results.event_change} = next({results.event_change}) and (curdivheader = nextdivheader) then rtie := "*";
	if rank = "---" then rtie := ""; //5-9-2007
	rheader := rtie + rank; 
	rheader
	

	Name: {@timefield2}
	Formula: stringvar timefield2;
	stringvar htimefield2;
	if {results.show_final}=True then timefield2:={results.fin_time}
	 else
	 if {results.show_semi}=true then timefield2:={results.sem_time}
	  else 
	  if {results.show_prelim}=true then timefield2:={results.pre_time}
	   else
	    timefield2:="";
	 htimefield2:=timefield2;
	htimefield2
	
	
	

	Name: {@timefield1course}
	Formula: stringvar timefield1;
	stringvar htimefield1;
	if {results.show_seed}=True then timefield1:={results.seed_course}
	 else
	  if {results.show_prelim}=True then timefield1:={results.pre_course}
	  else
	  if {results.show_semi}=True then timefield1:={results.sem_course};
	  htimefield1:=timefield1;
	htimefield1
	
	
	
	
	

	Name: {@timefield1std}
	Formula: stringvar timefield1;
	stringvar htimefield1;
	if {results.show_seed}=True then timefield1:={results.seed_timestd}
	 else
	  if {results.show_prelim}=True then timefield1:={results.pre_timestd}
	  else
	  if {results.show_semi}=True then timefield1:={results.sem_timestd};
	  htimefield1:=timefield1;
	htimefield1
	
	
	

	Name: {@timefield2course}
	Formula: stringvar timefield2;
	stringvar htimefield2;
	if {results.show_final}=True then timefield2:={results.fin_course}
	 else
	 if {results.show_semi}=true then timefield2:={results.sem_course}
	  else 
	  if {results.show_prelim}=true then timefield2:={results.pre_course}
	   else
	    timefield2:="";
	 htimefield2:=timefield2;
	htimefield2
	
	
	

	Name: {@timefield2std}
	Formula: stringvar timefield2;
	stringvar htimefield2;
	if {results.show_final}=True then timefield2:={results.fin_timestd}
	 else
	 if {results.show_semi}=true then timefield2:={results.sem_timestd}
	  else 
	  if {results.show_prelim}=true then timefield2:={results.pre_timestd}
	   else
	    timefield2:="";
	 htimefield2:=timefield2;
	htimefield2
	
	
	
	

	Name: {@points(left)}
	Formula: stringvar hpoints;
	numbervar lpoints:=Truncate ({results.team_points});
	hpoints:=" ";
	if {results.show_points}=true then
	if lpoints=0 then hpoints:=" "
	 else
	 hpoints:=ToText (lpoints,0 );
	 hpoints
	

	Name: {@pointsdecimal}
	Formula: stringvar decimal:=".";
	if {results.show_points}=true then
	if {@points(right)}=0 then decimal:=""
	 else
	decimal
	

	Name: {@points(right)}
	Formula: numbervar rpoints;
	rpoints:=0;
	if {results.show_points}=true then
	rpoints:=({results.team_points}-Truncate ({results.team_points}))*100;
	rpoints
	

	Name: {@timefield1}
	Formula: stringvar timefield1;
	stringvar htimefield1;
	if {results.show_seed}=True then timefield1:={results.seed_time}
	 else
	  if {results.show_prelim}=True then timefield1:={results.pre_time}
	  else
	  if {results.show_semi}=True then timefield1:={results.sem_time};
	  htimefield1:=timefield1;
	htimefield1
	
	
	

	Name: {@Rank}
	Formula: stringvar rank;
	stringvar rheader;
	stringvar rtie := "";
	 //6-16-2007 add divheaders to check for ties
	stringvar prevdivheader := "";
	stringvar curdivheader := "";
	stringvar nextdivheader := "";
	if not isnull({results.Div_Header}) then curdivheader := {results.Div_Header};
	if not OnFirstRecord then prevdivheader := previous({results.Div_Header});
	if not OnLastRecord then nextdivheader := next({results.Div_Header});
	if {results.lane_no}=0 or {results.lane_no}=99999 or {results.lane_no}=77777 then rank:="---"
	 else
	if {results.lane_no}=88888 then rank:="---"
	 else
	rank := ToText ({results.lane_no},0);
	//4-4-2007 add tie flag; 5-8-2007 add check for same event_change
	//6-16-2007 add div_header to check for ties
	if not OnFirstRecord and {results.lane_no} = previous({results.lane_no}) and {results.event_change} = previous({results.event_change}) and (curdivheader = prevdivheader) then rtie := "*"
	 else
	  if not OnLastRecord and {results.lane_no} = next({results.lane_no}) and {results.event_change} = next({results.event_change}) and (curdivheader = nextdivheader) then rtie := "*";
	if rank = "---" then rtie := ""; //5-9-2007
	rheader := rtie + rank; 
	rheader
	

	Name: {@relayname1}
	Formula: stringvar header;
	stringvar relay;
	if IsNull ({results.rname_1}) or Trim ({results.rname_1})=" " then
	 relay:=""
	  else
	if {results.ind_rel}="R" and {parameters.incl_rnames}=true then
	relay:="1) " +{results.rname_1};
	 header:=relay
	

	Name: {@relayname2}
	Formula: stringvar header;
	stringvar relay;
	if IsNull ({results.rname_2}) or Trim ({results.rname_2})=" " then
	 relay:=""
	  else
	if {results.ind_rel}="R" and {parameters.incl_rnames}=true then
	relay:="2) " +{results.rname_2};
	 header:=relay
	

	Name: {@relayname3}
	Formula: stringvar header;
	stringvar relay;
	if IsNull ({results.rname_3}) or Trim ({results.rname_3})=" " then
	 relay:=""
	  else
	if {results.ind_rel}="R" and {parameters.incl_rnames}=true then
	relay:="3) " +{results.rname_3};
	 header:=relay
	

	Name: {@relayname4}
	Formula: stringvar header;
	stringvar relay;
	if IsNull ({results.rname_4}) or Trim ({results.rname_4})=" " then
	 relay:=""
	  else
	if {results.ind_rel}="R" and {parameters.incl_rnames}=true then
	relay:="4) " +{results.rname_4};
	 header:=relay
	

	Name: {@relayname5}
	Formula: stringvar header;
	stringvar relay;
	if IsNull ({results.rname_5}) or Trim ({results.rname_5})=" " then
	 relay:=""
	  else
	if {results.ind_rel}="R" and {parameters.incl_rnames}=true then
	relay:="5) " +{results.rname_5};
	 header:=relay
	

	Name: {@relayname6}
	Formula: stringvar header;
	stringvar relay;
	if IsNull ({results.rname_6}) or Trim ({results.rname_6})=" " then
	 relay:=""
	  else
	if {results.ind_rel}="R" and {parameters.incl_rnames}=true then
	relay:="6) " +{results.rname_6};
	 header:=relay
	

	Name: {@relayname7}
	Formula: stringvar header;
	stringvar relay;
	if IsNull ({results.rname_7}) or Trim ({results.rname_7})=" " then
	 relay:=""
	  else
	if {results.ind_rel}="R" and {parameters.incl_rnames}=true then
	relay:="7) " +{results.rname_7};
	 header:=relay
	

	Name: {@relayname8}
	Formula: stringvar header;
	stringvar relay;
	if IsNull ({results.rname_8}) or Trim ({results.rname_8})=" " then
	 relay:=""
	  else
	if {results.ind_rel}="R" and {parameters.incl_rnames}=true then
	relay:="8) " +{results.rname_8};
	 header:=relay
	

5.0 Sectional Information

5.1 Page Header Section
	Visible, Keep Together

	Subsection.1 
		Visible, Keep Together, Suppress Blank Sections

	Subsection.2 
		Visible, Keep Together, Suppress Blank Sections

	Subsection.3 
		Visible, Keep Together, Suppress Blank Sections

	Subsection.4 
		Visible, Keep Together, Suppress Blank Sections

	Subsection.5 
		Visible, Keep Together, Suppress Blank Sections

	{parameters.license}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@time\date\page}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{parameters.header_1}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{parameters.header_2}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{parameters.header_3}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{parameters.rept_title}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


5.2 Page Footer Section
	Hidden, New Page After, Print At Bottom of Page

5.3 Report Header Section
	Hidden, New Page Before

	{@init}
		Numeric, Visible, Default Alignment, Top Alignment, 
		Keep Together, 
		Leading Minus, No Thousands Separators, 2 Decimal Places, Rounding: 0.01, 
		Thousands Symbol: ',', Decimal Symbol: '.'


5.4 Report Footer Section
	Hidden, New Page After

5.5 Group Header Section
	Visible

	Format Formulas

	New Page Before: ({parameters.sep_pages}=true and {results.event_ptr}<>Previous ({results.event_ptr})) or ({parameters.sep_pagesgenderchange}=true and {results.event_gender}<>Previous ({results.event_gender}));

	
	Subsection.1 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: 

		
	Subsection.2 
		Visible, Keep Together

		Format Formulas

		Visible: Numbervar Column;
{results.event_change}=Previous ({results.event_change});
		
	Subsection.3 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: 

		
	Subsection.4 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: 

		
	Subsection.5 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});


		
	Subsection.6 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.7 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.8 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.9 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.10 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.11 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.12 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.13 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.14 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.15 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.16 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.17 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.18 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.19 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.20 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.21 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.22 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.23 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.24 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.25 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.26 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.27 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.28 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.29 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.30 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.31 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.32 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.33 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.34 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.35 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.36 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.37 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.38 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.39 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.40 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.41 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.42 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.43 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.44 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.45 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.46 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.event_ptr}=Previous ({results.event_ptr})and {results.round_ltr}=Previous ({results.round_ltr});

		
	Subsection.47 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: Booleanvar ContinuedHeader;
({results.event_change} = Previous ({results.event_change}) and ContinuedHeader = false) or ({parameters.suppress_colheader}) = true;


		
	Subsection.48 
		Visible, Suppress Blank Sections

	Subsection.49 
		Visible, Keep Together

		Format Formulas

		Visible: {results.lane_no} <> 9999

		
	Subsection.50 
		Visible, Keep Together

		Format Formulas

		Visible: {results.lane_no} <> 9998

		
	{@counta}
		String, Hidden, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@headerspace}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{results.event_name}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: Numbervar Column;
//Numbervar Fire;
{results.event_change}=Previous ({results.event_change});

		
	{@eventA}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: Booleanvar ContinuedHeader;
ContinuedHeader=false;

		
	{evtcomm.comment_1}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{evtcomm.comment_2}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{evtcomm.comment_3}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{evtcomm.comment_4}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{records.reclabel_1}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 


		
	{records.rectime_1}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recflag_1}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recdate_1}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recteam_1}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{records.recholder_1}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recrelnames_1}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.reclabel_2}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.rectime_2}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recflag_2}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recdate_2}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recteam_2}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recholder_2}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recrelnames_2}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.reclabel_3}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.rectime_3}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recflag_3}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recdate_3}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recteam_3}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recholder_3}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recrelnames_3}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.reclabel_4}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.rectime_4}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recflag_4}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recdate_4}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recteam_4}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recholder_4}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recrelnames_4}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.reclabel_5}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.rectime_5}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recflag_5}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recdate_5}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recteam_5}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recholder_5}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recrelnames_5}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.reclabel_6}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.rectime_6}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recflag_6}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recteam_6}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recdate_6}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recholder_6}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recrelnames_6}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.reclabel_7}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recflag_7}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.rectime_7}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recholder_7}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recteam_7}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recdate_7}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recrelnames_7}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.reclabel_8}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recflag_8}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.rectime_8}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recholder_8}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recteam_8}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recdate_8}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recrelnames_8}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.reclabel_9}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recflag_9}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.rectime_9}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recholder_9}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recteam_9}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recdate_9}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recrelnames_9}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.reclabel_10}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recflag_10}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.rectime_10}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recholder_10}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recteam_10}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recdate_10}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{records.recrelnames_10}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_1}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_1}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_2}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_2}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_3}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_3}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_4}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_4}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_5}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_5}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_6}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_6}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_7}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_7}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_8}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_8}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_9}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_9}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_10}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_10}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_11}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_11}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdlabel_12}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{timestds.tstdtime_12}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{qualtime.qualtime_1}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{qualtime.qualtime_2}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{qualtime.qualtime_3}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{qualtime.qualtime_4}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{qualtime.qualtime_5}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{qualtime.qualtime_6}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@header age/yr}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{@header name/team}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{@header team/relay}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@headertimefield2}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{@headertimefield1}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@headerpoints}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: 

		
	{results.timestd_title}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@heat}
		String, Visible, Left Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


		Object Format Formulas -
		Visible: ({results.Div_Header}=Previous ({results.Div_Header}) and {results.event_ptr} = Previous ({results.event_ptr})) or trim({results.Div_Header}) = ""


		
	{@swimoff}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


5.6 Group Footer Section
	Visible

	Subsection.1 
		Visible, Suppress Blank Sections

	Subsection.2 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: NumberVar Counter;
counter > 1;

		Print At Bottom of Page: Whileprintingrecords;
NumberVar NewLookAhead;
NumberVar Size;
NewLookAhead > Size

		
	{@counter}
		String, Hidden, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


5.7 Details Section
	Visible

	Subsection.1 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.lane_no} = 9999 or {results.lane_no} = 9998 or {results.lane_no} = 9997
//9999 Means a line; 9998 means swimoff and a line

		
	Subsection.2 
		Visible, Keep Together, Suppress Blank Sections

	Subsection.3 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.lane_no} = 9999 or {results.lane_no} = 9998 or {results.lane_no} = 9997

		
	Subsection.4 
		Visible, Keep Together, Suppress Blank Sections

		Format Formulas

		Visible: {results.lane_no} = 9999 or {results.lane_no} = 9998 or {results.lane_no} = 9997

		
	Subsection.5 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.lane_no} = 9999 or {results.lane_no} = 9998 or {results.lane_no} = 9997

		
	Subsection.6 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.lane_no} = 9999 or {results.lane_no} = 9998 or {results.lane_no} = 9997

		
	Subsection.7 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.lane_no} = 9999 or {results.lane_no} = 9998 or {results.lane_no} = 9997

		
	Subsection.8 
		Visible, Suppress Blank Sections

		Format Formulas

		Visible: {results.lane_no} = 9999 or {results.lane_no} = 9998 or {results.lane_no} = 9997

		
	Subsection.9 
		Visible, Keep Together, Suppress Blank Sections

		Format Formulas

		New Page Before: //numbervar NewLookAhead;
//numbervar Size;
//NewLookAhead > Size

		
	Subsection.10 
		Visible, Keep Together, Suppress Blank Sections

	{@team/relay}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@age}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@Rank}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{results.athrel_name}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@timefield2}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@timefield1course}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@timefield1std}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@timefield2course}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@timefield2std}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@points(left)}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@pointsdecimal}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@points(right)}
		Numeric, Visible, Left Alignment, Top Alignment, 
		Keep Together, Suppress If Zero, 
		Leading Minus, No Leading Zero, 0 Decimal Places, Rounding: 1, 
		Thousands Symbol: ',', Decimal Symbol: '.'


	{@timefield1}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@Rank}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{results.dq_msg}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@relayname1}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@relayname2}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@relayname3}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@relayname4}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@relayname5}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@relayname6}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@relayname7}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{@relayname8}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_07}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_08}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_06}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_05}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_04}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_03}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_02}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_01}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_16}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_09}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_10}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_11}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_12}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_13}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_14}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_15}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_24}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_17}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_18}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_19}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_20}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_21}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_22}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_23}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_32}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_25}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_26}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_27}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_28}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_29}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_30}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_31}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{splits.split_33}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{results.teamscore_thru}
		String, Visible, Horizontal Centre Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{results.teamscore_pos1}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{results.teamscore_txt1}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{results.teamscore_pts1}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{results.teamscore_pos2}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{results.teamscore_txt2}
		String, Visible, Default Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


	{results.teamscore_pts2}
		String, Visible, Right Alignment, Top Alignment, 
		Keep Together, Using System Default Formatting, Word Wrap


=