예제 #1
0
        protected void UpdateDifferRepStat()
        {
            try
            {
                int lVch = Converter.GetInteger(LastVoucherNo.Text);

                int roweffect = A2ZCSPARAMETERDTO.UpdateConfirmVchNo(lVch);
                if (roweffect > 0)
                {
                }
            }
            catch (Exception ex)
            {
                Page.ClientScript.RegisterStartupScript(this.GetType(), "scriptkey", "<script>alert('System Error.UpdateDifferRepStat Problem');</script>");
                //throw ex;
            }
        }