dialog.getToDay().setValue(31);
dialog.getToMonth().setValue(12);
dialog.getToYear().setValue(2005);
if (dialog.process()) {
String ticker = dialog.getTicker().getValue();
int fromDay = dialog.getFromDay().getValue();
int fromMonth = dialog.getFromMonth().getValue();
int fromYear = dialog.getFromYear().getValue();