<%@ Page Language="VB" MasterPageFile="masterpage.master" AutoEventWireup="false" CodeFile="tblEventsview.aspx.vb" Inherits="tblEventsview" CodeFileBaseClass="AspNetMaker7_tfpssnet" %> <% If tblEvents.Export = "" Then %> <% End If %>

View TABLE: Events

<% If tblEvents.Export = "" Then %> Back to List  <% If Security.CanAdd Then %> Add  <% End If %> <% If Security.CanEdit Then %> Edit  <% End If %> <% If Security.CanDelete Then %> Delete  <% End If %> <% End If %>

<% tblEvents_view.ShowMessage() %>

<% If tblEvents.evtDescription.Visible Then ' evtDescription %> > > ><%= tblEvents.evtDescription.ViewValue %> <% End If %> <% If tblEvents.evtIsActive.Visible Then ' evtIsActive %> > > <% If Convert.ToString(tblEvents.evtIsActive.CurrentValue) = "1" Then%> <% Else %> <% End If %> <% End If %> <% If tblEvents.evtAllocateBilling.Visible Then ' evtAllocateBilling %> > > <% If Convert.ToString(tblEvents.evtAllocateBilling.CurrentValue) = "1" Then%> <% Else %> <% End If %> <% End If %> <% If tblEvents.evtBillingNotes.Visible Then ' evtBillingNotes %> > > ><%= tblEvents.evtBillingNotes.ViewValue%> <% End If %> <% If tblEvents.evtTierLevel.Visible Then ' evtTierLevel %> > > ><%= tblEvents.evtTierLevel.ViewValue%> <% End If %> <% If tblEvents.evtOverTimePriority.Visible Then ' evtOverTimePriority %> > > ><%= tblEvents.evtOverTimePriority.ViewValue%> <% End If %>
Description
Is Active
Allocate Billing
Billing Notes
Tier Level
Overtime Priority

<% If tblEvents.Export = "" Then %> <% End If %>