Subversion Repositories DevTools

Rev

Rev 5071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5071 Rev 5085
Line 17... Line 17...
17
Dim aPersistList
17
Dim aPersistList
18
Dim isPopupWindow
18
Dim isPopupWindow
19
Dim DB_PROJ_ID, DB_RTAG_ID, DB_PV_ID
19
Dim DB_PROJ_ID, DB_RTAG_ID, DB_PV_ID
20
Dim TIMER_VALUE
20
Dim TIMER_VALUE
21
Dim rmDebug                                 ' Will display text in the footer area
21
Dim rmDebug                                 ' Will display text in the footer area
-
 
22
Dim bJqueryDataTables
-
 
23
Dim bJqueryForms
22
' -- Variable Initialisation --------------------------
24
' -- Variable Initialisation --------------------------
23
rmDebug = ""
25
rmDebug = ""
24
isPopupWindow = FALSE
26
isPopupWindow = FALSE
25
parRtag_id = QStrPar("rtag_id")
27
parRtag_id = QStrPar("rtag_id")
26
Set objAccessControl = New AccessControl
28
Set objAccessControl = New AccessControl
27
Set objPMod = New PersistanceModule
29
Set objPMod = New PersistanceModule
28
Set objEH = New ExceptionHandler
30
Set objEH = New ExceptionHandler
29
Call GetCurrentParameters( DB_PROJ_ID, DB_RTAG_ID, DB_PV_ID )	' These parameters are used
31
Call GetCurrentParameters( DB_PROJ_ID, DB_RTAG_ID, DB_PV_ID )	' These parameters are used
30
rmDebug = rmDebug &  "Proj:" &  DB_PROJ_ID  & ",Rtag:" &  DB_RTAG_ID & ",Pvid:" & DB_PV_ID
32
rmDebug = rmDebug &  "Proj:" &  DB_PROJ_ID  & ",Rtag:" &  DB_RTAG_ID & ",Pvid:" & DB_PV_ID
31
TIMER_VALUE = DateDiff("N", "1/1/1900 00:00:00 AM", Now )	' Find number of minutes since some very old point in time
33
TIMER_VALUE = DateDiff("N", "1/1/1900 00:00:00 AM", Now )	' Find number of minutes since some very old point in time
-
 
34
bJqueryDataTables = FALSE
-
 
35
bJqueryForms = FALSE
32
' -- Constants ----------------------------------------
36
' -- Constants ----------------------------------------
33
Const enumPAR_PROJ_ID 	= 0
37
Const enumPAR_PROJ_ID 	= 0
34
Const enumPAR_RTAG_ID 	= 1
38
Const enumPAR_RTAG_ID 	= 1
35
Const enumPAR_PV_ID 	= 2
39
Const enumPAR_PV_ID 	= 2
36
Const enumPAR_RFILE 	= 3
40
Const enumPAR_RFILE 	= 3