} // PaymentRule
// Pop up Document Action (Workflow)
else if (col.equals("DocAction"))
{
VDocAction vda = new VDocAction(m_curWindowNo, m_curTab, vButton, record_ID);
// Something to select from?
if (vda.getNumberOfOptions() == 0)
{
vda.dispose ();
log.info("DocAction - No Options");
return;
}
else
{
vda.setVisible(true);
if (!vda.isStartProcess())
return;
// batch = vda.isBatch();
startWOasking = true;
vda.dispose();
}
} // DocAction
// Pop up Create From
else if (col.equals("CreateFrom"))