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, crGCAnyValue, crAscendingOrder
I need to know how to add a suppression to the gourp that says {@OCCURRENCE} = 'N'
Does anyone know how I would do this? Can't quite find what I am looking for.
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, crGCAnyValue, crAscendingOrder
I need to know how to add a suppression to the gourp that says {@OCCURRENCE} = 'N'
Does anyone know how I would do this? Can't quite find what I am looking for.