How can I pass the value of
session("oRpt").SQLQueryString = selectstring into a crystal variable that I can display on the report?
I'm using Crystal version 9.
I have an asp page that I use to define a sql statement that I pass to a crystal report via the SmartViewerActiveX.asp on another page. The report works fine and responds correctly, displaying the data based on the selection criteria I input.
The fields pick up the correct data elements and...
I have an ASP page form that will be used for data entry. I am redoing a MS-Access Runtime application that has been used for a few years.
One of the issues; "What to do about the conditional visibility code" I had set on several of my Form objects.
What happens is, based on what value the...
I have an ASP form that end-users will be useing to update a SQL 2000 database. It is an upgrade to an MS-Access dtabase frontednd that I built using VBA.
The problem I have is that I need to get users to fill out specific data elements based on values within other data elements. For example if...
I have a user input page that constructs a SQL statement and sends it to a Crystal Report Viewer.
The problem is that if a user selects a record by its main key field "Track Number" no other criteria need be selected, and I would like to go ahead and send the request to the report without any...
I have an ASP page that successfully passes values to the page that has the crystal report viewer within it.
My connection is fine becuase the report returns all the records in the view that the report was designed around. However the code:
Path = Request.ServerVariables("PATH_TRANSLATED")...
I have an ASP page that successfully passes values to the page that has the crystal report viewer within it.
My connection is fine becuase the report returns all the records in the view that the report was designed around. However the code:
session("oRpt").SQLQueryString = selectstring
doesn't...
I am having an issue passing a sqlstring into crystal via an ASP page. I have checked my code, and my connection, everything seems ok.
In fact the crystal report page displays the report just fine. The problem is that it seems to be ignoring the sqlstring variable that limits the dataset and...
I have an ASP page that I constructed that passes values from a form to another ASP page that parces the values into a SQL statement, then passes the SQL statment to a crystal report. The crystal report displays fine within the ActiveX viewer BUT it displays all the records not just the ones...
I just started my first ASP project for a SQL 2000 Database.
I have successfully added some java buttons to my page and the onClick events work fine on all of them.
However I can not get the onMouseOver events to function with multiple buttons on the page. It works fine when only one button is...
I placed an image button on my ASP page that uses some javascript in a mouseover event. I was able to modify the code and the onclick event worked as expected.
The problem I'm having has to do with placing another button on the page. At first I used the same script file and although the onclick...
I have been Looking for A good Active X Calendar Utility that I can use in my ASP Page. What I want to do is allow the user to choose a date range, via two calendar objects (From and To), then choose one of several date fields in a table to apply the Date Criteria to in order to build a SQL...
I have this code that Im trying to use to populate a drop down box. The problem is that it doesn't list any of the values from the field Im Connecting too. I get an error code 13. What am I missing???
<% ' This select option object allows for cogdept choices in a drop down box...
I'm trying to creat a dropdown box by connecting to a database and getting the information from a column in a table. The problem is, ASP doesn't seem to see my connection. I used the same connection setup that I use on a browse page where it seems to work. However, when I attempt to utilize it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.