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
Printable View
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
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
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
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
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
'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
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
I think you mention to Data Report, Crystal Report is not appear in that tab.
Thanks for your help.
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