<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% CheckSecurity(1) DateIntervention = GetParam("DateInterv") IdEmpl = GetParam("IdEmpl") IdTime = GetParam("IdTime") IdIntervention = GetParam("IDInt") ErrorMessage = 0 ErrorMessage = GetParam("Mess") actionupdate = 0 If IdIntervention = "" then actionupdate = 0 else actionupdate = 1 end if %> Add event <% If actionupdate = 1 then %> <% else %> <% end if %> <% If ErrorMessage <> 0 then If ErrorMessage = 1 then %> <% end if If ErrorMessage = 2 or ErrorMessage = 3 then %> <% end if end if %>

Update event : <%=DateIntervention%>

New event : <%=DateIntervention%>

Impossible d'ajouter un client vide
Veuillez remplir le champ client
Period :
Customer : <% If actionupdate = 1 then sqlcust = "id=" & IdIntervention Customer = DLookUp("reldatelieupers", "CustInt", sqlcust) %> <% else %>     (Insert Cli) <% end if %>
Employee :
        <% If actionupdate = 1 then %>     <% else %> <% end if %>