o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

parameter passing in crystal report -

I have designed a report in Crystal report 7.0 and wanted to view it thru VB6.0 application. I am using crystal report control. When I refresh my report from crystal report and enter a specific date the report generates for that date but when I refresh it from my VB application and enter any date its not giving anything. Do I need to set some property or something else. please help me. its very urgent.

Kirti

 

crystal report failure when passing parameter -
hi, i have a problem in using crystal report in vb.net. i am using stored procedure with crystal report. iam assigning discrete value for parameter thro' coding. But only the field name comes in the report without record values when i run the application. when i give manual refr


Parameter report and Run From VB -
Hello Experts I am very new in Crystal Report 10.I can generate normal report and also can run them from vb but.. I need some help how can i make parameter(single and multiple parameter) report in CReport. and How can i run those report passing parameter text field using visua


[2005] Parameter is passing in subreport -
Hai experts, I have an issue with Crystal reports sub report. I have a main report and two sub report..Im using only one stroed procedure in one of my sub report..But while looping thro' sub reports the parameter is not passing...it shows parameter count as 0..What w


[VB.Net 2005] Passing a Parameter to a Sub-Report -
Hi guys, I'm having trouble on my project right now. I've been searching threads for passing a parameter to a sub-report. In my main report, I have only 1 sub-report and I need to pass the value to it. How will I do this? I'm using VB.net 2005 Crystal Report. I use stored p


Crystal 20553 error when passing parameter -
I am passing 10 parameters to a stored procedure to run a crystal report. I can plug the parameters into crystal or run the SP in query analyzer and it works fine. However... If I try to run the report from VB.. It blows up saying "Error in file : Report.rpt, Invalid par


Crystal Report - Passing parameter -
Hi, please tell me the syntax of SetReportVariableValue in crystal report. I am getting Run-time error '70' permission denied when I try this. any other way to pass parameter to the report? (I'm using CR 9 with VB 6) Thanks in advance! Binish


Passing Parameter to Crystal Report -
I have a crystal report that I would like to have the vb form pass the employee number. Then the crystal report uses that number for the selection portion of the form. I understand the best way is to use a parameter in crystal. I have several questions on this. 1. When I make


Passing Parameters from vb to crystal report -
Hi, Can any one help with passing parameters from vb program to crystal reports. Example: Crystal report displays the Customer details from NWind.mdb. I want to pass the parameter, CustomerID = XYZ. Any help would be greatly appreciated. Thank you. Rathi


Passing variable in asp to Crystal report Parameter field -
I am using Crystal Reports 8.5 to design my reports and I am using enterprise 8 to view the reports. I view the report by simply typing in the name of the report into the browser address. I have parameter fields that are prompted when the report first loads. Is there a way to pass m


**RESOLVED** Passing Parameters from VB 6.0 to Crystal 8.0 -
I have found a ton of posts on this subject but none which clearly answer my question. This is the code I am using to call on my Crystal Report: Private Sub mnuView2_Click() 'Run Report. Screen.MousePointer = vbHourglass frmRptView.Show frmRptView.CRView


passing parameter feild to crystal from c# -
hi, I knw how to pass parameter field. My my problem when I have 2 or more parameter fields. When i run the report it give me popup prompts. My question, is it posible to have 2 or more parameter field in one report? How? Anyone can help me. POpskie


parameter passing to crystal report from vb -
I used crystal report control in my vb 6.0 project i want to pass a value to parameter ("op") defined in crystal report 8.5. how to pass it. Please help me.Its urgetnt. Thanks.


crystal report passing multiple parameter from vb -
can please anyone help me how to pass multiple parameter in crystal report using vb?


parameter passing in crystal report -
I have designed a report in Crystal report 7.0 and wanted to view it thru VB6.0 application. I am using crystal report control. When I refresh my report from crystal report and enter a specific date the report generates for that date but when I refresh it from my VB application and ent


problems passing parameters to crystal report -
I have visual basic 6.0 and I need an example how pass a parameter to crystal report. I need to know what I need colocate in visual basic and what I need to colocate in crystal report. I suppose that the important is that crystal doesn't ask the parameter because it will recieve the in


Passing a variable from ASP to Crystal reports parameter field -
I am using Crystal Reports 8.5 to design my reports and I am using enterprise 8 to view the reports. I view the report by simply typing in the name of the report into the browser address. I have parameter fields that are prompted when the report first loads. Is there a way to pass m


Crystal Report (VB.Net) argument -
I have done a Crystal Report, it work very well. I have changed the Crystal Report to get 1 parameter and now I am confused... how can I pass the parameter from VB.NET to Crystal Report. Please help me I really need to figure out how to do it, 2 days that I am seeking over the web a


Passing parameter to crystal from VB -
am trying 2 pass a parameter to crystalreport in VB With reporte s = " id='" & CStr(iid) & "'" .ParameterFields(0) = s .ReportFileName = "\\xx.x.x.x\Reportes\Suscripciones" & "\" & "Contracto de Suscripcion1.rpt" .A


passing params to crystal reports control from vb -
Help..on passing params to Crystal reports from VB5 I am using VB5.0 and crystal reports 8.5 . New to crystal reports. could someone clarify some basic question please. 1. should I use "Crystal reports" control or "Crystal report viewer" 2. I have a report a


Please help - Passing Parameter to Crystal RDC (.dsr file - not .rpt file ) -
I am using crstal rdc (crystal Report designer control - ie .dsr file & not .rpt file ) for reporting. Can you pls tell me how to pass the parameter from a VB form to this report designer. I dont want to use the inbuilt feature of RDC for parameter fields.I mean I want to avoid


Passing of parameters from VB6 to Crystal Report 8 Professional -
Good day everybody! just like to find out whether is it possible for me to pass a parameter from Visual Basic 6 to Crystal Report 8 Professional version?? is it true that only the developer version of CR8 can do passing of parameters?? thanks for all your time!!


crystal report parameter list -
hi, I am calling crystal report with parameter from my VB application. a textbox pass parameter value to crystal report.. works fine...but i want if the textbox is empty it will show all records. plz help.


Can i set a Crystal Parameter to be the Paramter of a storedprc which is the source -
hi all Can i set a Crystal Parameter to be the Paramter of a storedprc which is the data source? Using a SQL Server Stored Procedure to populate a crystal report. the stored prc requires parameters. Im running the crystal report via VB automation.. how can i tell crsytal to use


urgent:help needed in parameter field of crystal report -
I created a crystal report where it has to display records between two dates. and the dates are used in the formaulae in crystal report. I cann't use selection formulae as the two dates are used in the formulaes of the crystal report Eg:- display records between starding date an


Help..on passing params to Crystal reports from VB5 -
I am using VB5.0 and crystal reports 8.5 . New to crystal reports. could someone clarify some basic question please. 1. should I use "Crystal reports" control or "Crystal report viewer" 2. I have a report and I need to pass 3 parameter from my VB screen. How c


Passing Parameters to Crystal -
Hi I have a problem passing a range parameter to Crystal. A single parameter is not a problem so far. I tried the following command but are confused what is needed: Report.ParameterFields(1).AddCurrentRange(txttext(0).text, txttext(1).text) But there is a rangeinfo variable. O


Passing parameters to Crystal Report w/o Report Viewer -
Can anybody help me figure out how to pass a parameter to a Crystal Report in VB.NET without using a viewer? I know it would be easier with the viewer but I need to get around using the report viewer object. Thanks!


how to use parameter in crystal report -
I Wish to pass parameter to Crystal Report. I have Access data base one table named student. I with to select range of data's from that table field named "rno" i am using visual basic 6 I used following code to view crystal report =====================================


Crystal 4.6 - No parameter fields -
Hi Gang: Does anybody know how to create a parameter field in Crystal using version 4.6. I'm trying to run a report for a specific ID. Meaning that I want the report to prompt me with a field prior to running the report. So only the information for that record would show on the r


HELP ME!! Crystal Viewer & VB Problem! -
I have an application that I use to pass parameters to a report via the Crystal Report Viewer control (I use the CRAXDRT.dll). The reports view fine except when a user specifies one particular parameter. This parameter is a currency parameter. The user will type a valid currency val


Crystal report connection string help -
i have created a crystal report in crystal report 9...i m using a number of tables in the sql server to create the report... in vb i just want to open the report and by passing a parameter..i can display the report...i just have a lil problem..cause there is not much resources.. i am


parameter value to crystal report -
Hello, I am calling crystal report from vb6.0, I accept some fields on screen who can i pass these field crystal report for check. who it will be define in crystal report. Thanks in advance Pankaj


crystal report - parameter - please help -
How do I pass a value from a Text Box to Crystal Report. I am using Crystal Report Version 4.6. I could not find any parameter field. Please help me.


passing parameter in crystal reports -
Hi Guy I am using vb6 and crystal report 9. I am trying to pass parameter to crystal reports. I now able to pass thing like date and one value but what i cannot do it pass multiple value ex ( 12 13 14 25) Help me please Thank You


SQL store cannot receive parameter from VB.NET -
Hello all, I have a SQL store which can be executed fine with crystal report XI, but when I call the report from VB.NET (with/without passing the parameter for SQL store) the SQL store is always executed with NULL parameters, the application just running well, no error was generated


[2005] parameter in crystal report -
I enter a query in crystal report, and the query including parameter. How do I call this report in a form? (There are a textbox using to input parameter)


Passing Param to Crystal Report -
how can i pass a parameter to crystal report? my report has to have a username whose value depends on the current user of my application, right now my report retrieve the value from a table i create to store the current user. but i dont want this, its kinda unprofessional, right? al


Crystal Report&vb.net Parameter passing to formula field in rpt file -
Hi everbody I am trying vb.net & Crystal for my further projects but i am not able to pass value to formula field in crystal report rpt file from my form which is calling the rpt Thanks & Regards


Urgently!!!!please Help Me Out With Crystal -
My Application is being developed using VB.NET 2002 and crystal 9.0 .I just want to be able to launch my crystal report by clicking a command button from my vb.net form .My Crystal report has got only one 'Parameter'(IDNo) of String data type.How can I pass this parameter so as to laun


Passing Parameters from a CR Viewer -
I have a report open in a Crystal Reports Viewer containing transaction references. Is there a way that, if a user clicks on a Trans Ref in the report I can open another report, detailing the transaction, passing the selected Trans Ref as a parameter to the new report. I have tri