%@ LANGUAGE="VBSCRIPT" %> <% option explicit %>
<% =Session("EventName") %> |
||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||
| Name | State | Boater | Draw | Rel. Form |
Reg. Form |
Total Due |
Total Paid |
Total Due |
Date Paid |
|||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| <% =objRcdSet.Fields("Name")%> | <% =objRcdSet.Fields("State")%> | <% If objRcdSet.Fields("Boater") Then %>Yes | <% Else %>No | <% End If %> <% If objRcdSet.Fields("Draw") Then %>Yes | <% Else %>No | <% End If %> <% If objRcdSet.Fields("ReleaseForm") Then %>Yes | <% Else %>No | <% End If %> <% If objRcdSet.Fields("RegistrationForm") Then %>Yes | <% Else %>No | <% End If %><% =FormatCurrency(objRcdSet.Fields("TotalRegistrationDue"),2) %> | <% =FormatCurrency(objRcdSet.Fields("FeePaidAmount"),2) %> | <% If objRcdSet.Fields("TotalDue")<=0 Then %><% Else %> | <% End If %> <% =FormatCurrency(objRcdSet.Fields("TotalDue"),2) %> | <% If IsDate(objRcdSet.Fields("DateFeePaid")) and objRcdSet.Fields("TotalDue")<=0 Then %><% =FormatDateTime(objRcdSet.Fields("DateFeePaid"),vbShortDate) %> | <% Else %><% End If %> | No Participants Are Currently Registered | ")
End If
objRcdSet.Close
Set objRcdSet = Nothing
%>
| Register a New Participant | ||||||||||||||||