%
SQLR = ""
SQLchaP = ""
event_id = Request("event_id")
NomC = Request("NomC")
PrenomC = Request("PrenomC")
Cout = Request("Cout")
location = Request("location")
Organisme = Request("Organisme")
Tax = Request("Tax")
strSql = "SELECT * FROM Locaux where CodeL = " & location
Set rsQuery = Conn.Execute(strSql)
If Not rsQuery.EOF Then
NomL = rsQuery("Nom")
end if
strSql = "SELECT * FROM Organisations where CodeO = " & Organisme
Set rsQuery = Conn.Execute(strSql)
If Not rsQuery.EOF Then
NomO = rsQuery("Nom")
end if
%>
print
|
Reçu de location
|
N°
de reçu:
|
<%=event_id%>
|
|
|