Include name in reply, please!
Hi Babu,
That's a great job done. Just an unsolicited advice, while posting reply please do address the answer to the member who posted it like : Dear debuchakrabarty, if I had posted it. Since the thread is collosal now, it would let the member locate his answer easily. More easy would be to reply to the particular post in which case s/he gets to know about it thru email.
:)
Hats off to you!
Crystal Reports & stored sprocedures
I'm using SQL Server as database server and VB as a programming language. I need to know how can I make a report in CR with datasource as stored procedure (with parameters). I need to send the parameter from VB to CR and the the CR to send the parameter to the stored procedure. Thanks
Re: Crystal Reports & stored sprocedures
Quote:
Originally posted by valentindvf
I'm using SQL Server as database server and VB as a programming language. I need to know how can I make a report in CR with datasource as stored procedure (with parameters). I need to send the parameter from VB to CR and the the CR to send the parameter to the stored procedure. Thanks
hi,
Which version of crystal Report you are using? Because the all version of crystal report not support stored procedure.
yours,
Babu
Data Binding In Crystal Reports
How the Runtime Databinding is done in Crystal Report?
Like in Data Report we are using Recordset for assigning values, or we are using Dataenvironment? It would be more helpful if you can give a small code related to it.
And how can we group the related data in it?
Another Question,
Can we Stop the Crystal Report printing in between after printing some specific lines of data. Like we are using Kill doc in VB Printer Object. Or can we specify/change the length and width of the page. I will be grateful if you can provide small code for it..
Thanking you
Using Crystal RDC with Access
Hi Babu,
Do you know how to connect to an Access 97 db with db level password using the Crystal RDC?
I am able to connect for other Crystal reports using just the CrystalReport viewer.
Any input would be appreciated. As always, thanks for your help.
Regards,
SB
Using Crystal RDC with Access
Babu,
Never mind my question - I figured it out. Just in case you were interested this seems to work:
crpReport.Database.Tables(1).SetSessionInfo "", Chr(10) & "password"
SB
unbounded field in Crystal Report .Net
Hi,
I need to design a report. Most of the data are from one dataset. There is one field that comes from outside this dataset. I don't want to use two datasources in the report or combining two datasets into one source. I am considering to use unbounded field for this data. And assign a value to it programmatically. But I can't find info on how to do it.
Could ponit direction for me? Is unbounded fiels a good solution for the case?
Thanks very much.
Glen Chen
number of records per page in crystal reports
hai babu,
i am using crystal reports 4.5. i want to pass a value from vb , which is the number records per page in crystal reports.
so how to?
thank u
sthota
Re: number of records per page in crystal reports
if you want to restrict number of lines per page, you don't need to pass the value from vb, you can set directly from crystal report design time, leave blank space at page footer group, this will reduce number of records per page.
yours,
Babu
Quote:
Originally posted by sthota
hai babu,
i am using crystal reports 4.5. i want to pass a value from vb , which is the number records per page in crystal reports.
so how to?
thank u
sthota