Search results for query: *

  1. D

    Crystal Reports - top N at runtime

    Sorry.... must have been asleep when I was thinking about this one - incase you want to know you have to list the sort types in the TopN tool in crystal under the ALL option. Then tell the report at runtime which sort to apply to the data - '0' is the first sort option in crystal...
  2. D

    Crystal Reports - top N at runtime

    Hi, I am trying the set the summary value in the report to be used to determine the topN records. Eg sum Sales$ sum GP$ GP% How can i parse a value so the topN can be changed at runtime by the end user. So order by sum Sales or sum GP$ Cheers Dan
  3. D

    Crystal Report database connection

    no worries mate
  4. D

    Crystal Report database connection

    Thanks to everyone that made a effort... but I found how to do it in VB.NET the c# stuff helped get me on the right track. This works for me. ... ... .. rptLogin(crReport.Database.Tables) ..... .. . Sub rptLogin(ByVal crTables As Tables) Dim crConnectionInfo As New ConnectionInfo()...
  5. D

    Crystal Report database connection

    Hi guy's, Think this is a easyone for all the code masters.... I am trying to run my Crystal Reports in a VB .NET application. I have worked out how to supply the report with the parameters, but I havent been able to work out how to 'give' the report the database connecting. So at the moment...
Back
Top