| Line 13... |
Line 13... |
| 13 |
<!--#include file="common/formating.asp"-->
|
13 |
<!--#include file="common/formating.asp"-->
|
| 14 |
<!--#include file="common/qstr.asp"-->
|
14 |
<!--#include file="common/qstr.asp"-->
|
| 15 |
<!--#include file="common/common_subs.asp"-->
|
15 |
<!--#include file="common/common_subs.asp"-->
|
| 16 |
<!--#include file="common/common_dbedit.asp"-->
|
16 |
<!--#include file="common/common_dbedit.asp"-->
|
| 17 |
<!--#include file="common/_popup_window_common.asp"-->
|
17 |
<!--#include file="common/_popup_window_common.asp"-->
|
| - |
|
18 |
<!--#include file="common/_form_window_common.asp"-->
|
| 18 |
<%
|
19 |
<%
|
| 19 |
' Set rfile parameter. This is a return page after Login
|
20 |
' Set rfile parameter. This is a return page after Login
|
| 20 |
Call objPMod.StoreParameter ( "rfile", "fixed_issues.asp" )
|
21 |
Call objPMod.StoreParameter ( "rfile", "fixed_issues.asp" )
|
| 21 |
'------------ ACCESS CONTROL ------------------
|
22 |
'------------ ACCESS CONTROL ------------------
|
| 22 |
%>
|
23 |
%>
|
| Line 28... |
Line 29... |
| 28 |
Dim parPv_id
|
29 |
Dim parPv_id
|
| 29 |
Dim query
|
30 |
Dim query
|
| 30 |
Dim rsQry, rsTemp
|
31 |
Dim rsQry, rsTemp
|
| 31 |
Dim checked
|
32 |
Dim checked
|
| 32 |
Dim FRripplebuildYES, FRripplebuildNO
|
33 |
Dim FRripplebuildYES, FRripplebuildNO
|
| 33 |
Dim objFormCollector
|
- |
|
| 34 |
Dim Query_String
|
34 |
Dim Query_String
|
| 35 |
Dim isDLocked
|
35 |
Dim isDLocked
|
| 36 |
Dim isNotSdk
|
36 |
Dim isNotSdk
|
| 37 |
'------------ Constants Declaration -----------
|
37 |
'------------ Constants Declaration -----------
|
| 38 |
'------------ Variable Init -------------------
|
38 |
'------------ Variable Init -------------------
|
| 39 |
Set objFormCollector = CreateObject("Scripting.Dictionary")
|
- |
|
| 40 |
parPv_id = QStrPar("pv_id")
|
39 |
parPv_id = QStrPar("pv_id")
|
| 41 |
'----------------------------------------------
|
40 |
'----------------------------------------------
|
| 42 |
%>
|
41 |
%>
|
| 43 |
<%
|
42 |
<%
|
| 44 |
'------------------------------------------------------------------------------------------------------------------------------------
|
43 |
'------------------------------------------------------------------------------------------------------------------------------------
|