Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cofimate

    Crystal Report 2008 reading parameters from C#

    Solve it I follow the sample on Visual Studio and besides I was missing a runtime library
  2. cofimate

    Crystal Report 2008 reading parameters from C#

    I thought I went by the book exporting parameters for a report This is my query SELECT count(*), FROM campaigns WHERE campaigns.name like {?Campaign} Supposed to be pretty simple just need to read Campaign Name in {?Campaign} So in my page I do the following: ParameterFields...

Part and Inventory Search

Back
Top