| Line 22... |
Line 22... |
| 22 |
Dim rmDebug ' Will display text in the footer area
|
22 |
Dim rmDebug ' Will display text in the footer area
|
| 23 |
Dim sJqueryIformCancel ' ID of Cancel Button in Iframe
|
23 |
Dim sJqueryIformCancel ' ID of Cancel Button in Iframe
|
| 24 |
Dim bJqueryDataTables ' Include datatable support
|
24 |
Dim bJqueryDataTables ' Include datatable support
|
| 25 |
Dim bJqueryForms ' Include Jquery Form support
|
25 |
Dim bJqueryForms ' Include Jquery Form support
|
| 26 |
Dim bJqueryVix ' Include vix jquery components
|
26 |
Dim bJqueryVix ' Include vix jquery components
|
| - |
|
27 |
Dim bJqueryTimePicker ' Include Date-Time picker
|
| 27 |
Dim bJqueryCommonLoaded ' Prevent multiple loads
|
28 |
Dim bJqueryCommonLoaded ' Prevent multiple loads
|
| 28 |
' -- Variable Initialisation --------------------------
|
29 |
' -- Variable Initialisation --------------------------
|
| 29 |
Set releaseInfoHash = Nothing
|
30 |
Set releaseInfoHash = Nothing
|
| 30 |
rmDebug = ""
|
31 |
rmDebug = ""
|
| 31 |
isPopupWindow = FALSE
|
32 |
isPopupWindow = FALSE
|
| Line 37... |
Line 38... |
| 37 |
'-- rmDebug = rmDebug & "Proj:" & DB_PROJ_ID & ",Rtag:" & DB_RTAG_ID & ",Pvid:" & DB_PV_ID
|
38 |
'-- rmDebug = rmDebug & "Proj:" & DB_PROJ_ID & ",Rtag:" & DB_RTAG_ID & ",Pvid:" & DB_PV_ID
|
| 38 |
TIMER_VALUE = DateDiff("N", "1/1/1900 00:00:00 AM", Now ) ' Find number of minutes since some very old point in time
|
39 |
TIMER_VALUE = DateDiff("N", "1/1/1900 00:00:00 AM", Now ) ' Find number of minutes since some very old point in time
|
| 39 |
bJqueryDataTables = FALSE
|
40 |
bJqueryDataTables = FALSE
|
| 40 |
bJqueryForms = FALSE
|
41 |
bJqueryForms = FALSE
|
| 41 |
bJqueryVix = TRUE
|
42 |
bJqueryVix = TRUE
|
| - |
|
43 |
bJqueryTimePicker = FALSE
|
| 42 |
bJqueryCommonLoaded = FALSE
|
44 |
bJqueryCommonLoaded = FALSE
|
| 43 |
' -- Constants ----------------------------------------
|
45 |
' -- Constants ----------------------------------------
|
| 44 |
Const enumPAR_PROJ_ID = 0
|
46 |
Const enumPAR_PROJ_ID = 0
|
| 45 |
Const enumPAR_RTAG_ID = 1
|
47 |
Const enumPAR_RTAG_ID = 1
|
| 46 |
Const enumPAR_PV_ID = 2
|
48 |
Const enumPAR_PV_ID = 2
|