cancel
Showing results for 
Search instead for 
Did you mean: 

Date parameter user input

Former Member
0 Kudos

I have an rpt that calls for a start and end date parameter. If CR designer a dialog box pops up to get the user input and it has a drop down calendar from which the user can pick dates. But when I'm using the JRC in my Java desktop (thick-client) application with the same rpt, I get a very user UN-friendly dialog box where the user has to type in the year, month, date, hour, minute and second. Is there a way to modify this dialog box to have some calendar, or do I have to create one myself and pass the parameter?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member203619
Contributor
0 Kudos

Unfortunately there is no way to modify the built-in parameter dialogs. You will need to create your own dialogs and pass the values in.

Regards,

Shawn

Answers (1)

Answers (1)

Former Member
0 Kudos

I figured that and I already implemented my own. Thank you for the confirmation.