I am using VB 6 and in the past CR 4.6. So I am new to CR 10. I've two little problems to solve. Who can help me?
1.)After CRViewer1.ViewReport the report is shown. But I can't use the cancel button (X), which is shown left on top.
It is shown but looks like enabled = false.
2.)With CR 4.6 it was possible to filter:
If Antwort = vbYes Then
CrystalReport1.SelectionFormula = "{AbsListe.BlJ} = '" & Bilanzjahr & "' "
End If
How to filter with CR 10?
1.)After CRViewer1.ViewReport the report is shown. But I can't use the cancel button (X), which is shown left on top.
It is shown but looks like enabled = false.
2.)With CR 4.6 it was possible to filter:
If Antwort = vbYes Then
CrystalReport1.SelectionFormula = "{AbsListe.BlJ} = '" & Bilanzjahr & "' "
End If
How to filter with CR 10?