Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13 rsolanki 1
<%
2
'===================================================================
3
'							Form Window Common
4
'===================================================================
5
%>
6
<!--#include file="../class/classValidationControl.asp"-->
7
<!--#include file="../class/classPopupMenuControl.asp"-->
8
<!--#include file="../controls/ERGFormComponent/classFormComponent.asp"-->
9
<%
10
'------------ VARIABLE DEFINITION -------------
11
Dim objForm
12
Dim objFormCollector
13
Dim objFormComponent
14
'------------ CONSTANTS DECLARATION -----------
15
'------------ VARIABLE INIT -------------------
16
Set objPMod = New PersistanceModule
17
Set objForm = New ValidationControl
18
Set objFormCollector = CreateObject("Scripting.Dictionary")
19
Set objFormComponent = New FormComponent
20
'------------ CONDITIONS ----------------------
21
'----------------------------------------------
22
%>
23
<%
24
'------------ RUN BEFORE PAGE RENDER ----------
25
objPMod.PersistInQryString ( aPersistList )
26
'----------------------------------------------
27
%>
28
<%
29
'-----------------------------------------------------------------------------------------------------------------
30
'-----------------------------------------------------------------------------------------------------------------
31
%>