Subversion Repositories DevTools

Rev

Rev 5590 | Rev 6371 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5590 Rev 5957
Line 66... Line 66...
66
<%
66
<%
67
'------------------------- MAIN LINE ------------------------
67
'------------------------- MAIN LINE ------------------------
68
'Process submition
68
'Process submition
69
If CBool(QStrPar("action"))  Then
69
If CBool(QStrPar("action"))  Then
70
	Call OpenInParentWindow ("_edit_personal_view.asp?FRview_id="& parView_id &"&FRviewname="& QStrPar("FRviewname") &"&FRpkginc="& Request("FRpkginc") &"&FRpubread="& QStrPar("FRpubread") )
70
	Call OpenInParentWindow ("_edit_personal_view.asp?FRview_id="& parView_id &"&FRviewname="& QStrPar("FRviewname") &"&FRpkginc="& Request("FRpkginc") &"&FRpubread="& QStrPar("FRpubread") )
-
 
71
    Call Destroy_All_Objects
71
	Response.End
72
	Response.End
72
End If
73
End If
73
 
74
 
74
Call Populate_viewdefHash ( parView_id, viewdefHash )
75
Call Populate_viewdefHash ( parView_id, viewdefHash )
75
Call Populate_viewinfoHash ( parView_id, viewinfoHash )
76
Call Populate_viewinfoHash ( parView_id, viewinfoHash )