Frederico,
I wrote about the deadline believing that every forum user would who would look into this post would share his/her experience. Don't misinterpret it.
Thanks though for your suggestion.
Hi,
I am using crystal XI in our application using visual basic. I am using the following two dlls which I have selected in the references and components dialog box of visual basic:
1. crviewer.dll
2. craxdrt.dll
Could someone tell me which all dlls or files do I need to add to my install so...
Hi,
I am using crystal XI in our application. I am using the following two dlls which I have selected in the references and components dialog box of visual basic:
1. crviewer.dll
2. craxdrt.dll
Could someone tell me which all dlls or files do I need to add to my install so that the crystal...
with crxrpt
For intI = 1 To .ParameterFields.count
sRptName = LCase(.ParameterFields(intI).Name)
If sRptName = "{?@hostname}" Then
.ParameterFields(intI).AddCurrentValue (gsHostName)
End If
If sRptName = "{?@hostname1}"...
Hi Everyone,
I am working on crystal reports XI and there is a parameter which I can neither delete nor I can pass a value in this parameter from visual basic at run time. I want to use the parameter and the same parameter is being passed to other sub reports. While changing the datasource...
Hi Everyone,
I am working on crystal reports XI and there is a parameter which I can neither delete nor I can pass a value in this parameter from visual basic at run time. I want to use the parameter and the same parameter is being passed to other sub reports. While changing the datasource...
Hi Everyone,
Could you please have a look on my problem of why my visual basic code cannot assign a value to one of the parameters are run time. It is working for the other two parameters. Please suggest.
Thanks in advance.
--ForumHwlp
An Update:
I have gone through the following code which assigns the parameter fields.
For intI = 1 To rpt.ParameterFields.count
sRptName = LCase(.ParameterFields(intI).Name)
If sRptName = "{?@hostname}" Then
rpt.ParameterFields(intI).AddCurrentValue...
Hi Dave and everyone,
Continuing my last thread because I am still facing problem. I am passing the parameter to the report from visual basic. When I convert the report from Crystal Reports Ver. VI to Ver. XI, I change the datasource location. I am debugging my visual basic application and it...
Thanks Dave,
Yes, I commented my code to assign the parameter from the frontend and used the subreport linking method.
I appreciate your ideas. Whenever you can, please give me an example of how you would use stored procedures in a report and how you would use subreports.
I will continue the...
Yes, the subreport is in the detail section. We are upgrading to version XI. I haven't worked on crystal reports a lot and it may be most inefficient but we are continuing it for the next release. If you can give me some ideas on how you prefer designing the report using stored proc, I can...
Dave,
In the primary report, I did a reset of the datasource location for the sub report and it gave me the dialog box to enter the username. I kept it blank and selected the check box to set to null. Hence in the sql trance, not it is not showing me the old programmers name. But it is not...
Hey Dave,
Found the problem but need your help to figure out the solution. I used sql profiler to see the trace. As a parameter to the primary report and sub report, I am using the username. When it runs the primary report then it passess my name but while passing the parameter to the sub...
Hi Dave,
Thanks for the reply. Yes, I am using ODBC to connect from visual basic 6 to sql server 2000. I have had a look on the your post to change datasource dynamically. I cannot use your code after all the reports are being converted to version XI because sometime when I change the dsn...
Hi Everyone,
Please go through the above question and suggest a solution. I have more than 60 reports and it is urgent to fix all by Friday.
Thanks for your time,
-Forumhelp
Hi,
I am new to Crystal Reports. Currently working on the task to upgrade the crystal reports from version 6.0 to version XI. If anyone could help me with the tips on how should I upgrade, it would be very helpful. I have taken the following steps:
1. Open the report in version XI.
2. Reset the...
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.