Results 1 to 3 of 3

Thread: crystal report passing multiple parameter from vb

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Location
    philippines
    Posts
    1

    crystal report passing multiple parameter from vb

    can please anyone help me how to pass multiple parameter in crystal report using vb?

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: crystal report passing multiple parameter from vb

    Here's an example from one of my systems:

    Report.RecordSelectionFormula = "{EmpViolation.EMPNBR} = " & CLng(txtEmpNbr(X).Text) & " and {EmpViolation.violationnbr} = " & CLng(lblViolationNbr.Caption)

  3. #3
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: crystal report passing multiple parameter from vb

    Welcome to VBF c_ambong!
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

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