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 strongm 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: *

  • Users: Tenloe
  • Content: Threads
  • Order by date
  1. Tenloe

    Drilll Doqwn on Group Header

    I have a report that is a summary report that drills down to a group header field, works fine but I can't get rid of the column headers which are in the group heading section as well, Suppress if duplicated doesn't work as it is in the Group Header section.
  2. Tenloe

    Failed to Open a Rowset

    I am using vb 6,Crystal XI and SQLServer 2000. I have a report that when using the CRAXDDRT. The sql that it is producing in the .sqlquerystring is: SELECT "PG_CERT"."CANCELDAYS, "PG_CERT"."INSURERE" FROM "PG_CERT" "PG_CERT" WHERE "PG_CERT"."CERT_ID"=3 ORDER BY "PG_CERT"."CERT_ID" I...
  3. Tenloe

    Invalid Autorization Specification

    I am using VB6 and Crystal XI an dam getting this error when trying to connect. Here is my code. Dim ADOConnection As ADODB.Connection Dim ADOCommand As ADODB.Command Set ADOConnection = New ADODB.Connection ADOConnection.Open sConnectString Set ADOCommand = New...
  4. Tenloe

    Adding a suppression condition to a group.

    I am writing an upgrade utility in VB so that people don't have to do all of the upgrade manually. I am on Crystal 11. I have added this code for the group. Private Sub AddOccGroup(objRpt As CRAXDRT.Report) Dim strGroup As String strGroup = "XXXPCLM.OCCURNUM" objRpt.AddGroup 5, strGroup...
  5. Tenloe

    There must be a group that matches this field

    Can anyone explain to me exactly what this error means and the best ways to go about fixing the issue. It only happens when I group by any date fields, all of the other string fields work fine. Thanks in advance for any help
  6. Tenloe

    Supress Header and Footer

    I have read throught the threads on how to do this and I almost have mine working but not quite. I have a detail section within GH/GF5 that will return a 1 if I wan't to get rid of the GF5. Works just fine. What I want to do is get rid of GH/GF1 if all of the GH/GF5's are all supressed. I...
  7. Tenloe

    Export to Text

    I am trying to use the export to text function in Crystal but I get overlapping - cut off columns when any heading has more than one word as the heading. I tried taking the space out to see if thats whats causing it and indeed it is. If anyone else is having this issue - how did you fix it...
  8. Tenloe

    Crystal - Oracle View

    I have created a view in Oracle. When I run the Crystal report I get no rows returned. If I use any columns from the non view tables I get data back, can anyone help. If I take the sql out of Crystal and run it in SQL Navigator, I get the data back just fine, it also runs fine in SQL server.
  9. Tenloe

    There must be a group that matches this field

    I am getting this error message when I try to group by a date, when group on any string variable it works just fine. My column looks like this, if sum({@CurrentPeriodIncurred}) = 0 then 0 else sum({@CurrentPeriodIncurred},{@GROUPBY1})%sum({@CurrentPeriodIncurred}) Where current period...

Part and Inventory Search

Back
Top