rod_weir
Explorer
Member since ‎07-15-2008

User Statistics

  • 37 Posts
  • 2 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi Crystal Developers,I am trying to write a Crystal Report (v2011) that accepts user input for start date and end date. I have set up 2 parameters to do this.The report connects to the database via a Command object, and I want to reference the param...
Hi everyone,I'm looking for the CR devloper help file - the one that documents the object model for programming against CR from .Net. Any ideas?Would be good if CR installed a helpfile link in the Start menu > Programs etc like other products.Thanks...
Hi all,I have a question as to how CR joins, queries and returns data when multiple SQL command objects are used. I'm interested in how efficient these are and trying to work out the best database access method.Say a report has 2 SQL commands. Each ...
Hi all,Is it possible to programmatically create a command object into an existing report? (Visual basic .net)I would like to do so as a filtering mechanism. The report is based on a database query.I would like to create a command object and inner-j...
Hi everyone,I'm trying to do a bitwise (AND) operation as part of a report filter and can't seem to find the right way to do it. I must be missing something simple.For example, how do you do this?Field1 And 4 = 4Thanks,Rod