Results 1 to 6 of 6

Thread: Crystal XI Zoom

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    30

    Crystal XI Zoom

    Hi all.

    I am using Crystal XI with VB6, and I am trying to change the default size of the report from 100 to 80%. I have tried putting:

    CRViewer1.Zoom (80)

    Before sending the parameters, after, everywhere... but it's not working. Any clue what I am doing wrong?

    Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Crystal XI Zoom

    Does it do anything at all when you run it?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    30

    Re: Crystal XI Zoom

    Yes, I am getting the report with all the information on it, just the size is 100% instead of 80% like I want it to be...

  4. #4
    Lively Member
    Join Date
    Oct 2004
    Location
    carmi,IL.
    Posts
    105

    Re: Crystal XI Zoom

    In Crystal Report 9 the correct code is like this!!

    CRViewer91.Zoom 82
    David M. Camp

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    30

    Re: Crystal XI Zoom

    I tried it without the parenthesis and it still didn't work. Thanks though.

  6. #6
    Lively Member
    Join Date
    Oct 2004
    Location
    carmi,IL.
    Posts
    105

    Re: Crystal XI Zoom

    In Crystal Report 9 this Line has to be after the report is called.

    CRViewer91.ViewReport
    CRViewer91.zoom 82
    David M. Camp

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