
--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/a43c0279-ec9a-4d8f-b433-2f0cefb5ad33n%40googlegroups.com.
row = rows.newRow();
row.appendChild(selDateFrom.getComponent());
row.appendChild(new Label(" - "));
row.appendChild(selDateTo.getComponent());
DateRangeButton drb2 = (new DateRangeButton(selDateFrom, selDateTo));
row.appendChild(drb2);
--