473,513 Members | 4,116 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

RUN Crystal Reports in MS ACCESS

Obviously im new with ms access..so my basic question is how do i run
crystal reports in my ADP. I also pass parameters to cyrstal reports.

Please help!

thanks in advance
Nov 13 '05 #1
10 17509
"Joriz" <go****@joriz.is-a-geek.net> wrote in message
news:7d**************************@posting.google.c om...
Obviously im new with ms access..so my basic question is how do i run
crystal reports in my ADP. I also pass parameters to cyrstal reports.


I guess you could launch Crystal with the Shell command - but why would you
want to? Is there some functionality in Crystal that you cannot get from
Access?
Nov 13 '05 #2
i really dont know. i tried adding the crystal report on the report
module of access..i got an error called 3265...and when i click
ok..its turns to error number 91..and after that i cannot get off of
it...

i just dont know how can i link my crystal reports inside access..i
can probably do shell command..but what about the parameters that i
need to pass to crystal..

TIA
Nov 13 '05 #3
Because Access' own reporting is so capable and so easy to learn and use,
you'll find few Access users who have the experience to answer your
question. Perhaps you should ask it in a Crystal Reports newsgroup, or
address it to their tech support.

Larry Linson
Microsoft Access MVP

"Joriz" <go****@joriz.is-a-geek.net> wrote in message
news:7d**************************@posting.google.c om...
i really dont know. i tried adding the crystal report on the report
module of access..i got an error called 3265...and when i click
ok..its turns to error number 91..and after that i cannot get off of
it...

i just dont know how can i link my crystal reports inside access..i
can probably do shell command..but what about the parameters that i
need to pass to crystal..

TIA

Nov 13 '05 #4
Joriz,
Seems like putting the cart before the horse. If you can get Crystal
Reports to connect to and make available the data in Access, why bother with
more? But. . . try in VB to dimension an instance of Crystal Reports and
see if you can't fire it from VB.

"Joriz" <go****@joriz.is-a-geek.net> wrote in message
news:7d**************************@posting.google.c om...
Obviously im new with ms access..so my basic question is how do i run
crystal reports in my ADP. I also pass parameters to cyrstal reports.

Please help!

thanks in advance

Nov 13 '05 #5
Ok. i guess i have to create small VB procedure to call on my crystal
reports. I just thought there might be a "wizard' way to do it.
thanks.
"Alan Webb" <kn*****@hotmail.com> wrote in message news:<WM*****************@news.uswest.net>...
Joriz,
Seems like putting the cart before the horse. If you can get Crystal
Reports to connect to and make available the data in Access, why bother with
more? But. . . try in VB to dimension an instance of Crystal Reports and
see if you can't fire it from VB.

"Joriz" <go****@joriz.is-a-geek.net> wrote in message
news:7d**************************@posting.google.c om...
Obviously im new with ms access..so my basic question is how do i run
crystal reports in my ADP. I also pass parameters to cyrstal reports.

Please help!

thanks in advance

Nov 13 '05 #6
if i do a shell command, is there anyway i can pass parameters..i have
2 dates that i need to pass inside the crystal report.

stAppName = "C:\Program Files\Crystal Decisions\Crystal Reports
9\crw32.exe " & "H:\CRYSTAL\pledge.rpt"

Call Shell(stAppName, 1)

i dont know how can i pass a parameter that the rpt can catch on.

anybody..
TIA


"John Winterbottom" <as******@hotmail.com> wrote in message news:<2j*************@uni-berlin.de>...
"Joriz" <go****@joriz.is-a-geek.net> wrote in message
news:7d**************************@posting.google.c om...
Obviously im new with ms access..so my basic question is how do i run
crystal reports in my ADP. I also pass parameters to cyrstal reports.


I guess you could launch Crystal with the Shell command - but why would you
want to? Is there some functionality in Crystal that you cannot get from
Access?

Nov 13 '05 #7
if i do a shell command, is there anyway i can pass parameters..i have
2 dates that i need to pass inside the crystal report.

stAppName = "C:\Program Files\Crystal Decisions\Crystal Reports
9\crw32.exe " & "H:\CRYSTAL\pledge.rpt"

Call Shell(stAppName, 1)

i dont know how can i pass a parameter that the rpt can catch on.

anybody..
TIA


"John Winterbottom" <as******@hotmail.com> wrote in message news:<2j*************@uni-berlin.de>...
"Joriz" <go****@joriz.is-a-geek.net> wrote in message
news:7d**************************@posting.google.c om...
Obviously im new with ms access..so my basic question is how do i run
crystal reports in my ADP. I also pass parameters to cyrstal reports.


I guess you could launch Crystal with the Shell command - but why would you
want to? Is there some functionality in Crystal that you cannot get from
Access?

Nov 13 '05 #8
go****@joriz.is-a-geek.net (Joriz) wrote in
news:7d*************************@posting.google.co m:
if i do a shell command, is there anyway i can pass parameters..i
have 2 dates that i need to pass inside the crystal report.

stAppName = "C:\Program Files\Crystal Decisions\Crystal Reports
9\crw32.exe " & "H:\CRYSTAL\pledge.rpt"

Call Shell(stAppName, 1)

i dont know how can i pass a parameter that the rpt can catch on.

anybody..


This is a Crystal Reports question, not an Access question. I doubt
that it's possible.

Why in the hell would you use a third-party report writer when
you've got the Access report writer available to you directly?

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #9
"David W. Fenton" <dX********@bway.net.invalid> wrote in message news:<Xn**********************************@24.168. 128.90>...
go****@joriz.is-a-geek.net (Joriz) wrote in
news:7d*************************@posting.google.co m:
if i do a shell command, is there anyway i can pass parameters..i
have 2 dates that i need to pass inside the crystal report.

stAppName = "C:\Program Files\Crystal Decisions\Crystal Reports
9\crw32.exe " & "H:\CRYSTAL\pledge.rpt"

Call Shell(stAppName, 1)

i dont know how can i pass a parameter that the rpt can catch on.

anybody..


This is a Crystal Reports question, not an Access question. I doubt
that it's possible.

Why in the hell would you use a third-party report writer when
you've got the Access report writer available to you directly?


If you want to create "snapshot" reports that won't change, you could
output your reports to PDF... no Crystal required.
Nov 13 '05 #10
Joriz wrote:
Obviously im new with ms access..so my basic question is how do i run
crystal reports in my ADP. I also pass parameters to cyrstal reports.

Please help!

thanks in advance

Why not bind your crystal reports directly to the SQL/MSDE backend then
just open them with the shell command.

This way you could create the SQL programatically in Access and then
EXEC an ALTER PRODCEDURE/VIEW command to generate the dataset you want
the just open the report which will no longer require any parameters.

You get me? Please feel free to ask more Q's.

But like the others hve asked and you still haven't answered, why MUST
you use Crystal when you have Access reporting facilities at you disposal???

Nov 13 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
19130
by: Stephan | last post by:
Hi, I'm using Visual Studio 2003 (C#) with the integrated Crystal Report software and have the following question: How can I assign a value (string) to an unbound (string) field in Crystal Report at runtime? Example: private void button1_Click(object sender,
13
15115
by: kristoff plasun | last post by:
I have a problem with a C++ DCOM application that prints Crystal Reports with data from Oracle. The SQL query is relatively complex but when the report is printed from the Crystal Reports designer it shows up very fast. When the report is printed from my application it takes about ten times as long to get the report to appear. When...
3
6885
by: Gheaci Maschl | last post by:
Hi all! I would like to have your opinion about my problem and my proposal how to solve it: Ingredients: - BTriev database - Crystal Reports - maybe MS Access - Liinos6 (small ERP software)
4
11414
by: Rich Moser | last post by:
My organization is in the midst of making a reporting tool decision. On the table are Crystal and the reporting functionality in Access. - Report distribution is not a factor - it's all local - Training time is a factor since we have to create a boatload of reports in a short time - The ability for users to modify report formats and data...
4
4619
by: ZRexRider | last post by:
Hi, I have an MS-Access 2000 application that is connected to a MS-SQL Server 2000 backend by linking tables through a DSN-Less connection. No problems at all with that part. This application executes various Crystal Reports that have their own built in SQL. These reports have no need for the MS-Access Linked tables and can function...
3
3396
by: Parasyke | last post by:
I see a lot of jobs advertized for people knowing Crystal Reports. I tried to use this platform 6 years ago and found it awkward and difficult. I find Access, using ODBC, to grab data and build reports to be an easier solution for me anyway. So what is all the fuss about Crystal Reports? Why use it, why learn it, why not tell an employer you...
0
2311
by: Mark Gold | last post by:
Hi! We have a VB application using Crystal Reports 6 that has worked successfully on hundreds of systems for over 10 years. Now, on one network, the application and access database does not close. It seems to hang on the command. When we open the application an peruse the screens without opening up a report (using crystal reports), the...
3
3800
by: Miro | last post by:
Hi, Just wondering what a good book is on visual studios 2008 ( or 2005 if no 2008 ) that teaches you how to properly use crystal reports with it. Or im assuming that as long as I can create a dataset and link it to a reportviewer than any Crystal Report book will do. I use vb.net but im assuming most books would show you vb and c
1
8119
by: =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?= | last post by:
On reflection, you could possibly make the app a self extracting zip file which extracts the EXE and a settings file and then starts the app, then when you app closes, it can repack the settings file and itself into the exe. You would probably want a tool for this bit which could be in the zip too. So the app isnt single exe when running but...
0
7270
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
1
7125
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7543
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5102
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4757
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3252
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3239
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1612
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
813
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.