Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 80... Line 80...
80
   If View_Name_Exists( parViewName, 0 ) Then
80
   If View_Name_Exists( parViewName, 0 ) Then
81
      Session("reqParam") = ""
81
      Session("reqParam") = ""
82
      Session("ERRlog") = ""
82
      Session("ERRlog") = ""
83
      Session("ERRlogFULL") = ""
83
      Session("ERRlogFULL") = ""
84
      Session("AdditionalParams") = "$PUBLICVIEWNAME$,"& parViewName
84
      Session("AdditionalParams") = "$PUBLICVIEWNAME$,"& parViewName
-
 
85
      Call Destroy_All_Objects
85
      Response.Redirect("message.asp?msg=202-13")
86
      Response.Redirect("message.asp?msg=202-13")
86
   End If
87
   End If
87
 
88
 
88
   'COMPLETE THE REQUEST...
89
   'COMPLETE THE REQUEST...
89
   Call Create_New_View ( parViewName, parPkgInc)
90
   Call Create_New_View ( parViewName, parPkgInc)
90
 
91
 
-
 
92
   Call Destroy_All_Objects
91
   Response.Redirect("members_public_view.asp")
93
   Response.Redirect("members_public_view.asp")
92
Else
94
Else
93
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
95
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
94
   Response.write QSTR_FullQuery
96
   Response.write QSTR_FullQuery
95
End If
97
End If
96
%>
98
%>
97
 
-
 
98
<!-- DESTRUCTOR ------->
99
<!-- DESTRUCTOR ------->
99
<!--#include file="common/destructor.asp"-->
100
<!--#include file="common/destructor.asp"-->