Pass ListBox selected values to Crystal Report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Eva
    New Member
    • Aug 2007
    • 1

    Pass ListBox selected values to Crystal Report

    I need to pass listbox selected values to crystal report from .net 2005.when I am doing it the error display "The types of the parameter field and parameter field current values are not compatible." Please give me a coding for this immiedietly thanks
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by Eva
    I need to pass listbox selected values to crystal report from .net 2005.when I am doing it the error display "The types of the parameter field and parameter field current values are not compatible." Please give me a coding for this immiedietly thanks
    check for the datatypes of listbox item and parameter field...it should be identical....

    Comment

    Working...