[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0

Fields not populated in crystal report when called from asp page.

Asked by Justin_NJK in Crystal Reports Software

Tags: problem

Hi all...

   I encountered a problem when trying to populate crystal report fields after calling it from an ASP page...
  Basically, i queried the sql database within an ASP page and stored the retrieved data in a recordset(objRS). Then i pass the recordset to the crystal report using the following code:
                          Set oRptTable = session("oRpt").Database.Tables.Item(1)
                          oRptTable.SetPrivateData 3, objRS
I have verified that the recordset contains the relevant data. When the ASP  page is run, the crystal report is generated with the fieldname only, the rest of the column is empty.Can someone please enlighten me?? Thanks.
    The full code is as follows:

<%
reportname = "EquipTest.rpt"
%>      
<!-- #include file="AlwaysRequiredSteps.asp" -->  
<%
      Dim objCommand, objRS, strSQL, oRptTable
      on error resume next
      Set objCommand = Server.CreateObject("ADODB.Connection")
      objCommand.Open "DSN=teba","teba_login","admin"
      strSQL = Request.Form("t1")
      if(strSQL<>"") then
            set objRS = Server.CreateObject("ADODB.Recordset")
      else
            set objRS = objCommand.Execute("exec "&UserDB                 & "pr_ReportAdmissionReport",",","")
      end if
      Set objRS=objCommand.Execute(strSQL)
      Response.Write(objRS.fields(0))
      
    Set oRptTable = session("oRpt").Database.Tables.Item(1)
    oRptTable.SetPrivateData 3, objRS
    if(err.number <> 0) then
    response.Write("Error displaying report: " & err.Description)
    end if
      
%>
<!-- #include file="MoreRequiredSteps.asp"-->
<!-- #include file="SmartVieweractivex.asp"-->
<%
if(isObject(rcst)) then  
rcst.Close
set rcst = nothing
end if

if(isObject(conn)) then
conn.Close
set conn = nothing
end if
   %>
regards
Justin_NJK
 
Related Solutions
Keywords: Fields not populated in crystal report w…
 
Loading Advertisement...
 
[+][-]02/12/04 06:31 PM, ID: 10349112Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Crystal Reports Software
Tags: problem
Sign Up Now!
Solution Provided By: Justin_NJK
Participating Experts: 1
Solution Grade: A
 
[+][-]02/11/04 06:45 AM, ID: 10332552Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/11/04 06:31 PM, ID: 10338774Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/11/04 07:35 PM, ID: 10339093Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/11/04 10:01 PM, ID: 10339745Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/12/04 06:13 PM, ID: 10349033Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/13/04 01:08 AM, ID: 10350601Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]02/16/04 09:59 PM, ID: 10379408Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92