%
'
' Filename: relcliinstall.asp
' Generated with CodeCharge 2.0.5
' ASP 2.0.ccp build 01/22/2002
'
'-------------------------------
' relcliinstall CustomIncludes begin
%>
<%
' relcliinstall CustomIncludes end
'-------------------------------
'===============================
' Save Page and File Name available into variables
'-------------------------------
sFileName = "relcliinstall.asp"
'===============================
'===============================
' relcliinstall PageSecurity begin
CheckSecurity(1)
' relcliinstall PageSecurity end
'===============================
'===============================
' relcliinstall Open Event start
' relcliinstall Open Event end
'===============================
'===============================
' relcliinstall OpenAnyPage Event start
' relcliinstall OpenAnyPage Event end
'===============================
'===============================
' Save the name of the form and type of action into the variables
'-------------------------------
sAction = GetParam("FormAction")
sForm = GetParam("FormName")
'===============================
' relcliinstall Show begin
'===============================
' Page execution
'-------------------------------
'Initialize error variables
'-------------------------------
srelcliinstall1Err = ""
'-------------------------------
' Select the FormAction
'-------------------------------
Select Case sForm
Case "relcliinstall1"
relcliinstall1Action(sAction)
end select
'===============================
'===============================
' HTML Page layout
'-------------------------------
%>
| <%=fldDescription%> |
<%=fldField2%> |
<%=fldField1%> |
<%=ToHTML(fldSerialNb)%> |
<%=ToHTML(fldLivraison)%> |
<%=ToHTML(fldMiseEnRoute)%> |
<%=ToHTML(fldReception)%> |
<%=ToHTML(fldFinGarantie)%> |
<%=ToHTML(fldidTypeContrat)%> |
<%=ToHTML(fldAccesLocal)%> |
<%=ToHTML(fldPorteLocal)%> |
<%=ToHTML(fldidTypeChargement)%> |
<%=ToHTML(fldidTypeDB)%> |
<%=ToHTML(fldNomServeur)%> |
<%=ToHTML(fldCheminDB)%> |
<%=ToHTML(fldLoginServer)%> |
<%=ToHTML(fldPassServer)%> |
<%=ToHTML(fldDerniereVisite)%> |
<%=ToHTML(fldVendeurOriginal)%> |
<%=ToHTML(fldVendeurFacturation)%> |
<%
'-------------------------------
' relcliinstall Show end
'-------------------------------
'-------------------------------
' Move to the next record and increase record counter
'-------------------------------
rs.MoveNext
iCounter = iCounter + 1
wend
'-------------------------------
'-------------------------------
' Process the bottom on the Grid. The insert link and record navigator.
'-------------------------------
%>