Results 1 to 3 of 3

Thread: Crystal Reports selection and viewing

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2002
    Posts
    26

    Crystal Reports selection and viewing

    Now I have code like this:

    Dim sSelection As String
    sSelection = " {Planning.Week} = 44"
    WeekReport1.SelectionFormula = sSelection
    WeekReport1.PrintReport

    I'm new to Crystal reports, so I've got 4 (i hope simple) questions:

    1. How can I make a selection like Planning.Week between 44 AND 48 or something like that? Can I use SQL for this?
    2. How can I maximize the report that is being showed by PrintReport?
    3. How can I show a selected report in the crystal report viewer?
    4. How can I use a query as a source for a crystal report, and then use parameters passed from VB to this report?

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    I have moved this thread into the Reporting forum as you'll probably get a better response from here
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2002
    Posts
    26
    Can someone please answer one of the questions? I'm really stuck.

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