I have created a crystal report using version 9.0 , report1.rpt . How can I
put this to visual basic 6.0? How is the connection? Thanks.

Re: vb report question by Jim

Jim
Fri Apr 30 00:41:06 CDT 2004

Add the following control to the report:

crystl32.ocx

That is found by clicking on Project, then Components and
it might be listed as a Seagate Crystal Reports or a Crystal
Reports Component.

I'm speaking from a Crystal Reports 4.6 / 6.0 view, and I don't
know if that works for Version 9.

Then you'll drag the Crystal Reports icon to a form, and it
should give the control a name such as Report1.

Inside the form you'll reference the control through various
properties Report1.SelectionFormula, etc.

The Crystal Reports help file should provide some help along
these lines as to how to use the different properties/methods.

Once you get that done, if you need further help, feel free to post
back and ask some more questions.

Hope that helps.

--
Jim Carlock
http://www.microcosmotalk.com/
Post replies to the newsgroup.


"Eric Clapton" <no_spam@bk.com> wrote in message
news:%23Nspn4mLEHA.2932@TK2MSFTNGP12.phx.gbl...
I have created a crystal report using version 9.0 , report1.rpt . How can I
put this to visual basic 6.0? How is the connection? Thanks.




Re: vb report question by Eric

Eric
Fri Apr 30 02:50:53 CDT 2004

Actually,

I am using MS VB .NET 2002 and am very new. When I start
the vb. net, it goes to module 1? How can I go to form design? Then I would
like to put the crystal report control over the form. Thank.s

"Jim Carlock" <anonymous@127.0.0.1> wrote in message
news:%23vBc6WnLEHA.1312@TK2MSFTNGP12.phx.gbl...
> Add the following control to the report:
>
> crystl32.ocx
>
> That is found by clicking on Project, then Components and
> it might be listed as a Seagate Crystal Reports or a Crystal
> Reports Component.
>
> I'm speaking from a Crystal Reports 4.6 / 6.0 view, and I don't
> know if that works for Version 9.
>
> Then you'll drag the Crystal Reports icon to a form, and it
> should give the control a name such as Report1.
>
> Inside the form you'll reference the control through various
> properties Report1.SelectionFormula, etc.
>
> The Crystal Reports help file should provide some help along
> these lines as to how to use the different properties/methods.
>
> Once you get that done, if you need further help, feel free to post
> back and ask some more questions.
>
> Hope that helps.
>
> --
> Jim Carlock
> http://www.microcosmotalk.com/
> Post replies to the newsgroup.
>
>
> "Eric Clapton" <no_spam@bk.com> wrote in message
> news:%23Nspn4mLEHA.2932@TK2MSFTNGP12.phx.gbl...
> I have created a crystal report using version 9.0 , report1.rpt . How can
I
> put this to visual basic 6.0? How is the connection? Thanks.
>
>
>



Re: vb report question by Bob

Bob
Fri Apr 30 03:10:40 CDT 2004

Eric Clapton wrote:

> I am using MS VB .NET 2002 and am very new. When I start
> the vb. net, it goes to module 1? How can I go to form design? Then I would
> like to put the crystal report control over the form. Thank.s


Then please drop the group <microsoft.public.vb.general.discussion> from further postings.
The folks in the other groups should be much better prepared to help you with dotnet.
And we wouldn't want to confuse you any further with Classic VB stuff that may, or
more likely may not, be appropriate to your needs.



Bob
--

Re: vb report question by anonymous

anonymous
Fri Apr 30 03:16:02 CDT 2004

You really need to buy a book.

Re: vb report question by erewhon

erewhon
Fri Apr 30 04:24:30 CDT 2004

On Fri, 30 Apr 2004 15:50:53 +0800, "Eric Clapton" <no_spam@bk.com>
wrote:

>Actually,
>
> I am using MS VB .NET 2002 and am very new. When I start
>the vb. net, it goes to module 1? How can I go to form design? Then I would
>like to put the crystal report control over the form. Thank.s

If you are using VB.NET then you should not be here at all

This NG is for VB 'Classic'

For the microsoft news server, try these newsgroups...

microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb
microsoft.public.vsnet.general

There are some others, but these should get you started.