ASP call Crystal and Store Procedure (5)

Source: Internet
Author: User
Tags generator
<%@ language= "VBSCRIPT"%>
<%
On Error Resume Next
' The Oemf object is a helper object-Create EMFs (ecapsulated Messages) for the viewers.
' The viewers use EMFs to display errors and navigate to specific pages of the.
If not IsObject (session ("OEMF")) Then
Set session ("oemf") = Server.CreateObject ("Cremfgen.cremfgen.1")
Call Checkforerror
End If
' Initialize all Global variables
' These would contain the page generator and page collection
Dim gopagegenerator ' page Generator object
Dim gopagecollection ' Page collection Object
Dim Gopagegeneratordrill ' page generator object in Drill
Dim gopage ' the Page object
Dim GVGROUPPATHDD ' Drill down group path.
Dim Gvgrouppath ' This are branch, aka Group Path converted from string passed on QS, it's an Array
Dim Gvgrouplevel ' This are the Group level, converted from the string passed on the QS, it are an Array
Dim Gvmaxnode ' This represents the number of nodes to retrieve for the Totaller, it is set to a empty array
Dim Gvtotallerinfo ' This represents the group path of the requested Totaller.
Dim GlX ' This is the X coordinate for a-drill down on a graph or Map
Dim gly ' This are the Y coordinate for a drill down on a graph or Map
Dim Gvpagenumber ' holds the requested page number
Dim Gvurl ' URL to redirect to
Dim Gserrortext ' holds the error text to is sent to the viewer.
Dim exportoptions ' Export Options Object
Dim SLX ' This is the X coordinate to a selection of out of place subreport
Dim Sly ' This is the Y coordinate to a selection of out of place subreport
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.