Dec 11th, 2006, 02:07 AM
#1
Thread Starter
Hyperactive Member
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
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width