|
-
May 1st, 2004, 12:53 AM
#1
Thread Starter
New Member
passing values to crystalreport
how can i pass values from textbox to crystal report directly
-
May 5th, 2004, 02:33 PM
#2
PowerPoster
In your code where you call the report you can put something like:
Report.ParameterFields.Item(1).AddCurrentValue Textbox.text
Of course, you have to have the parameter defined on the report.
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
|