473,378 Members | 1,436 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

How to Create Crystal Report step by step...:-/ ?

Hello, I'm Brebulto I am newbie in visual basic and i want to learn about crystal report in visual basic 6.0. please reply this post...

Thanks in advance..
Oct 14 '08 #1
4 4916
debasisdas
8,127 Expert 4TB
you need to read books for all that. Crystal report in not inbuilt to VB but still you can call reports from VB.
Oct 15 '08 #2
you need to read books for all that. Crystal report in not inbuilt to VB but still you can call reports from VB.
I will follow your advice i appreciate it, but if you could give me example i will considered it a big step to learned about crystal report.

will you share your knowledge in crystal report.?

tnx for replying
Oct 15 '08 #3
This code is written for CR 9.0.

first you have to create a viewer on form then define a variable like this and create a design for your report. by this you can able to view your report.


Dim Report As New CrystalReport4

Private Sub Command1_Click()
Screen.MousePointer = vbHourglass
CRViewer91.Refresh
On Error Resume Next
CRViewer91.ReportSource = Report
CRViewer91.ViewReport
Screen.MousePointer = vbDefault
End Sub

Raj
Oct 20 '08 #4
tnx for replying...

I tried those codes but.. does not work...

will you teach the functions of those codes and where their from.?

tnx in advance
Oct 22 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: MR.T | last post by:
Can I pass parameters to a query in the crystal report? I build win form in visual C#. It is very simple form with one button, one text box and Crystal report viewer. In the button I call the...
0
by: stephan | last post by:
I know that this has been beaten to death but I can't seem to resolve my issues (I have 2 of them). I have created a class that exposes a public method which returns a datatable as a datasource...
2
by: Henry | last post by:
I am trying to write an application that allows me to dynamically load selected Crystal Report files, read the parameters from the report file, give the user a chance to enter relevant data in a...
0
by: Corbin | last post by:
I've been going in circles on this for a week. Please help: I'm running a web app with ASP.NET 1.1 and Crystal Reports for .NET. The app has three reports, two of which are reliable both on my...
0
by: touf | last post by:
Hi, Is it possible to create the report (crystal reports) from vb code in order to display all rows/columns of the dataset.(tabular report) What I found is that we need these steps to buit a...
1
by: Learner | last post by:
Hi there, I am a first time crystal user. We have a need to create a crystal report from my web form. Is there a blog or an article that explains step by step how do i create a report? Please...
9
by: itmags | last post by:
I need to create a couple of reports, invoices, credit reports, etc... My question is: How/what is the best way to go about this using VB2005 / SQL Server 2000 Crystal Reports? MS Reporting?...
3
by: creative1 | last post by:
Here is how you create a complex data report that involves parent and child commands and you can update information at runtime. Its pretty straight forward to work with simple queries; however,...
8
dnb
by: dnb | last post by:
Hi.... How to create crystal report in vb6.0? What is the first step of creating a crystal report? How to add crystal report in vb6.0? Please tell from which step to start creating crystal...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.