Search code examples
javaswingcrystal-reportscrystal-reports-xi

How to set Record Selection Formula on Crystal Reports java


How do you create/set Record Selection Formula programatically on crystal reports using java? I tried searching on the internet but the only option is through IFilter which requires a Crystal Report Server. My program only uses the JRC library. Also this is a java desktop application using swing.


Solution

  • If you want to create a crystal report of your program, you need another jar file of software. You can create your program in NetBeans IDE and link your IDE with IReport software which is used in NetBeans for creating Reporting in java. You get many example from internet about this.