| |
|
|
*If you want to add the caridean course you first need to register for the TCS-meeting, then reenter your data, mark the caridean course and click again "add to meeting" |
|
 |
|
|
Name |
Institution |
|
e-mail |
US$ |
|
<%
SQL_Listado="SELECT a.name, a.institution, a.tipo, a.valor , a.cod_registro, a.cod_participante, a.mail FROM participantes a , inscripcion b where a.cod_registro=b.cod_registro and b.cod_registro='" & rtrim(session("FolioC")) &"'"
Total=0
Descuento=0
Cont=0
Set Rsd=Conexion.execute(SQL_Listado)
do while not Rsd.eof
%>
| |
|
|
|
$ |
|
<%
if rsd.recordcount = 2 and cint(Rsd(2)) = 7 then
Flag=0
elseif Rsd.recordcount> 1 then
Descuento=Descuento+cdbl(Rsd(3))-10
Flag=1
end if
Total=Total+cdbl(Rsd(3))
Rsd.movenext
loop
Rsd.close
Set Rsd=Nothing
%>
| |
|
|
TOTAL |
|
|
*if several participants gather their inscription fees into a single payment, a discount of US$10 will be applied to each participant.
|
|
| |
|
|