Results 1 to 11 of 11

Thread: Crystal Report: Getting started

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    449

    Exclamation Crystal Report: Getting started

    Hello,

    In my project, I have some textboxes in the UI that are to be sent to the crystal report (basically some calculations) and then to be able to print the report using VB.2005.

    A simple example would be:

    Textbox1.text = 10
    Textbox2.text = 20
    Textbox3.text = 30
    Textbox4.text = 40
    Textbox5.text = 50

    Output in Report
    Sum of all values = 150
    Product of all values = 12000000
    Max Value = 20
    Min Value = 50


    Any help will be appreciated.
    Attached Files Attached Files

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