% ' ' Filename: portespropre.asp ' Generated with CodeCharge 2.0.5 ' ASP 2.0.ccp build 01/22/2002 ' '------------------------------- ' portespropre CustomIncludes begin %> <% ' portespropre CustomIncludes end '------------------------------- '=============================== ' Save Page and File Name available into variables '------------------------------- sFileName = "portespropre.asp" '=============================== '=============================== ' portespropre PageSecurity begin CheckSecurity(1) ' portespropre PageSecurity end '=============================== '=============================== ' portespropre Open Event start ' portespropre Open Event end '=============================== '=============================== ' portespropre OpenAnyPage Event start ' portespropre OpenAnyPage Event end '=============================== '=============================== ' Save the name of the form and type of action into the variables '------------------------------- sAction = GetParam("FormAction") sForm = GetParam("FormName") '=============================== ' portespropre Show begin '=============================== ' Page execution '------------------------------- 'Initialize error variables '------------------------------- srelcliinstallconvporte1Err = "" '------------------------------- ' Select the FormAction '------------------------------- Select Case sForm Case "relcliinstallconvporte1" relcliinstallconvporte1Action(sAction) end select '=============================== '=============================== ' HTML Page layout '------------------------------- %>
| <% MenuGeneral2_Show %> |
| <% MenuGeneral_Show %> |
| <% relcliinstallconvporte_Show %> |
| <% relcliinstallconvporte1_Show %> |
| <%=sFormTitle%> | ||||||||
| idCli | idInst | idInstConv | idTypeExtraction | numB2K | idTypePcPorte | ModelePcPorte | SNPcPorte | emplacementCle |
| No records | ||||||||
| <%=fldidCli%> | <%=ToHTML(fldidInst)%> | <%=ToHTML(fldidInstConv)%> | <%=ToHTML(fldidTypeExtraction)%> | <%=ToHTML(fldnumB2K)%> | <%=ToHTML(fldidTypePcPorte)%> | <%=ToHTML(fldModelePcPorte)%> | <%=ToHTML(fldSNPcPorte)%> | <%=ToHTML(fldemplacementCle)%> |
| <% end if '------------------------------- ' relcliinstallconvporte Navigation begin '------------------------------- bEof = rs.eof if not(rs.EOF and iPage=1) then if iPage = 1 then %> Previous <% else %> Previous <% end if response.write " [ " & iPage & " ] " if bEof then %> Next <% else %> Next <% end if else %> | ||||||||