Code modules: (3) Application template
nPublic Class App_Template ' all framework control methods
n    Inherits System.Web.UI.Page
n    Public v As VisionFW
n    Public WebResponse As System.Web.HttpResponse
n    Public WebSession As System.Web.SessionState.HttpSessionState
n    Public WebServer As System.Web.HttpServerUtility
n    Public WebRequest As System.Web.HttpRequest ...
n    Overridable Sub GetViewData(ByVal cViewSelected As String) ...
n    Overridable Function GetUserData() As Boolean ...
n    Overridable Sub InitializeNext(ByVal cViewName As String) ...
n    Overridable Sub ValidateData(ByVal cViewName As String) ...
n    Overridable Function DefaultValue(ByVal cViewName As String, ByVal cField As String) As String ...
n    Overridable Function WhenRecordDeleted(ByVal cView As String, ByVal cIDList As String) As String ...
n    Overridable Sub AfterRecordSaved(ByVal cViewName As String) ...
n    Overridable Sub TopOfPage() ...
n    Overridable Sub CreatePage(ByVal cView As String) ...
n    Overridable Function EnableAdd(ByVal cView As String) As String ...
n    Overridable Function Preprocess(ByVal cCommandString As String) As String ...
n    Overridable Sub SetupRecordDisplay(ByVal cViewName As String) ...
n    Overridable Sub SetupRecordDisplay2(ByVal cViewName As String) ...
n    Overridable Function BeforeRecordSaved(ByVal cViewName As String) As String ...
n    Overridable Function ValidateKey(ByVal cValue As String) As Boolean ...
n    Overridable Function NewKey(ByVal cViewName As String) ...
nEnd Class
nEnd Namespace
n