Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 13th, 2005, 12:58 AM
Joriz
Guest
 
Posts: n/a
Default 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
  #2  
Old November 13th, 2005, 12:58 AM
John Winterbottom
Guest
 
Posts: n/a
Default Re: RUN Crystal Reports in MS ACCESS

"Joriz" <google@joriz.is-a-geek.net> wrote in message
news:7d49ea6b.0406181002.53f67566@posting.google.c om...[color=blue]
> 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.
>[/color]

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?


  #3  
Old November 13th, 2005, 12:59 AM
Joriz
Guest
 
Posts: n/a
Default Re: RUN Crystal Reports in MS ACCESS

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
  #4  
Old November 13th, 2005, 12:59 AM
Larry Linson
Guest
 
Posts: n/a
Default Re: RUN Crystal Reports in MS ACCESS

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" <google@joriz.is-a-geek.net> wrote in message
news:7d49ea6b.0406200150.455b17fb@posting.google.c om...[color=blue]
> 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[/color]


  #5  
Old November 13th, 2005, 01:00 AM
Alan Webb
Guest
 
Posts: n/a
Default Re: RUN Crystal Reports in MS ACCESS

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" <google@joriz.is-a-geek.net> wrote in message
news:7d49ea6b.0406181002.53f67566@posting.google.c om...[color=blue]
> 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
>[/color]


  #6  
Old November 13th, 2005, 01:15 AM
Joriz
Guest
 
Posts: n/a
Default Re: RUN Crystal Reports in MS ACCESS

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" <knogeek@hotmail.com> wrote in message news:<WMsBc.149$JE6.41327@news.uswest.net>...[color=blue]
> 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" <google@joriz.is-a-geek.net> wrote in message
> news:7d49ea6b.0406181002.53f67566@posting.google.c om...[color=green]
> > 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
> >[/color][/color]
  #7  
Old November 13th, 2005, 01:16 AM
Joriz
Guest
 
Posts: n/a
Default Re: RUN Crystal Reports in MS ACCESS

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" <assaynet@hotmail.com> wrote in message news:<2jgv62F11b8f1U1@uni-berlin.de>...[color=blue]
> "Joriz" <google@joriz.is-a-geek.net> wrote in message
> news:7d49ea6b.0406181002.53f67566@posting.google.c om...[color=green]
> > 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.
> >[/color]
>
> 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?[/color]
  #8  
Old November 13th, 2005, 01:16 AM
Joriz
Guest
 
Posts: n/a
Default Re: RUN Crystal Reports in MS ACCESS

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" <assaynet@hotmail.com> wrote in message news:<2jgv62F11b8f1U1@uni-berlin.de>...[color=blue]
> "Joriz" <google@joriz.is-a-geek.net> wrote in message
> news:7d49ea6b.0406181002.53f67566@posting.google.c om...[color=green]
> > 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.
> >[/color]
>
> 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?[/color]
  #9  
Old November 13th, 2005, 01:16 AM
David W. Fenton
Guest
 
Posts: n/a
Default Re: RUN Crystal Reports in MS ACCESS

google@joriz.is-a-geek.net (Joriz) wrote in
news:7d49ea6b.0406211401.4423441@posting.google.co m:
[color=blue]
> 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..[/color]

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
  #10  
Old November 13th, 2005, 01:16 AM
Pieter Linden
Guest
 
Posts: n/a
Default Re: RUN Crystal Reports in MS ACCESS

"David W. Fenton" <dXXXfenton@bway.net.invalid> wrote in message news:<Xns950FBF81DC272dfentonbwaynetinvali@24.168. 128.90>...[color=blue]
> google@joriz.is-a-geek.net (Joriz) wrote in
> news:7d49ea6b.0406211401.4423441@posting.google.co m:
>[color=green]
> > 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..[/color]
>
> 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?[/color]

If you want to create "snapshot" reports that won't change, you could
output your reports to PDF... no Crystal required.
  #11  
Old November 13th, 2005, 01:16 AM
Mr. Smith
Guest
 
Posts: n/a
Default Re: RUN Crystal Reports in MS ACCESS

Joriz wrote:
[color=blue]
> 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[/color]


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???

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles