Problem with Crystal Report XI RAS Java API
All,
I am working on the Crystal RAS SDK. We have crystal reports that have parameters. Some parameters have default values specified for them. Also, most of the parameters have a list of values associated with them, which show up as a drop-down list or a multi-list. One of these values is specified as the default in the report.
When I am trying to fetch these default values for every parameter using the API call - getDefaultValues() in the ParameterField class, I am getting ALL the values in the list and not just the default value specified. Also, if there is a parameter which is single-valued and if it has a default value specified, the program is not fetching the default value for that parameter at all.
Anyone has any idea about this problem with API call? Any help will be greatly appreciated!
Thanks,
SD