|
-
Jan 3rd, 2003, 09:56 PM
#1
Thread Starter
Member
**RESOLVED**how to send data from VB to Crystal report
Hi
I want to use a particular data suppose month ,which i enter in a textbox in the crytalreport.
i use value of month in the selection formula.
now i need to print the month in the report.
how can i do that.
I dont know how to set a parameterfield in VB
Help me out
Last edited by kavimegam; Jan 9th, 2003 at 12:19 PM.
-
Jan 6th, 2003, 07:37 AM
#2
PowerPoster
creaate a parameter filed on your report.
In your VB code,try this:
Report.ParameterFields.Item(1).AddCurrentValue textfield.text
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
|