My report is using Java Bean class as datasource and the Java Bean class calls a report-specific Java program to return a result set.
In the Field Explorer, I can see the fields of the result set under Database Fields tree.
I modified the Java program to add a new field in the result set; went to Crystal Report Designer, clicked Database menu and selected Verify Database. The program ran without error but I did not see the new field in the Field Explorer.
Can anyone tell me how to refresh the report schema to show the field I added?
The temporary solution is to create a new rpt file, use the Java Bean class to call the modified program to populate the new field along with old ones. However, I am forced to redraw the report layout which is a real pain.
Can somebody help?