<%@ Page Language="VB" MasterPageFile="masterpage.master" AutoEventWireup="false" CodeFile="tblLPRFixtureLocationdelete.aspx.vb" Inherits="tblLPRFixtureLocationdelete" CodeFileBaseClass="AspNetMaker7_tfpssnet" %> <% ' Load records for display Rs = tblLPRFixtureLocation_delete.LoadRecordset() If tblLPRFixtureLocation_delete.lTotalRecs <= 0 Then ' No record found, exit Rs.Close() Rs.Dispose() tblLPRFixtureLocation_delete.Page_Terminate("tblLPRFixtureLocationlist.aspx") ' Return to list End If %>

Delete From TABLE: LPR Fixture Location

Go Back

<% tblLPRFixtureLocation_delete.ShowMessage() %>

<% For i As Integer = 0 to tblLPRFixtureLocation_delete.arRecKeys.GetUpperBound(0) %> <% Next %>
<%= tblLPRFixtureLocation.TableCustomInnerHTML %> <% tblLPRFixtureLocation_delete.lRecCnt = 0 Do While Rs.Read() tblLPRFixtureLocation_delete.lRecCnt = tblLPRFixtureLocation_delete.lRecCnt + 1 ' Set row properties tblLPRFixtureLocation.CssClass = "" tblLPRFixtureLocation.CssStyle = "" tblLPRFixtureLocation.RowType = EW_ROWTYPE_VIEW ' view ' Get the field contents tblLPRFixtureLocation_delete.LoadRowValues(Rs) ' Render row tblLPRFixtureLocation_delete.RenderRow() %> > > ><%= tblLPRFixtureLocation.floDescription.ListViewValue %> <% Loop Rs.Close() Rs.Dispose() %>
Description