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 142... Line 142...
142
<%
142
<%
143
'------------ RUN BEFORE PAGE RENDER ----------
143
'------------ RUN BEFORE PAGE RENDER ----------
144
' --- Get Form details from DB ---
144
' --- Get Form details from DB ---
145
'Call GetFormDetails ( Request("proj_id"), objFormCollector )
145
'Call GetFormDetails ( Request("proj_id"), objFormCollector )
146
 
146
 
147
' --- Load Validation Rules ---
-
 
148
'Call objForm.LoadValidationRules ( Array("rtag_name","rtag_description", "config_spec_branch"), OraDatabase )      ' Load Validation Rules
-
 
149
 
-
 
150
' --- Enter Form Validation Rule Changes here... ----
147
' --- Enter Form Validation Rule Changes here... ----
151
'----------------------------------------------------
148
'----------------------------------------------------
152
 
149
 
153
' --- RUN onPostBack ---
150
' --- RUN onPostBack ---
154
If Request("action") <> "" Then
151
If Request("action") <> "" Then