% ' ' Filename: portessale.asp ' Generated with CodeCharge 2.0.5 ' ASP 2.0.ccp build 01/22/2002 ' '------------------------------- ' portessale CustomIncludes begin %> <% ' portessale CustomIncludes end '------------------------------- '=============================== ' Save Page and File Name available into variables '------------------------------- sFileName = "portessale.asp" '=============================== '=============================== ' portessale PageSecurity begin CheckSecurity(1) ' portessale PageSecurity end '=============================== '=============================== ' portessale Open Event start ' portessale Open Event end '=============================== '=============================== ' portessale OpenAnyPage Event start ' portessale OpenAnyPage Event end '=============================== '=============================== ' Save the name of the form and type of action into the variables '------------------------------- sAction = GetParam("FormAction") sForm = GetParam("FormName") '=============================== ' portessale Show begin '=============================== ' Page execution '------------------------------- 'Initialize error variables '------------------------------- srelcliinstallsale1Err = "" '------------------------------- ' Select the FormAction '------------------------------- Select Case sForm Case "relcliinstallsale1" relcliinstallsale1Action(sAction) end select '=============================== '=============================== ' HTML Page layout '------------------------------- %>
| <% MenuGeneral2_Show %> |
| <% MenuGeneral_Show %> |
| <% relcliinstallsale_Show %> |
| <% relcliinstallsale1_Show %> |
| <%=sFormTitle%> | |||||||||||
| idCli | idInst | idTypeSale | numB2K | idVoltage | disjoncteurValeur | disjoncteurNum | disjoncteurSituation | dymo | tuning | note | options |
| No records | |||||||||||
| <%=fldidCli%> | <%=ToHTML(fldidInst)%> | <%=ToHTML(fldidTypeSale)%> | <%=ToHTML(fldnumB2K)%> | <%=ToHTML(fldidVoltage)%> | <%=ToHTML(flddisjoncteurValeur)%> | <%=ToHTML(flddisjoncteurNum)%> | <%=ToHTML(flddisjoncteurSituation)%> | <%=ToHTML(flddymo)%> | <%=ToHTML(fldtuning)%> | <%=ToHTML(fldnote)%> | <%=ToHTML(fldoptions)%> |
| Insert <% '------------------------------- ' relcliinstallsale 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 end if '------------------------------- ' relcliinstallsale Navigation end '------------------------------- '------------------------------- ' Finish form processing '------------------------------- set rs = nothing %> | |||||||||||