CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Sep 2001
    Posts
    22

    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


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    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.

  3. #3
    Join Date
    Sep 2001
    Posts
    22

    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


  4. #4
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    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.

  5. #5
    Join Date
    Sep 2001
    Posts
    22

    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


  6. #6
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    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.

  7. #7
    Join Date
    Nov 2001
    Posts
    2

    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


  8. #8
    Join Date
    Sep 2001
    Posts
    22

    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.


  9. #9
    Join Date
    Sep 2001
    Posts
    22

    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
  •  





Click Here to Expand Forum to Full Width

Featured