|
-
November 24th, 2001, 05:58 AM
#1
Do any body know (Crystal Report 6.0)?
I use VB6 and I have installed Crystal Report 6.0,
But why Crystal Report component do not appear in my VB Compontents box?
If any body know, please let me know ASAP.
Thanks so much
Khin Lau
-
November 26th, 2001, 02:44 AM
#2
Re: Do any body know (Crystal Report 6.0)?
This may sound silly but, have you tried adding it rhigt clicking on a free space of your toolbar and choosing "components..." ?
Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Michael
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
The Rater
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
-
November 26th, 2001, 03:34 AM
#3
Re: Do any body know (Crystal Report 6.0)?
Oh yes, as you say it's so silly, but I have been tries n times. even though I have removed Crystal report 6 and then installed new, but I also can not see the control Crystal Report in project->components (components windown).
Try to help me, if you have any idea.
Thanks
Khin Lau
-
November 26th, 2001, 03:40 AM
#4
Re: Do any body know (Crystal Report 6.0)?
May you find Crystal in references (Menu Project->References...)?
Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Michael
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
The Rater
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
-
November 26th, 2001, 03:57 AM
#5
Re: Do any body know (Crystal Report 6.0)?
Yes, I see two options in the references
- Crystal Data Object
- Crystal Report Engine 6.0 Object Library
I have check both above, But I do not know how I can I cal the file ex1.rpt. and pass the parameter to that file.
(But I there is not any control appear in Tool box)
please help me, I need it so much know.
Thanks
-
November 26th, 2001, 04:40 AM
#6
Re: Do any body know (Crystal Report 6.0)?
'If you can add referencesa, you can use Crystal via code.
'You can instantiate it through a variable after have added
'a reference to object
'ie:
private myCryst as Crystal... 'sorry do not have it installed here
'to know exactly what, you may follow
'what appera in tooltip help after you
'digit a space after "as" keyword
'and then:
set myCryst = new Crystal...
....
'However, it is pretty strange you do not see the Ocx for Crystal
'after installed it...
'You may try, after right clicking in a free zone of toolbar, to use the
'"browse" button and look for some ocx which name starts with "Cry" in your
'system directory. It may also be that installation did not put it in correct
'(common) folders. So you may have to search for it, and in the case, better
'use the "search" option of Os (Start->Find).
'It is worth a try...
'Hope this may help,
'Cesare Imperiali
Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Michael
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
The Rater
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
-
November 26th, 2001, 07:51 AM
#7
Re: Do any body know (Crystal Report 6.0)?
In componets click the designers tab, there u can find it, select it and right clilck on the projet explorer, select crystal report from designers
-
November 26th, 2001, 07:57 PM
#8
Re: Do any body know (Crystal Report 6.0)?
I think you mention to Data Report, Crystal Report is not appear in that tab.
Thanks for your help.
-
November 26th, 2001, 08:06 PM
#9
Re: Do any body know (Crystal Report 6.0)?
I did as you show, but I can not find any method to open the file *.rpt.
I do not know why in my computer thses is not have the file Cry*.ocx, I think this is main reason. I will try to find a new version or diffirent disk.
Thanks in any ways
Khin Lau
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|