Subversion Repositories DevTools

Rev

Rev 5506 | Rev 5957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5591
Line 109... Line 109...
109
<%
109
<%
110
'------------ RUN BEFORE PAGE RENDER ----------
110
'------------ RUN BEFORE PAGE RENDER ----------
111
' --- Get Form details from DB ---
111
' --- Get Form details from DB ---
112
Call GetFormDetails ( Request("rtag_id_list"), objFormCollector )
112
Call GetFormDetails ( Request("rtag_id_list"), objFormCollector )
113
 
113
 
114
' --- Load Validation Rules ---
-
 
115
'Call objForm.LoadValidationRules ( Array("rtag_name","rtag_description"), OraDatabase )		' Load Validation Rules
-
 
116
 
-
 
117
' --- Enter Form Validation Rule Changes here... ----
114
' --- Enter Form Validation Rule Changes here... ----
118
'----------------------------------------------------
115
'----------------------------------------------------
119
 
116
 
120
' --- RUN onPostBack ---
117
' --- RUN onPostBack ---
121
If Request("action") <> "" Then
118
If Request("action") <> "" Then