Results 1 to 3 of 3

Thread: Reports

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2006
    Posts
    27

    Reports

    Hi,

    I created a program that does not use a database rather the user input is stored in variables. I need to be able to report the data contained in the variables to the user on the screen and on a printed report. I don't have enough space on a form to show all the data.

    Can I use Crystal Reports without using a database?

    What type of reporting tool does vb have that can get its data from the variables?

    I appreciate your help.

    Ace

  2. #2
    Lively Member
    Join Date
    May 2000
    Posts
    123

    Re: Reports

    you could use Crystal for this but it's not worth it.

    why don't you create a little html template for the report by hand and write a function to insert your stored variables into it. then you can display it to the user using a standard html display control and allow them to print it as well.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2006
    Posts
    27

    Re: Reports

    Not too familiar with making html templates.

    When I start the CR report designer, it asks for the data source and it only allows for database connections. How can I tell crystal reports that I want to use the data from variables.

    Thanks a ton.
    Ace

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