if (m_curTab.needSave(true, true) && !cmd_save(false))
return;
Point pt = new Point (0, aHistory.getButton().getBounds().height);
SwingUtilities.convertPointToScreen(pt, aHistory.getButton());
VOnlyCurrentDays ocd = new VOnlyCurrentDays(Env.getFrame(this), pt);
if (!ocd.isCancel()) {
m_onlyCurrentDays = ocd.getCurrentDays();
if (m_onlyCurrentDays == 1) // Day
{
m_onlyCurrentRows = true;
m_onlyCurrentDays = 0; // no Created restriction
}