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 5658
Line 155... Line 155...
155
'------------ RUN BEFORE PAGE RENDER ----------
155
'------------ RUN BEFORE PAGE RENDER ----------
156
' --- Get Form details from DB ---
156
' --- Get Form details from DB ---
157
Call GetFormDetails ( Request("rtag_id"), objFormCollector )
157
Call GetFormDetails ( Request("rtag_id"), objFormCollector )
158
 
158
 
159
' --- Load Validation Rules ---
159
' --- Load Validation Rules ---
-
 
160
objForm.UpdateRules ("id='rtag_name' IsRequired='Y'")
160
Call objForm.LoadValidationRules ( Array("rtag_name","rtag_description", "config_spec_branch"), OraDatabase )     ' Load Validation Rules
161
objForm.UpdateRules ("id='rtag_description' IsRequired='Y' MaxStringLength='4000' MinStringLength='10'")
-
 
162
objForm.UpdateRules ("id='config_spec_branch' IsRequired='N' MaxStringLength='4000' MinStringLength='10'")
161
 
163
 
162
' --- Enter Form Validation Rule Changes here... ----
164
' --- Enter Form Validation Rule Changes here... ----
163
'----------------------------------------------------
165
'----------------------------------------------------
164
 
166
 
165
' --- RUN onPostBack ---
167
' --- RUN onPostBack ---