Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5591
Line 234... Line 234...
234
shref_base = "http://" & archive_server & "/devl/abtlog/"
234
shref_base = "http://" & archive_server & "/devl/abtlog/"
235
 
235
 
236
' --- Get Form details from DB ---
236
' --- Get Form details from DB ---
237
Call GetFormDetails ( Request("rtag_id"), objFormCollector )
237
Call GetFormDetails ( Request("rtag_id"), objFormCollector )
238
 
238
 
239
' --- Load Validation Rules ---
-
 
240
'Call objForm.LoadValidationRules ( Array("rtag_name","rtag_description", "config_spec_branch"), OraDatabase )    ' Load Validation Rules
-
 
241
 
-
 
242
' --- Enter Form Validation Rule Changes here... ----
239
' --- Enter Form Validation Rule Changes here... ----
243
'----------------------------------------------------
240
'----------------------------------------------------
244
 
241
 
245
' --- RUN onPostBack ---
242
' --- RUN onPostBack ---
246
If Request("action") <> "" AND objAccessControl.UserLogedIn Then
243
If Request("action") <> "" AND objAccessControl.UserLogedIn Then