Results 1 to 2 of 2

Thread: **RESOLVED**how to send data from VB to Crystal report

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Location
    India
    Posts
    37

    **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.

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951
    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
  •  



Click Here to Expand Forum to Full Width