I have a crosstab report in the report header based on a single table of financial data. The primary fields of concern are: Classification, Industry, DataType and DataValue. The Classification is the rows while the Industry is the column. The DataType field will either be Plan or Actual with the...
Thanks - I'll try and view them in the report viewer to see what happens. On a similar note, Would it help any if I release the report object from memory when I get rid of it? (ie: reportobject = nothing) Here is a snippet of the code I use to show the report
StartDate =...
I am using ASP.NET and the version of crystal reports that is embedded into VS.NET (I believe it's a watered down version of 9) I can run all my reports great, and I display them as PDF files in a new widown instead of using the report viewer. I can run each report individually fine, but while...
I have several reports in ASP.NET developed w/ the integrated version of Crystal Reports (I believe it's a scaled down version of 9) One of the reports has a discrete paramater that can accept multiple values. I am having issues passing more than one paramater to it - after the following loop...
Thanks for your help guys - The only XML files I have worked with thus far are dumped from recordsets and fiarly easy to handle. I began using the MSXML component, but keep running into the following error: Runtime Error: Expected Token 'EOF' found 'NAME' Computer -->Name<--
Here is the code I'm...
I am working on an auditing project which needs to report on data that is in an XML file. I would like to load in the XML file and write it to a database (probably access) and report off of the database. Any help woulf be appreciated
Zack
'// begin sample XML data
<ComputerList>
<Computer...
I need to retrieve the values from a simple XML file (see below) and haven't the faintest idea as to where to begin. Any help would be appreicated
Zack
<rs:data GUID='123456789012345678901234567890ab' Client_ID='2148' Store_Number='1' > <z:row Priority='1' To_Client_ID='2148'...
Forgive my ignorance of ASP & VB.NET, but I'm still wet behind the ears with it. I've got a datagrid bound to a table in a Sybase database and I've got a quick question:
I have a datagrid that shows a summary list of waiting messages for the user and I would like to add a column that allows the...
When I attempt to open a crystal report via the web and asp.net code, I receive error code 0x80041015 : Unable to connect to server. Any help would be appreciated
When I attempt to open a report via the web and asp.net code, I receive error code 0x80041015 : Unable to connect to server. Any help would be appreciated
I have a datagrid that is used to 'report' a cashier's history against the average of all cashiers. Which works fine (the data is dynamically gethered from a Sybases database and extracted to temp table wich is bound to the datagrid) My questions is this. The grid needs to be expanded to display...
I am using asp.net and Crystal Report Application Server 9 to view crystal reports based on data from a Sybase database. The viewing works fine (passing parameters and all), but now I need to export the report (to PDF) and email it. Here is a summary of how the reports are viewed:
Protected...
I am using asp.net and Crystal Report Apllication Server 9 to dynmaically view crystal reports based on data from a Sybase database. The viewing works fine (passing parameters and all), but now I need to export the report (to PDF) and email it. I am viewing the report as follows:
Protected...
Kevin - Thanks for the quick response. I changed the code to use the ExecuteScalar function for ODBC commands (not OLE DB) and it worked great if the site id exists in the database, but how would I determine if there was a record or not with it?
I apologize if this question has been asked before, but I did not see it anywhere. I am trying to create a login webform in ASP.NET. The user information is stored in a Sybase database (tblLogin). I need some help creating the login script. Here's what I need help with:
Private Function...
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.