Merge a0f802ccea8f

This commit is contained in:
Heng Sin Low 2013-05-02 17:32:15 +08:00
commit eabb5cb1d4
1 changed files with 5 additions and 1 deletions

View File

@ -68,13 +68,17 @@ public class WStatementCreateFromBatch extends StatementCreateFromBatch implemen
public WStatementCreateFromBatch()
{
form = new WCreateFromForm(this);
p_WindowNo = form.getWindowNo();
}
public void initForm()
{
try
{
if (form.getGridTab() != null)
p_WindowNo = form.getGridTab().getWindowNo();
else
p_WindowNo = form.getWindowNo();
if (!dynInit())
return;
zkInit();